Update dependencies
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: 10.4.1
|
||||
version: 10.6.2
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: pnpm install
|
||||
|
18
package.json
18
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.5.2",
|
||||
"packageManager": "pnpm@10.6.2",
|
||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||
"author": "Nicola Spadari",
|
||||
"license": "MIT",
|
||||
@@ -23,27 +23,27 @@
|
||||
"tauri:build:debug": "tauri build --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "^3.0.0-beta.2",
|
||||
"@nuxt/ui": "^3.0.0-beta.3",
|
||||
"@tauri-apps/api": "^2.3.0",
|
||||
"@tauri-apps/plugin-fs": "^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.4",
|
||||
"nuxt": "^3.16.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0",
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.3.0",
|
||||
"@nuxt/eslint": "^1.1.0",
|
||||
"@antfu/eslint-config": "^4.8.1",
|
||||
"@nuxt/eslint": "^1.2.0",
|
||||
"@tauri-apps/cli": "^2.3.1",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"@vueuse/nuxt": "^12.7.0",
|
||||
"@vueuse/core": "^13.0.0",
|
||||
"@vueuse/nuxt": "^13.0.0",
|
||||
"bumpp": "^10.0.3",
|
||||
"eslint": "^9.21.0",
|
||||
"nuxt-svgo": "^4.0.14",
|
||||
"eslint": "^9.22.0",
|
||||
"nuxt-svgo": "^4.0.15",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
"resolutions": {
|
||||
|
3897
pnpm-lock.yaml
generated
3897
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user