diff --git a/crates/lanspread-tauri-deno-ts/deno.lock b/crates/lanspread-tauri-deno-ts/deno.lock index a86ff47..de8d501 100644 --- a/crates/lanspread-tauri-deno-ts/deno.lock +++ b/crates/lanspread-tauri-deno-ts/deno.lock @@ -6,8 +6,8 @@ "npm:@tauri-apps/plugin-dialog@^2.7.1": "2.7.1", "npm:@tauri-apps/plugin-shell@^2.3.5": "2.3.5", "npm:@tauri-apps/plugin-store@^2.4.3": "2.4.3", - "npm:@types/react-dom@^19.2.3": "19.2.3_@types+react@19.2.16", - "npm:@types/react@^19.2.16": "19.2.16", + "npm:@types/react-dom@^19.2.3": "19.2.3_@types+react@19.2.17", + "npm:@types/react@^19.2.17": "19.2.17", "npm:@vitejs/plugin-react@^6.0.2": "6.0.2_vite@8.0.16", "npm:react-dom@^19.2.7": "19.2.7_react@19.2.7", "npm:react@^19.2.7": "19.2.7", @@ -226,14 +226,14 @@ "tslib" ] }, - "@types/react-dom@19.2.3_@types+react@19.2.16": { + "@types/react-dom@19.2.3_@types+react@19.2.17": { "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==", "dependencies": [ "@types/react" ] }, - "@types/react@19.2.16": { - "integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", + "@types/react@19.2.17": { + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dependencies": [ "csstype" ] @@ -436,7 +436,7 @@ "npm:@tauri-apps/plugin-shell@^2.3.5", "npm:@tauri-apps/plugin-store@^2.4.3", "npm:@types/react-dom@^19.2.3", - "npm:@types/react@^19.2.16", + "npm:@types/react@^19.2.17", "npm:@vitejs/plugin-react@^6.0.2", "npm:react-dom@^19.2.7", "npm:react@^19.2.7", diff --git a/crates/lanspread-tauri-deno-ts/package.json b/crates/lanspread-tauri-deno-ts/package.json index fbe1fb8..c51161f 100644 --- a/crates/lanspread-tauri-deno-ts/package.json +++ b/crates/lanspread-tauri-deno-ts/package.json @@ -18,7 +18,7 @@ "@tauri-apps/plugin-shell": "^2.3.5" }, "devDependencies": { - "@types/react": "^19.2.16", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", "typescript": "^6.0.3",