From 1e67b6dc40399ffc2d6b16b42063fc74791e2fd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:12:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v16.14.62 --- streamlit_calendar/frontend/package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/streamlit_calendar/frontend/package-lock.json b/streamlit_calendar/frontend/package-lock.json index d76b9e1..ee80c1d 100644 --- a/streamlit_calendar/frontend/package-lock.json +++ b/streamlit_calendar/frontend/package-lock.json @@ -4225,13 +4225,14 @@ "dev": true }, "node_modules/@types/react": { - "version": "16.14.54", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.54.tgz", - "integrity": "sha512-54MOeVbxTlC8U6XBy2sLhLaHg/QGP0gPEWIpl1E5tNTJDz/SdFktT3OuvAfKxpSXATUmKXDozHvxbT3XohJgDQ==", + "version": "16.14.62", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.62.tgz", + "integrity": "sha512-BWf7hqninZav6nerxXj+NeZT/mTpDeG6Lk2zREHAy63CrnXoOGPGtNqTFYFN/sqpSaREDP5otVV88axIXmKfGA==", "dev": true, + "license": "MIT", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", + "@types/scheduler": "^0.16", "csstype": "^3.0.2" } },