deps: deno update --latest

This commit is contained in:
2026-06-07 19:18:37 +02:00
parent 27a054fcb7
commit 639a06e224
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -6,8 +6,8 @@
"npm:@tauri-apps/plugin-dialog@^2.7.1": "2.7.1", "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-shell@^2.3.5": "2.3.5",
"npm:@tauri-apps/plugin-store@^2.4.3": "2.4.3", "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-dom@^19.2.3": "19.2.3_@types+react@19.2.17",
"npm:@types/react@^19.2.16": "19.2.16", "npm:@types/react@^19.2.17": "19.2.17",
"npm:@vitejs/plugin-react@^6.0.2": "6.0.2_vite@8.0.16", "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-dom@^19.2.7": "19.2.7_react@19.2.7",
"npm:react@^19.2.7": "19.2.7", "npm:react@^19.2.7": "19.2.7",
@@ -226,14 +226,14 @@
"tslib" "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==", "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
"dependencies": [ "dependencies": [
"@types/react" "@types/react"
] ]
}, },
"@types/react@19.2.16": { "@types/react@19.2.17": {
"integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
"dependencies": [ "dependencies": [
"csstype" "csstype"
] ]
@@ -436,7 +436,7 @@
"npm:@tauri-apps/plugin-shell@^2.3.5", "npm:@tauri-apps/plugin-shell@^2.3.5",
"npm:@tauri-apps/plugin-store@^2.4.3", "npm:@tauri-apps/plugin-store@^2.4.3",
"npm:@types/react-dom@^19.2.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:@vitejs/plugin-react@^6.0.2",
"npm:react-dom@^19.2.7", "npm:react-dom@^19.2.7",
"npm:react@^19.2.7", "npm:react@^19.2.7",
+1 -1
View File
@@ -18,7 +18,7 @@
"@tauri-apps/plugin-shell": "^2.3.5" "@tauri-apps/plugin-shell": "^2.3.5"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.2.16", "@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2", "@vitejs/plugin-react": "^6.0.2",
"typescript": "^6.0.3", "typescript": "^6.0.3",