1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-03 23:57:46 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-06-01 12:50:14 +02:00
parent 0550bc490c
commit a2d4724690
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2855 additions and 462 deletions

3291
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@
"not op_mini all"
],
"dependencies": {
"@ethersproject/providers": "^5.0.0-beta.168",
"@ethersproject/providers": "^5.0.0-beta.170",
"@ethersproject/units": "^5.0.0-beta.133",
"@loadable/component": "^5.12.0",
"@web3-react/core": "^6.0.9",
@ -41,9 +41,9 @@
"fast-exif": "^1.0.1",
"feather-icons": "^4.28.0",
"fraction.js": "^4.0.12",
"gatsby": "^2.22.9",
"gatsby": "^2.22.15",
"gatsby-image": "^2.4.5",
"gatsby-plugin-catch-links": "^2.3.2",
"gatsby-plugin-catch-links": "^2.3.3",
"gatsby-plugin-feed": "^2.5.3",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.9",
@ -89,36 +89,36 @@
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@babel/node": "^7.8.7",
"@babel/preset-typescript": "^7.9.0",
"@babel/node": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.3",
"@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.3",
"@types/node": "^14.0.5",
"@types/node": "^14.0.6",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/react-transition-group": "^4.4.0",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@welldone-software/why-did-you-render": "^4.2.2",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"@welldone-software/why-did-you-render": "^4.2.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-testing-library": "^3.1.3",
"eslint-plugin-testing-library": "^3.1.4",
"fs-extra": "^9.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.9",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.10",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"markdownlint-cli": "^0.23.1",