package updates

This commit is contained in:
Matthias Kretschmann 2020-09-07 11:02:41 +02:00
parent b8c003fa96
commit 293c7cd119
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1092 additions and 763 deletions

1839
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,8 @@
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"ipfs-http-client": "^46.0.1",
"next": "^9.5.2",
"ipfs-http-client": "^46.1.1",
"next": "^9.5.3",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",
"react": "^16.13.0",
@ -26,17 +26,17 @@
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.5.2",
"@next/bundle-analyzer": "^9.5.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.10",
"@testing-library/react": "^11.0.2",
"@types/jest": "^26.0.13",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.6.2",
"@types/react": "^16.9.48",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"cssnano": "^4.1.10",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
@ -45,7 +45,7 @@
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"engines": {
"node": "10.x"