mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
chore: update nuxt to 3.11.2 (#2755)
This commit is contained in:
parent
a27c218802
commit
73293fbcd3
4 changed files with 1593 additions and 1699 deletions
|
@ -13,6 +13,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "^1.15.0",
|
||||
"nuxt": "^3.11.1"
|
||||
"nuxt": "^3.11.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -197,17 +197,17 @@ export default defineNuxtConfig({
|
|||
},
|
||||
publicAssets: [
|
||||
{
|
||||
dir: '~/public/avatars',
|
||||
dir: resolve('./public/avatars'),
|
||||
maxAge: 24 * 60 * 60 * 30, // 30 days
|
||||
baseURL: '/avatars',
|
||||
},
|
||||
{
|
||||
dir: '~/public/emojis',
|
||||
dir: resolve('./public/emojis'),
|
||||
maxAge: 24 * 60 * 60 * 15, // 15 days, matching service worker
|
||||
baseURL: '/emojis',
|
||||
},
|
||||
{
|
||||
dir: '~/public/fonts',
|
||||
dir: resolve('./public/fonts'),
|
||||
maxAge: 24 * 60 * 60 * 365, // 1 year (versioned)
|
||||
baseURL: '/fonts',
|
||||
},
|
||||
|
|
10
package.json
10
package.json
|
@ -94,14 +94,14 @@
|
|||
"simple-git": "^3.19.1",
|
||||
"slimeform": "^0.9.1",
|
||||
"stale-dep": "^0.7.0",
|
||||
"std-env": "^3.3.3",
|
||||
"std-env": "^3.7.0",
|
||||
"string-length": "^5.0.1",
|
||||
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
||||
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
||||
"theme-vitesse": "^0.7.2",
|
||||
"tiny-decode": "^0.1.3",
|
||||
"tippy.js": "^6.3.7",
|
||||
"ufo": "^1.5.2",
|
||||
"ufo": "^1.5.3",
|
||||
"ultrahtml": "^1.5.3",
|
||||
"unimport": "^3.7.1",
|
||||
"vite-plugin-pwa": "^0.19.2",
|
||||
|
@ -132,15 +132,15 @@
|
|||
"flat": "^6.0.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"lint-staged": "^15.2.2",
|
||||
"nuxt": "^3.11.1",
|
||||
"nuxt": "^3.11.2",
|
||||
"prettier": "^3.2.5",
|
||||
"sharp": "^0.33.3",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"tsx": "^4.7.2",
|
||||
"typescript": "^5.4.2",
|
||||
"typescript": "^5.4.4",
|
||||
"vitest": "1.4.0",
|
||||
"vue-tsc": "^2.0.6"
|
||||
"vue-tsc": "^2.0.10"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
|
3274
pnpm-lock.yaml
3274
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue