package updates

This commit is contained in:
Matthias Kretschmann 2021-02-01 00:49:11 +01:00
parent 392436a4f7
commit ca786fa0c5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1851 additions and 4931 deletions

6736
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,35 +17,35 @@
"dependencies": {
"axios": "^0.21.1",
"ipfs-http-client": "^48.1.3",
"next": "^9.5.5",
"next": "^10.0.6",
"next-seo": "^4.17.0",
"next-svgr": "^0.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.5.5",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.1.0",
"@types/jest": "^26.0.19",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.14.20",
"@types/react": "^16.9.53",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.4.1",
"@next/bundle-analyzer": "^10.0.6",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/next-seo": "^2.1.2",
"@types/node": "^14.14.22",
"@types/react": "^16.14.2",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"cssnano": "^4.1.10",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint": "^7.19.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"ts-jest": "^26.4.4",
"typescript": "^4.0.3"
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
},
"engines": {
"node": "10.x"

View File

@ -5,9 +5,9 @@ declare module '*.module.css' {
declare module '*.svg' {
import * as React from 'react'
export const ReactComponent: React.FunctionComponent<React.SVGProps<
SVGSVGElement
>>
export const ReactComponent: React.FunctionComponent<
React.SVGProps<SVGSVGElement>
>
const src: string
export default src
}