mirror of
https://github.com/kremalicious/ipfs.git
synced 2024-11-23 10:27:10 +01:00
package updates
This commit is contained in:
parent
baec08c0a9
commit
80614c7855
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@ -1,5 +1,4 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/types/global" />
|
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
|
10410
package-lock.json
generated
10410
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -16,33 +16,33 @@
|
|||||||
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.4",
|
"axios": "^0.26.0",
|
||||||
"ipfs-http-client": "^52.0.3",
|
"ipfs-http-client": "^56.0.1",
|
||||||
"next": "^11.1.2",
|
"next": "^12.0.10",
|
||||||
"next-seo": "^4.26.0",
|
"next-seo": "^5.1.0",
|
||||||
"next-svgr": "^0.0.2",
|
"next-svgr": "^0.0.2",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-dropzone": "^11.3.4",
|
"react-dropzone": "^12.0.4",
|
||||||
"use-dark-mode": "^2.3.1"
|
"use-dark-mode": "^2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.16.7",
|
||||||
"@next/bundle-analyzer": "^11.1.2",
|
"@next/bundle-analyzer": "^12.0.10",
|
||||||
"@testing-library/jest-dom": "^5.14.1",
|
"@testing-library/jest-dom": "^5.16.2",
|
||||||
"@testing-library/react": "^12.1.0",
|
"@testing-library/react": "^12.1.2",
|
||||||
"@types/jest": "^27.0.1",
|
"@types/jest": "^27.4.0",
|
||||||
"@types/node": "^16.9.1",
|
"@types/node": "^17.0.17",
|
||||||
"@types/react": "^17.0.2",
|
"@types/react": "^17.0.39",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.9.0",
|
||||||
"eslint-config-next": "11.1.2",
|
"eslint-config-next": "12.0.10",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-testing-library": "^4.12.2",
|
"eslint-plugin-testing-library": "^5.0.5",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^27.1.1",
|
"jest": "^27.5.1",
|
||||||
"prettier": "^2.4.0",
|
"prettier": "^2.5.1",
|
||||||
"typescript": "^4.4.3"
|
"typescript": "^4.5.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "14.x"
|
"node": "14.x"
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true
|
"isolatedModules": true,
|
||||||
|
"incremental": true
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", ".next"],
|
"exclude": ["node_modules", ".next"],
|
||||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.mdx"]
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.mdx"]
|
||||||
|
Loading…
Reference in New Issue
Block a user