Bump react-day-picker from 8.10.1 to 9.0.8 in /web

Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 8.10.1 to 9.0.8.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/compare/v8.10.1...v9.0.8)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-12 11:21:58 +00:00 committed by GitHub
parent 13d121f443
commit 4c51dccfcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

14
web/package-lock.json generated
View File

@ -47,7 +47,7 @@
"nosleep.js": "^0.12.0", "nosleep.js": "^0.12.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1", "react-day-picker": "^9.0.8",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4", "react-grid-layout": "^1.4.4",
@ -6548,16 +6548,18 @@
} }
}, },
"node_modules/react-day-picker": { "node_modules/react-day-picker": {
"version": "8.10.1", "version": "9.0.8",
"resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.10.1.tgz", "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.0.8.tgz",
"integrity": "sha512-TMx7fNbhLk15eqcMt+7Z7S2KF7mfTId/XJDjKE8f+IUcFn0l08/kI4FiYTL/0yuOLmEcbR4Fwe3GJf/NiiMnPA==", "integrity": "sha512-dZM94abRNnc2jC/wkWn56358GHJcfAHfyC2Th9asyIUQhFIC5D2Ef5qUG9n1b5t8PeCJst7eCWJ6b+XZaAjxhA==",
"dependencies": {
"date-fns": "^3.6.0"
},
"funding": { "funding": {
"type": "individual", "type": "individual",
"url": "https://github.com/sponsors/gpbl" "url": "https://github.com/sponsors/gpbl"
}, },
"peerDependencies": { "peerDependencies": {
"date-fns": "^2.28.0 || ^3.0.0", "react": ">=16.8.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/react-device-detect": { "node_modules/react-device-detect": {

View File

@ -53,7 +53,7 @@
"nosleep.js": "^0.12.0", "nosleep.js": "^0.12.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",
"react-day-picker": "^8.10.1", "react-day-picker": "^9.0.8",
"react-device-detect": "^2.2.3", "react-device-detect": "^2.2.3",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4", "react-grid-layout": "^1.4.4",