diff --git a/package-lock.json b/package-lock.json index 00cd76f..89ed5d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^7.3.1", "@mui/material": "^7.3.1", "iso8601-duration": "^2.1.2", - "react": "^19.1.0", + "react": "^19.2.0", "react-dom": "^19.1.0", "react-hook-time": "^1.0.7-5", "react-screen-wake-lock": "^3.1.1", @@ -29,7 +29,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", - "@types/react": "^19.1.9", + "@types/react": "^19.2.1", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.0", "cypress": "^14.5.4", @@ -4360,9 +4360,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", - "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", + "version": "19.2.1", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.1.tgz", + "integrity": "sha512-1U5NQWh/GylZQ50ZMnnPjkYHEaGhg6t5i/KI0LDDh3t4E3h3T3vzm+GLY2BRzMfIjSBwzm6tginoZl5z0O/qsA==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -13557,9 +13557,9 @@ } }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 775ff9f..2bf1c25 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@mui/icons-material": "^7.3.1", "@mui/material": "^7.3.1", "iso8601-duration": "^2.1.2", - "react": "^19.1.0", + "react": "^19.2.0", "react-dom": "^19.1.0", "react-hook-time": "^1.0.7-5", "react-screen-wake-lock": "^3.1.1", @@ -24,7 +24,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", - "@types/react": "^19.1.9", + "@types/react": "^19.2.1", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^5.0.0", "cypress": "^14.5.4",