From afc0296ea63649d63c2b132eff622934d3632b05 Mon Sep 17 00:00:00 2001 From: dubisdev Date: Sat, 16 Mar 2024 16:15:29 +0100 Subject: [PATCH] chore: use pined deps --- package.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa0d477..c865b1c 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "prepare-publish": "turbo run lint build" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "7.1.1", - "@typescript-eslint/parser": "7.1.1", + "@typescript-eslint/eslint-plugin": "7.2.0", + "@typescript-eslint/parser": "7.2.0", "eslint": "8.57.0", "semistandard": "17.0.0", "standard": "17.1.0", @@ -27,8 +27,18 @@ "typescript": "$typescript", "@rokii/build": "2.0.13", "@rokii/utils": "2.0.9", - "@rokii/api": "0.8.0", - "@tauri-apps/api": "1.5.3" + "@rokii/api": "0.8.1", + "@tauri-apps/api": "2.0.0-beta.5", + "@tauri-apps/cli": "2.0.0-beta.9", + "@tauri-apps/plugin-fs": "2.0.0-beta.2", + "@tauri-apps/plugin-updater": "2.0.0-beta.2", + "@tauri-apps/plugin-dialog": "2.0.0-beta.2", + "@tauri-apps/plugin-process": "2.0.0-beta.2", + "@tauri-apps/plugin-shell": "2.0.0-beta.2", + "@tauri-apps/plugin-autostart": "2.0.0-beta.2", + "@tauri-apps/plugin-clipboard-manager": "2.0.0-beta.2", + "@tauri-apps/plugin-global-shortcut": "2.0.0-beta.2", + "@tauri-apps/plugin-http": "2.0.0-beta.2" } } }