diff --git a/package-lock.json b/package-lock.json index 356fb2b..d9479ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "framer-motion": "^12.6.0", "i18next": "^24.2.3", "lucide-react": "^0.483.0", - "react": "^19.0.0", + "react": "^19.1.0", "react-dom": "^19.0.0", "react-i18next": "^15.4.1", "react-markdown": "^10.1.0", @@ -66,7 +66,7 @@ "@types/electron-squirrel-startup": "^1.0.2", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^22.13.10", - "@types/react": "^19.0.10", + "@types/react": "^19.1.0", "@types/react-dom": "^19.0.4", "@types/react-syntax-highlighter": "^15.5.13", "electron": "35.0.1", @@ -4311,9 +4311,9 @@ } }, "node_modules/@types/react": { - "version": "19.0.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", - "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz", + "integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -13006,9 +13006,9 @@ "license": "BSD-2-Clause" }, "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/package.json b/package.json index 9f64344..0c35060 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/electron-squirrel-startup": "^1.0.2", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^22.13.10", - "@types/react": "^19.0.10", + "@types/react": "^19.1.0", "@types/react-dom": "^19.0.4", "@types/react-syntax-highlighter": "^15.5.13", "electron": "35.0.1", @@ -91,7 +91,7 @@ "framer-motion": "^12.6.0", "i18next": "^24.2.3", "lucide-react": "^0.483.0", - "react": "^19.0.0", + "react": "^19.1.0", "react-dom": "^19.0.0", "react-i18next": "^15.4.1", "react-markdown": "^10.1.0",