mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 10:19:23 +00:00
update deps
This commit is contained in:
parent
e5eb1a9b17
commit
328d7541c6
10
package.json
10
package.json
@ -8,17 +8,17 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"animejs": "3.x",
|
"animejs": "3.x",
|
||||||
"next": "9.x",
|
"next": "9.x",
|
||||||
"react": "16.12.x",
|
"react": "16.13.x",
|
||||||
"react-dom": "16.12.x"
|
"react-dom": "16.13.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/animejs": "3.x",
|
"@types/animejs": "3.x",
|
||||||
"@types/node": "^13.1.4",
|
"@types/node": "14.x.x",
|
||||||
"@types/react": "16.9.x",
|
"@types/react": "16.9.x",
|
||||||
"@types/react-dom": "16.9.x",
|
"@types/react-dom": "16.9.x",
|
||||||
"@zeit/next-css": "^1.0.1",
|
"@zeit/next-css": "^1.0.1",
|
||||||
"@zeit/next-stylus": "^1.0.1",
|
"@zeit/next-stylus": "^1.0.1",
|
||||||
"stylus": "^0.54.7",
|
"stylus": "0.54.x",
|
||||||
"typescript": "3.7.x"
|
"typescript": "3.9.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
"rootDir": "./src",
|
"rootDir": ".",
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
@ -15,11 +15,7 @@
|
|||||||
"alwaysStrict": true,
|
"alwaysStrict": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"lib": [
|
"lib": ["dom", "dom.iterable", "esnext"],
|
||||||
"dom",
|
|
||||||
"dom.iterable",
|
|
||||||
"esnext"
|
|
||||||
],
|
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
@ -27,12 +23,6 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true
|
"isolatedModules": true
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": ["node_modules"],
|
||||||
"node_modules"
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
||||||
],
|
|
||||||
"include": [
|
|
||||||
"next-env.d.ts",
|
|
||||||
"**/*.ts",
|
|
||||||
"**/*.tsx"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user