diff --git a/package-lock.json b/package-lock.json index 0a58a19..e86e1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "idb": "^8.0.0", "lucide-react": "^0.483.0", "markdown-it": "^14.1.0", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-resizable": "^3.0.4", "react-sidebar": "^3.0.2", @@ -21,7 +21,7 @@ "@tauri-apps/cli": "^2.2.7", "@types/markdown-it": "^14.1.2", "@types/node": "^22.13.1", - "@types/react": "^19.0.10", + "@types/react": "^19.1.9", "@types/react-dom": "^19.0.4", "@types/react-resizable": "^3.0.3", "@types/react-sidebar": "^3.0.2", @@ -3376,9 +3376,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.12", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz", - "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==", + "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": { @@ -8988,9 +8988,9 @@ } }, "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.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/package.json b/package.json index 4d9411c..961c9b9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "idb": "^8.0.0", "lucide-react": "^0.483.0", "markdown-it": "^14.1.0", - "react": "^19.0.0", + "react": "^19.1.1", "react-dom": "^19.0.0", "react-resizable": "^3.0.4", "react-sidebar": "^3.0.2", @@ -30,7 +30,7 @@ "@tauri-apps/cli": "^2.2.7", "@types/markdown-it": "^14.1.2", "@types/node": "^22.13.1", - "@types/react": "^19.0.10", + "@types/react": "^19.1.9", "@types/react-dom": "^19.0.4", "@types/react-resizable": "^3.0.3", "@types/react-sidebar": "^3.0.2",