Update dependencies
This commit is contained in:
@@ -70,5 +70,5 @@ export default defineNuxtConfig({
|
||||
standalone: false
|
||||
}
|
||||
},
|
||||
compatibilityDate: "2024-10-01"
|
||||
compatibilityDate: "2025-01-01"
|
||||
});
|
||||
|
46
package.json
46
package.json
@@ -3,12 +3,12 @@
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.12.1",
|
||||
"packageManager": "pnpm@9.15.2",
|
||||
"description": "Starter template for Nuxt 3 and Tauri 2",
|
||||
"author": "Nicola Spadari",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"node": ">=23"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt dev",
|
||||
@@ -23,28 +23,28 @@
|
||||
"tauri:build:debug": "tauri build --debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/fonts": "^0.10.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",
|
||||
"@tauri-apps/plugin-store": "^2.0.0"
|
||||
"@nuxt/fonts": "^0.10.3",
|
||||
"@tauri-apps/api": ">=2.1.1",
|
||||
"@tauri-apps/plugin-fs": "^2.2.0",
|
||||
"@tauri-apps/plugin-notification": "^2.2.0",
|
||||
"@tauri-apps/plugin-os": "^2.2.0",
|
||||
"@tauri-apps/plugin-shell": "^2.2.0",
|
||||
"@tauri-apps/plugin-store": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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.7.1",
|
||||
"eslint": "9.12.0",
|
||||
"nuxt": "^3.13.2",
|
||||
"nuxt-svgo": "^4.0.6",
|
||||
"sass": "^1.79.4",
|
||||
"typescript": "^5.6.3"
|
||||
"@antfu/eslint-config": "^3.12.1",
|
||||
"@nuxt/eslint": "^0.7.4",
|
||||
"@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",
|
||||
"eslint": "9.17.0",
|
||||
"nuxt": "^3.15.0",
|
||||
"nuxt-svgo": "^4.0.10",
|
||||
"sass": "^1.83.0",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
7799
pnpm-lock.yaml
generated
7799
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const { name, author, repo, tauriSite, nuxtSite, unoSite } = useConstants();
|
||||
const { name, author, repo, tauriSite, nuxtSite, unoSite } = useAppConfig();
|
||||
|
||||
definePageMeta({
|
||||
layout: "home"
|
||||
|
Reference in New Issue
Block a user