Update node, pnpm and packages versions
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 23.5.0
|
||||
node-version: 23.8.0
|
||||
|
||||
- name: install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.15.4
|
||||
version: 10.4.1
|
||||
|
||||
- name: install frontend dependencies
|
||||
run: pnpm install
|
||||
|
@@ -46,11 +46,14 @@ export default defineNuxtConfig({
|
||||
presets: [
|
||||
{
|
||||
from: "zod",
|
||||
imports: ["z", {
|
||||
name: "infer",
|
||||
as: "zInfer",
|
||||
type: true
|
||||
}]
|
||||
imports: [
|
||||
"z",
|
||||
{
|
||||
name: "infer",
|
||||
as: "zInfer",
|
||||
type: true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
22
package.json
22
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||
"author": "Nicola Spadari",
|
||||
"license": "MIT",
|
||||
@@ -23,8 +23,8 @@
|
||||
"tauri:build:debug": "tauri build --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/ui": "3.0.0-alpha.12",
|
||||
"@tauri-apps/api": ">=2.2.0",
|
||||
"@nuxt/ui": "^3.0.0-alpha.13",
|
||||
"@tauri-apps/api": "^2.2.0",
|
||||
"@tauri-apps/plugin-fs": "^2.2.0",
|
||||
"@tauri-apps/plugin-notification": "^2.2.1",
|
||||
"@tauri-apps/plugin-os": "^2.2.0",
|
||||
@@ -33,16 +33,16 @@
|
||||
"nuxt": "^3.15.4",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0",
|
||||
"zod": "^3.24.1"
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^4.1.1",
|
||||
"@nuxt/eslint": "^1.0.1",
|
||||
"@tauri-apps/cli": ">=2.2.7",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@vueuse/nuxt": "^12.5.0",
|
||||
"bumpp": "^10.0.2",
|
||||
"eslint": "9.17.0",
|
||||
"@antfu/eslint-config": "^4.3.0",
|
||||
"@nuxt/eslint": "^1.1.0",
|
||||
"@tauri-apps/cli": "^2.2.7",
|
||||
"@vueuse/core": "^12.7.0",
|
||||
"@vueuse/nuxt": "^12.7.0",
|
||||
"bumpp": "^10.0.3",
|
||||
"eslint": "^9.20.1",
|
||||
"nuxt-svgo": "^4.0.14",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
|
Reference in New Issue
Block a user