diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 9a617a20..9d90c79f 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.4", "@tailwindcss/vite": "^4.1.11", - "react": "^18.3.1", + "react": "^19.1.1", "react-dom": "^18.3.1", "react-router-dom": "7.8.0" }, "devDependencies": { "@db-ux/agent-cli": "3.0.2-copilot3-1616965", "@db-ux/core-foundations": "3.0.4", - "@types/react": "^18.3.12", + "@types/react": "^19.1.10", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.0", @@ -1792,19 +1792,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.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.10.tgz", + "integrity": "sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==", "dev": true, + "license": "MIT", "dependencies": { - "@types/prop-types": "*", "csstype": "^3.0.2" } }, @@ -3741,12 +3735,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 d972de21..f66bc32b 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.4", "@tailwindcss/vite": "^4.1.11", - "react": "^18.3.1", + "react": "^19.1.1", "react-dom": "^18.3.1", "react-router-dom": "7.8.0" }, "devDependencies": { "@db-ux/agent-cli": "3.0.2-copilot3-1616965", "@db-ux/core-foundations": "3.0.4", - "@types/react": "^18.3.12", + "@types/react": "^19.1.10", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.0",