Update deps
This commit is contained in:
30
package.json
30
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.2",
|
||||
"packageManager": "pnpm@10.2.1",
|
||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||
"author": "Nicola Spadari",
|
||||
"license": "MIT",
|
||||
@@ -23,30 +23,30 @@
|
||||
"tauri:build:debug": "tauri build --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": ">=2.1.1",
|
||||
"@tauri-apps/api": ">=2.2.0",
|
||||
"@tauri-apps/plugin-fs": "^2.2.0",
|
||||
"@tauri-apps/plugin-notification": "^2.2.0",
|
||||
"@tauri-apps/plugin-notification": "^2.2.1",
|
||||
"@tauri-apps/plugin-os": "^2.2.0",
|
||||
"@tauri-apps/plugin-shell": "^2.2.0",
|
||||
"@tauri-apps/plugin-store": "^2.2.0",
|
||||
"nuxt": "^3.15.0",
|
||||
"nuxt": "^3.15.4",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.12.1",
|
||||
"@nuxt/eslint": "^0.7.4",
|
||||
"@antfu/eslint-config": "^4.1.1",
|
||||
"@nuxt/eslint": "^1.0.1",
|
||||
"@nuxt/fonts": "^0.10.3",
|
||||
"@nuxt/icon": "^1.10.3",
|
||||
"@tauri-apps/cli": ">=2.1.0",
|
||||
"@unocss/eslint-plugin": "^0.65.3",
|
||||
"@unocss/nuxt": "^0.65.3",
|
||||
"@vueuse/core": "^12.3.0",
|
||||
"@vueuse/nuxt": "^12.3.0",
|
||||
"bumpp": "^9.9.2",
|
||||
"@tauri-apps/cli": ">=2.2.7",
|
||||
"@unocss/eslint-plugin": "^65.4.3",
|
||||
"@unocss/nuxt": "^65.4.3",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@vueuse/nuxt": "^12.5.0",
|
||||
"bumpp": "^10.0.2",
|
||||
"eslint": "9.17.0",
|
||||
"nuxt-svgo": "^4.0.10",
|
||||
"sass": "^1.83.0",
|
||||
"typescript": "^5.7.2"
|
||||
"nuxt-svgo": "^4.0.14",
|
||||
"sass": "^1.84.0",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
|
2845
pnpm-lock.yaml
generated
2845
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1007
src-tauri/Cargo.lock
generated
1007
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -16,19 +16,19 @@ crate-type = [
|
||||
]
|
||||
|
||||
[build-dependencies.tauri-build]
|
||||
version = "2.0.3"
|
||||
version = "2.0.5"
|
||||
features = [ ]
|
||||
|
||||
[dependencies]
|
||||
tauri-plugin-shell = "2.2.0"
|
||||
tauri-plugin-notification = "2.2.0"
|
||||
tauri-plugin-notification = "2.2.1"
|
||||
tauri-plugin-os = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-store = "2.2.0"
|
||||
serde_json = "1"
|
||||
|
||||
[dependencies.tauri]
|
||||
version = "2.1.1"
|
||||
version = "2.2.5"
|
||||
features = [ "tray-icon" ]
|
||||
|
||||
[dependencies.serde]
|
||||
|
Reference in New Issue
Block a user