update packages

This commit is contained in:
Nate Kelley 2025-03-10 08:55:56 -06:00
parent e5dd6e3416
commit 770df9c1ff
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View File

@ -54,7 +54,7 @@
"monaco-yaml": "^5.3.1",
"mutative": "^1.1.0",
"next": "14.2.24",
"next-themes": "^0.4.4",
"next-themes": "^0.4.5",
"papaparse": "^5.5.2",
"pluralize": "^8.0.0",
"posthog-js": "^1.229.5",
@ -63,7 +63,7 @@
"react": "^18",
"react-color": "^2.19.3",
"react-data-grid": "^7.0.0-beta.48",
"react-day-picker": "^9.5.1",
"react-day-picker": "^9.6.1",
"react-dom": "^18",
"react-hotkeys-hook": "^4.6.1",
"react-markdown": "^10.1.0",
@ -109,7 +109,7 @@
"typescript": "^5"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.9.0"
}
},
"node_modules/@adobe/css-tools": {
@ -16554,9 +16554,9 @@
}
},
"node_modules/next-themes": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.4.tgz",
"integrity": "sha512-LDQ2qIOJF0VnuVrrMSMLrWGjRMkq+0mpgl6e0juCLqdJ+oo8Q84JRWT6Wh11VDQKkMMe+dVzDKLWs5n87T+PkQ==",
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.5.tgz",
"integrity": "sha512-E8/gYKBxZknOXBiDk/sRokAvkOw35PTUD4Gxtq1eBhd0r4Dx5S42zU65/q8ozR5rcSG2ZlE1E3+ShlUpC7an+A==",
"license": "MIT",
"peerDependencies": {
"react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
@ -18008,9 +18008,9 @@
}
},
"node_modules/react-day-picker": {
"version": "9.5.1",
"resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.5.1.tgz",
"integrity": "sha512-PxuK8inYLlYgM2zZUVBPsaBM5jI40suPeG+naKyx7kpyF032RRlEAUEjkpW9/poTASh/vyWAOVqjGuGw+47isw==",
"version": "9.6.1",
"resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.6.1.tgz",
"integrity": "sha512-PiRT/l6yk+fLpSmyMFUHIep8dbKAlilJGfDB0N2krXFhnxbitZf/t+ePDLk8kou/lYUVWAfIIxBJjFuvrNy7Hw==",
"license": "MIT",
"dependencies": {
"@date-fns/tz": "^1.2.0",

View File

@ -13,7 +13,7 @@
"build-storybook": "storybook build"
},
"engines": {
"node": ">=20.0.0"
"node": ">=22.9.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",