Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 19, 2024
1 parent 7b43079 commit 213c6cd
Show file tree
Hide file tree
Showing 3 changed files with 799 additions and 744 deletions.
73 changes: 38 additions & 35 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,8 @@ export default defineNuxtConfig({
'@nuxt/eslint',
],

experimental: {
// when using generate, payload js assets included in sw precache manifest
// but missing on offline, disabling extraction it until fixed
payloadExtraction: false,
renderJsonPayloads: true,
typedPages: true,
},

css: [
'@unocss/reset/tailwind.css',
],

colorMode: {
classSuffix: '',
},

nitro: {
esbuild: {
options: {
target: 'esnext',
},
},
prerender: {
crawlLinks: false,
routes: ['/'],
ignore: ['/hi'],
},
devtools: {
enabled: true,
},

app: {
Expand All @@ -58,26 +33,54 @@ export default defineNuxtConfig({
},
},

pwa,
css: [
'@unocss/reset/tailwind.css',
],

devtools: {
enabled: true,
colorMode: {
classSuffix: '',
},

future: {
compatibilityVersion: 4,
},

features: {
// For UnoCSS
inlineStyles: false,
},

experimental: {
// when using generate, payload js assets included in sw precache manifest
// but missing on offline, disabling extraction it until fixed
payloadExtraction: false,
renderJsonPayloads: true,
typedPages: true,
},

compatibilityDate: '2024-08-14',

nitro: {
esbuild: {
options: {
target: 'esnext',
},
},
prerender: {
crawlLinks: false,
routes: ['/'],
ignore: ['/hi'],
},
},

eslint: {
config: {
standalone: false,
nuxt: {
sortConfigKeys: true,
},
},
},

future: {
compatibilityVersion: 4,
},

compatibilityDate: '2024-08-14',
pwa,
})
27 changes: 12 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.2",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
Expand All @@ -14,26 +14,23 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/twemoji": "^1.2.0",
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint": "^0.5.7",
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/twemoji": "^1.2.1",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint": "^0.6.0",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.4",
"@unocss/eslint-config": "^0.62.4",
"@unocss/nuxt": "^0.62.4",
"@pinia/nuxt": "^0.5.5",
"@unocss/eslint-config": "^0.63.4",
"@unocss/nuxt": "^0.63.4",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/nuxt": "^11.1.0",
"consola": "^3.2.3",
"eslint": "^9.10.0",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.13.2",
"pinia": "^2.2.2",
"typescript": "^5.6.2",
"pinia": "^2.2.4",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"@typescript-eslint/utils": "^8.6.0"
}
}
Loading

0 comments on commit 213c6cd

Please sign in to comment.