package updates

This commit is contained in:
Matthias Kretschmann 2020-10-17 13:36:37 +02:00
parent 69e0db3ab5
commit cf2d32d2a2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 2233 additions and 1969 deletions

View File

@ -3,6 +3,6 @@ updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
interval: monthly
time: '04:00'
open-pull-requests-limit: 10

4178
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,31 +17,31 @@
"dependencies": {
"axios": "^0.20.0",
"ipfs-http-client": "^47.0.1",
"next": "^9.5.3",
"next-seo": "^4.11.0",
"next": "^9.5.5",
"next-seo": "^4.13.0",
"next-svgr": "^0.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.2.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.5.3",
"@next/bundle-analyzer": "^9.5.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.11.2",
"@types/react": "^16.9.50",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"cssnano": "^4.1.10",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"jest": "^26.4.2",
"eslint-plugin-react": "^7.21.4",
"jest": "^26.5.3",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1",