Package updates updated these files

This commit is contained in:
Gabe Kangas 2021-08-12 23:46:57 -07:00
parent e3eda87719
commit ad59d6ebda
2 changed files with 5 additions and 0 deletions

3
web/next-env.d.ts vendored
View file

@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.

2
web/package-lock.json generated
View file

@ -1683,6 +1683,7 @@
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==",
"dependencies": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0"
},
"optionalDependencies": {
@ -1696,6 +1697,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",