package updates

This commit is contained in:
Matthias Kretschmann 2020-08-03 09:35:11 +02:00
parent 18fc8c94a4
commit 7605a9276b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 612 additions and 1246 deletions

1836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
"dependencies": {
"axios": "^0.19.2",
"ipfs-http-client": "^45.0.0",
"next": "^9.4.4",
"next": "^9.5.1",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",
"react": "^16.13.0",
@ -26,26 +26,26 @@
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.4.4",
"@testing-library/jest-dom": "^5.11.0",
"@next/bundle-analyzer": "^9.5.1",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@types/jest": "^26.0.4",
"@types/jest": "^26.0.8",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.41",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@types/react": "^16.9.44",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"cssnano": "^4.1.10",
"eslint": "^7.4.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react": "^7.20.5",
"jest": "^26.2.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"ts-jest": "^26.1.1",
"typescript": "^3.9.6"
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
},
"engines": {
"node": "10.x"