Update deps
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.6.0
|
||||
version: 9.12.1
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: pnpm install
|
||||
|
@@ -61,5 +61,5 @@ export default defineNuxtConfig({
|
||||
standalone: false
|
||||
}
|
||||
},
|
||||
compatibilityDate: "2024-08-01"
|
||||
compatibilityDate: "2024-10-01"
|
||||
});
|
||||
|
40
package.json
40
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "0.0.4",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.6.0",
|
||||
"packageManager": "pnpm@9.12.1",
|
||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||
"author": "Nicola Spadari",
|
||||
"license": "MIT",
|
||||
@@ -23,26 +23,26 @@
|
||||
"tauri:build:debug": "tauri build --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": ">=2.0.0-rc.0",
|
||||
"@tauri-apps/plugin-fs": "^2.0.0-rc.0",
|
||||
"@tauri-apps/plugin-notification": "^2.0.0-rc.0",
|
||||
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
|
||||
"@tauri-apps/plugin-shell": "^2.0.0-rc.0"
|
||||
"@tauri-apps/api": ">=2.0.2",
|
||||
"@tauri-apps/plugin-fs": "^2.0.0",
|
||||
"@tauri-apps/plugin-notification": "^2.0.0",
|
||||
"@tauri-apps/plugin-os": "^2.0.0",
|
||||
"@tauri-apps/plugin-shell": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.24.1",
|
||||
"@nuxt/eslint": "^0.4.0",
|
||||
"@nuxt/icon": "^1.4.5",
|
||||
"@tauri-apps/cli": ">=2.0.0-rc.1",
|
||||
"@unocss/eslint-plugin": "^0.61.9",
|
||||
"@unocss/nuxt": "^0.61.9",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"@vueuse/nuxt": "^10.11.0",
|
||||
"bumpp": "^9.4.2",
|
||||
"eslint": "8.57.0",
|
||||
"nuxt": "^3.12.4",
|
||||
"nuxt-svgo": "^4.0.2",
|
||||
"sass": "^1.77.8",
|
||||
"typescript": "^5.5.4"
|
||||
"@antfu/eslint-config": "^3.7.3",
|
||||
"@nuxt/eslint": "^0.5.7",
|
||||
"@nuxt/icon": "^1.5.5",
|
||||
"@tauri-apps/cli": ">=2.0.2",
|
||||
"@unocss/eslint-plugin": "^0.63.4",
|
||||
"@unocss/nuxt": "^0.63.4",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"@vueuse/nuxt": "^11.1.0",
|
||||
"bumpp": "^9.6.1",
|
||||
"eslint": "9.12.0",
|
||||
"nuxt": "^3.13.2",
|
||||
"nuxt-svgo": "^4.0.6",
|
||||
"sass": "^1.79.4",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
|
5300
pnpm-lock.yaml
generated
5300
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
623
src-tauri/Cargo.lock
generated
623
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -16,18 +16,18 @@ crate-type = [
|
||||
]
|
||||
|
||||
[build-dependencies.tauri-build]
|
||||
version = "2.0.0-rc.0"
|
||||
version = "2.0.1"
|
||||
features = [ ]
|
||||
|
||||
[dependencies]
|
||||
tauri-plugin-shell = "2.0.0-rc.0"
|
||||
tauri-plugin-notification = "2.0.0-rc.0"
|
||||
tauri-plugin-os = "2.0.0-rc.0"
|
||||
tauri-plugin-fs = "2.0.0-rc.0"
|
||||
tauri-plugin-shell = "2.0.1"
|
||||
tauri-plugin-notification = "2.0.1"
|
||||
tauri-plugin-os = "2.0.1"
|
||||
tauri-plugin-fs = "2.0.1"
|
||||
serde_json = "1"
|
||||
|
||||
[dependencies.tauri]
|
||||
version = "2.0.0-rc.0"
|
||||
version = "2.0.2"
|
||||
features = [ ]
|
||||
|
||||
[dependencies.serde]
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user