Skip to content

Commit 6dcf48a

Browse files
committed
chore: make build pass
1 parent e8a37ce commit 6dcf48a

File tree

3 files changed

+662
-413
lines changed

3 files changed

+662
-413
lines changed

app/config/pwa.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const pwa: ModuleOptions = {
3535
],
3636
},
3737
workbox: {
38+
maximumFileSizeToCacheInBytes: 10_000_000,
3839
globPatterns: ['**/*.{js,css,html,txt,png,ico,svg}'],
3940
navigateFallbackDenylist: [/^\/api\//],
4041
navigateFallback: '/',

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@9.10.0",
4+
"packageManager": "pnpm@9.11.0",
55
"scripts": {
66
"build": "nuxi build",
77
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
@@ -20,29 +20,29 @@
2020
"uqr": "^0.1.2"
2121
},
2222
"devDependencies": {
23-
"@antfu/eslint-config": "^3.6.2",
23+
"@antfu/eslint-config": "^3.7.3",
2424
"@iconify-json/carbon": "^1.2.1",
2525
"@iconify-json/twemoji": "^1.2.0",
26-
"@nuxt/devtools": "^1.4.2",
26+
"@nuxt/devtools": "^1.5.1",
2727
"@nuxt/eslint": "^0.5.7",
2828
"@nuxtjs/color-mode": "^3.5.1",
29-
"@pinia/nuxt": "^0.5.4",
30-
"@unocss/eslint-config": "^0.62.4",
31-
"@unocss/nuxt": "^0.62.4",
29+
"@pinia/nuxt": "^0.5.5",
30+
"@unocss/eslint-config": "^0.63.2",
31+
"@unocss/nuxt": "^0.63.2",
3232
"@vite-pwa/nuxt": "^0.10.5",
3333
"@vueuse/nuxt": "^11.1.0",
3434
"consola": "^3.2.3",
35-
"eslint": "^9.10.0",
35+
"eslint": "^9.11.1",
3636
"eslint-plugin-format": "^0.1.2",
3737
"lz-string": "^1.5.0",
3838
"nuxt": "^3.13.2",
3939
"ohash": "^1.1.4",
40-
"pinia": "^2.2.2",
40+
"pinia": "^2.2.4",
4141
"typescript": "^5.6.2",
4242
"vitest": "^2.1.1",
4343
"vue-tsc": "^2.1.6"
4444
},
4545
"resolutions": {
46-
"@typescript-eslint/utils": "^8.6.0"
46+
"@typescript-eslint/utils": "^8.8.0"
4747
}
4848
}

0 commit comments

Comments
 (0)