diff --git a/package-lock.json b/package-lock.json index 2923884..47167af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,14 +15,14 @@ "@testing-library/react": "^16.0.1", "@tsconfig/create-react-app": "^2.0.5", "@types/jest": "^29.5.13", - "@types/react": "^18.3.7", + "@types/react": "^19.0.7", "@types/react-dom": "^18.3.0", "esbuild": "0.24.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "3.4.2", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1", "ts-jest": "^29.2.5", "typedoc": "^0.27.4", @@ -1811,19 +1811,13 @@ "undici-types": "~5.26.4" } }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", - "dev": true - }, "node_modules/@types/react": { - "version": "18.3.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", - "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.7.tgz", + "integrity": "sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -5008,13 +5002,11 @@ "dev": true }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", + "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", "dev": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index ede0b57..e8a587f 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "@testing-library/react": "^16.0.1", "@tsconfig/create-react-app": "^2.0.5", "@types/jest": "^29.5.13", - "@types/react": "^18.3.7", + "@types/react": "^19.0.7", "@types/react-dom": "^18.3.0", "esbuild": "0.24.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-location-mock": "^2.0.0", "prettier": "3.4.2", - "react": "^18.3.1", + "react": "^19.0.0", "react-dom": "^18.3.1", "ts-jest": "^29.2.5", "typedoc": "^0.27.4",