diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 7a5f78bc..e69f9005 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -10,14 +10,14 @@ "dependencies": { "@db-ux/react-core-components": "3.0.2", "@tailwindcss/vite": "^4.1.11", - "react": "^18.3.1", + "react": "^19.1.1", "react-dom": "^18.3.1", "react-router-dom": "7.7.1" }, "devDependencies": { "@db-ux/agent-cli": "3.0.2-copilot3-1616965", "@db-ux/core-foundations": "3.0.2", - "@types/react": "^18.3.12", + "@types/react": "^19.1.9", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", @@ -1791,19 +1791,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.1.9", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.9.tgz", + "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -3875,12 +3869,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.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index f253d192..f27b86d5 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -14,14 +14,14 @@ "dependencies": { "@db-ux/react-core-components": "3.0.2", "@tailwindcss/vite": "^4.1.11", - "react": "^18.3.1", + "react": "^19.1.1", "react-dom": "^18.3.1", "react-router-dom": "7.7.1" }, "devDependencies": { "@db-ux/agent-cli": "3.0.2-copilot3-1616965", "@db-ux/core-foundations": "3.0.2", - "@types/react": "^18.3.12", + "@types/react": "^19.1.9", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0",