Project setting updates
This commit is contained in:
parent
3f29b06d9d
commit
693fd3b906
17
web/package-lock.json
generated
17
web/package-lock.json
generated
@ -1425,6 +1425,11 @@
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz",
|
||||
"integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==",
|
||||
"dependencies": {
|
||||
"chart.js": ">=3.0.2",
|
||||
"chartjs-adapter-date-fns": ">=2.0.0",
|
||||
"date-fns": ">=2.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"chart.js": ">=3.0.2",
|
||||
"chartjs-adapter-date-fns": ">=2.0.0",
|
||||
@ -1438,6 +1443,7 @@
|
||||
"dependencies": {
|
||||
"anymatch": "~3.1.1",
|
||||
"braces": "~3.0.2",
|
||||
"fsevents": "~2.3.1",
|
||||
"glob-parent": "~5.1.0",
|
||||
"is-binary-path": "~2.1.0",
|
||||
"is-glob": "~4.0.1",
|
||||
@ -4373,6 +4379,17 @@
|
||||
"@next/polyfill-module": "12.0.3",
|
||||
"@next/react-dev-overlay": "12.0.3",
|
||||
"@next/react-refresh-utils": "12.0.3",
|
||||
"@next/swc-android-arm64": "12.0.3",
|
||||
"@next/swc-darwin-arm64": "12.0.3",
|
||||
"@next/swc-darwin-x64": "12.0.3",
|
||||
"@next/swc-linux-arm-gnueabihf": "12.0.3",
|
||||
"@next/swc-linux-arm64-gnu": "12.0.3",
|
||||
"@next/swc-linux-arm64-musl": "12.0.3",
|
||||
"@next/swc-linux-x64-gnu": "12.0.3",
|
||||
"@next/swc-linux-x64-musl": "12.0.3",
|
||||
"@next/swc-win32-arm64-msvc": "12.0.3",
|
||||
"@next/swc-win32-ia32-msvc": "12.0.3",
|
||||
"@next/swc-win32-x64-msvc": "12.0.3",
|
||||
"acorn": "8.5.0",
|
||||
"assert": "2.0.0",
|
||||
"browserify-zlib": "0.2.0",
|
||||
|
@ -16,7 +16,8 @@
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve"
|
||||
"jsx": "preserve",
|
||||
"incremental": true
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user