1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-01 12:29:49 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-02-15 16:01:12 +01:00
parent d1a332da8a
commit c0719a7f05
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 430 additions and 245 deletions

653
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@
"not op_mini all" "not op_mini all"
], ],
"dependencies": { "dependencies": {
"@ethersproject/providers": "^5.0.0-beta.152", "@ethersproject/providers": "^5.0.0-beta.153",
"@ethersproject/units": "^5.0.0-beta.132", "@ethersproject/units": "^5.0.0-beta.132",
"@loadable/component": "^5.12.0", "@loadable/component": "^5.12.0",
"@web3-react/core": "^6.0.7", "@web3-react/core": "^6.0.7",
@ -41,13 +41,13 @@
"fast-exif": "^1.0.1", "fast-exif": "^1.0.1",
"feather-icons": "^4.26.0", "feather-icons": "^4.26.0",
"fraction.js": "^4.0.12", "fraction.js": "^4.0.12",
"gatsby": "^2.19.12", "gatsby": "^2.19.17",
"gatsby-image": "^2.2.40", "gatsby-image": "^2.2.41",
"gatsby-plugin-catch-links": "^2.1.25", "gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-feed": "^2.3.27", "gatsby-plugin-feed": "^2.3.27",
"gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.2.41", "gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-matomo": "^0.7.2", "gatsby-plugin-matomo": "^0.8.0",
"gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.0.34", "gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-react-helmet": "^3.1.22",
@ -64,10 +64,10 @@
"gatsby-remark-images": "^3.1.44", "gatsby-remark-images": "^3.1.44",
"gatsby-remark-images-medium-zoom": "^1.4.0", "gatsby-remark-images-medium-zoom": "^1.4.0",
"gatsby-remark-smartypants": "^2.1.21", "gatsby-remark-smartypants": "^2.1.21",
"gatsby-remark-vscode": "^2.0.1", "gatsby-remark-vscode": "^2.0.2",
"gatsby-source-filesystem": "^2.1.48", "gatsby-source-filesystem": "^2.1.48",
"gatsby-source-graphql": "^2.1.33", "gatsby-source-graphql": "^2.1.33",
"gatsby-transformer-remark": "^2.6.50", "gatsby-transformer-remark": "^2.6.51",
"gatsby-transformer-sharp": "^2.3.14", "gatsby-transformer-sharp": "^2.3.14",
"graphql": "^14.6.0", "graphql": "^14.6.0",
"intersection-observer": "^0.7.0", "intersection-observer": "^0.7.0",
@ -99,15 +99,15 @@
"@types/jest": "^25.1.2", "@types/jest": "^25.1.2",
"@types/loadable__component": "^5.10.0", "@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.2", "@types/lunr": "^2.3.2",
"@types/node": "^13.7.0", "@types/node": "^13.7.1",
"@types/node-fetch": "^2.5.4", "@types/node-fetch": "^2.5.4",
"@types/react": "^16.9.19", "@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5", "@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15", "@types/react-helmet": "^5.0.15",
"@types/react-transition-group": "^4.2.3", "@types/react-transition-group": "^4.2.3",
"@types/shortid": "0.0.29", "@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^2.19.0", "@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.0", "@typescript-eslint/parser": "^2.19.2",
"@welldone-software/why-did-you-render": "^4.0.3", "@welldone-software/why-did-you-render": "^4.0.3",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0", "babel-jest": "^25.1.0",
@ -118,7 +118,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2", "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3", "eslint-plugin-react": "^7.18.3",
"eslint-plugin-testing-library": "^2.2.1", "eslint-plugin-testing-library": "^2.2.3",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
@ -131,7 +131,7 @@
"prettier": "^1.19.1", "prettier": "^1.19.1",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"stylelint": "^13.1.0", "stylelint": "^13.2.0",
"stylelint-config-css-modules": "^2.2.0", "stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.1", "stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",