0

Project setting updates

This commit is contained in:
Gabe Kangas 2021-11-08 00:37:15 -08:00
parent 3f29b06d9d
commit 693fd3b906
2 changed files with 19 additions and 1 deletions

17
web/package-lock.json generated
View File

@ -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",

View File

@ -16,7 +16,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"incremental": true
},
"include": [
"next-env.d.ts",