Update dependency @fullcalendar/react to v6.1.15
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-07-16 00:07:32 +00:00
parent 5afb4b1aa1
commit 55e5d8eee8

View File

@ -1110,11 +1110,12 @@
} }
}, },
"node_modules/@fullcalendar/react": { "node_modules/@fullcalendar/react": {
"version": "6.1.14", "version": "6.1.15",
"resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-6.1.14.tgz", "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-6.1.15.tgz",
"integrity": "sha512-sXLn2D8aPYLuDH3fy2ZhHTOz5WNSU1NhoECsGBzjUtz2IYHy6m5Y9TqlyqeAqVqFLDRSJAlKAr5LyrIvnD/IMA==", "integrity": "sha512-L0b9hybS2J4e7lq6G2CD4nqriyLEqOH1tE8iI6JQjAMTVh5JicOo5Mqw+fhU5bJ7hLfMw2K3fksxX3Ul1ssw5w==",
"license": "MIT",
"peerDependencies": { "peerDependencies": {
"@fullcalendar/core": "~6.1.14", "@fullcalendar/core": "~6.1.15",
"react": "^16.7.0 || ^17 || ^18 || ^19", "react": "^16.7.0 || ^17 || ^18 || ^19",
"react-dom": "^16.7.0 || ^17 || ^18 || ^19" "react-dom": "^16.7.0 || ^17 || ^18 || ^19"
} }