From 639a06e224b7b1de6a4df7ce626ad5a54dcad6c7 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 7 Jun 2026 19:18:37 +0200 Subject: [PATCH] deps: deno update --latest --- crates/lanspread-tauri-deno-ts/deno.lock | 12 ++++++------ crates/lanspread-tauri-deno-ts/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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",