diff --git a/ui/package-lock.json b/ui/package-lock.json index 7420ec99..8b1ddc0d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "ui", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ui", - "version": "0.1.1", + "version": "0.1.2", "dependencies": { "@hookform/resolvers": "^3.9.1", "@radix-ui/react-dialog": "^1.1.6", @@ -21,7 +21,7 @@ "lucide-react": "^0.454.0", "next": "15.2.4", "next-themes": "^0.4.4", - "react": "^19.0.0", + "react": "^19.1.0", "react-dom": "^19.0.0", "react-hook-form": "^7.53.1", "sonner": "^1.7.4", @@ -6216,9 +6216,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz", + "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/ui/package.json b/ui/package.json index 1975888d..2fbcf989 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "lucide-react": "^0.454.0", "next": "15.2.4", "next-themes": "^0.4.4", - "react": "^19.0.0", + "react": "^19.1.0", "react-dom": "^19.0.0", "react-hook-form": "^7.53.1", "sonner": "^1.7.4",