diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 8ee1c595..33117903 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -12,14 +12,14 @@ "@db-ux/core-foundations": "3.1.18", "@db-ux/react-core-components": "3.1.18", "@tailwindcss/vite": "^4.1.14", - "react": "^18.3.1", + "react": "^19.2.0", "react-dom": "^18.3.1", "react-router-dom": "7.9.3" }, "devDependencies": { "@db-ux/agent-cli": "3.1.18", "@db-ux/core-foundations": "3.1.18", - "@types/react": "^18.3.12", + "@types/react": "^19.2.2", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0", @@ -1766,19 +1766,13 @@ "dev": true, "license": "MIT" }, - "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.2.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", + "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -3543,12 +3537,10 @@ "license": "MIT" }, "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==", - "dependencies": { - "loose-envify": "^1.1.0" - }, + "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/react-tailwind-template/package.json b/react-tailwind-template/package.json index cc970077..af9c639c 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -16,14 +16,14 @@ "@db-ux/core-foundations": "3.1.18", "@db-ux/core-components": "3.1.18", "@tailwindcss/vite": "^4.1.14", - "react": "^18.3.1", + "react": "^19.2.0", "react-dom": "^18.3.1", "react-router-dom": "7.9.3" }, "devDependencies": { "@db-ux/agent-cli": "3.1.18", "@db-ux/core-foundations": "3.1.18", - "@types/react": "^18.3.12", + "@types/react": "^19.2.2", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/parser": "^8.46.0",