Update dependency react-calendar to v5.1.0 (#1164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-27 21:50:15 +00:00
committed by GitHub
parent 11d03dba29
commit b026ad7ebd
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"next-axiom": "^1.9.1", "next-axiom": "^1.9.1",
"nodemailer": "^6.10.0", "nodemailer": "^6.10.0",
"react": "18.3.1", "react": "18.3.1",
"react-calendar": "5.0.0", "react-calendar": "5.1.0",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"uuid": "10.0.0" "uuid": "10.0.0"
}, },
@@ -12129,9 +12129,10 @@
} }
}, },
"node_modules/react-calendar": { "node_modules/react-calendar": {
"version": "5.0.0", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-5.0.0.tgz", "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-5.1.0.tgz",
"integrity": "sha512-bHcE5e5f+VUKLd4R19BGkcSQLpuwjKBVG0fKz74cwPW5xDfNsReHdDbfd4z3mdjuUuZzVtw4Q920mkwK5/ZOEg==", "integrity": "sha512-09o/rQHPZGEi658IXAJtWfra1N69D1eFnuJ3FQm9qUVzlzNnos1+GWgGiUeSs22QOpNm32aoVFOimq0p3Ug9Eg==",
"license": "MIT",
"dependencies": { "dependencies": {
"@wojtekmaj/date-utils": "^1.1.3", "@wojtekmaj/date-utils": "^1.1.3",
"clsx": "^2.0.0", "clsx": "^2.0.0",

View File

@@ -29,7 +29,7 @@
"next-axiom": "^1.9.1", "next-axiom": "^1.9.1",
"nodemailer": "^6.10.0", "nodemailer": "^6.10.0",
"react": "18.3.1", "react": "18.3.1",
"react-calendar": "5.0.0", "react-calendar": "5.1.0",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"uuid": "10.0.0" "uuid": "10.0.0"
}, },