diff --git a/package-lock.json b/package-lock.json index ec78f58..448c8de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "jwt-decode": "^4.0.0", "lucide-react": "^0.539.0", - "react": "^18.0.0", + "react": "^19.1.1", "react-dom": "^18.0.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.9", @@ -28,7 +28,7 @@ "@tanstack/eslint-plugin-query": "^5.66.1", "@tanstack/router-plugin": "^1.114.17", "@types/node": "^24.0.1", - "@types/react": "^19.0.10", + "@types/react": "^19.1.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.22.0", @@ -2530,9 +2530,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.8", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.8.tgz", - "integrity": "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==", + "version": "19.1.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.10.tgz", + "integrity": "sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==", "devOptional": true, "license": "MIT", "dependencies": { @@ -4942,13 +4942,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==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 7439378..9a18e5f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clsx": "^2.1.1", "jwt-decode": "^4.0.0", "lucide-react": "^0.539.0", - "react": "^18.0.0", + "react": "^19.1.1", "react-dom": "^18.0.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.9", @@ -33,7 +33,7 @@ "@tanstack/eslint-plugin-query": "^5.66.1", "@tanstack/router-plugin": "^1.114.17", "@types/node": "^24.0.1", - "@types/react": "^19.0.10", + "@types/react": "^19.1.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.22.0",