diff --git a/package-lock.json b/package-lock.json index a295cd3e..aec5b847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/plugin-autostart": "^2.0.0-beta.2", "@tauri-apps/plugin-deep-link": "^2.0.0-beta.10", "@tauri-apps/plugin-dialog": "^2.0.0-beta.2", - "@tauri-apps/plugin-fs": "^2.0.0-beta.2", + "@tauri-apps/plugin-fs": "^2.2.0", "@tauri-apps/plugin-log": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", "@tauri-apps/plugin-shell": "^2.0.0-beta.2", @@ -2704,11 +2704,11 @@ } }, "node_modules/@tauri-apps/plugin-fs": { - "version": "2.0.0-rc.2", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.0-rc.2.tgz", - "integrity": "sha512-TFjCfso3tN4b5s2EBjqP8N2gYrPh93Ds3VNKj8pCXv4wbvnItyfG0aHO0haUsedBOHQryDwv9vDAdPX6/T0a+g==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.2.0.tgz", + "integrity": "sha512-+08mApuONKI8/sCNEZ6AR8vf5vI9DXD4YfrQ9NQmhRxYKMLVhRW164vdW5BSLmMpuevftpQ2FVoL9EFkfG9Z+g==", "dependencies": { - "@tauri-apps/api": "^2.0.0-rc.4" + "@tauri-apps/api": "^2.0.0" } }, "node_modules/@tauri-apps/plugin-log": { diff --git a/package.json b/package.json index 2a76ad47..f1c2288e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-autostart": "^2.0.0-beta.2", "@tauri-apps/plugin-deep-link": "^2.0.0-beta.10", "@tauri-apps/plugin-dialog": "^2.0.0-beta.2", - "@tauri-apps/plugin-fs": "^2.0.0-beta.2", + "@tauri-apps/plugin-fs": "^2.2.0", "@tauri-apps/plugin-log": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", "@tauri-apps/plugin-shell": "^2.0.0-beta.2",