Skip to content

Commit

Permalink
chore: update deps (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring authored Mar 26, 2024
1 parent 58bf9dd commit d028c66
Show file tree
Hide file tree
Showing 3 changed files with 3,459 additions and 3,585 deletions.
9 changes: 7 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ export default defineNuxtConfig({
'nuxt-seo-kit',
],

features: {
inlineStyles: false,
},

experimental: {
inlineSSRStyles: false,
// TODO: fix payload extraction for IPFS hosting
// see: https://github.com/nuxt/nuxt/issues/19478
// payloadExtraction: false,
Expand Down Expand Up @@ -80,5 +83,7 @@ export default defineNuxtConfig({
},
},

devtools: true,
devtools: {
enabled: true,
},
})
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.0.0",
"private": true,
"packageManager": "pnpm@8.10.3",
"packageManager": "pnpm@8.15.5",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -14,23 +14,23 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"@vueuse/motion": "2.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/motion": "2.1.0",
"vue3-carousel": "^0.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "1.1.1",
"@iconify-json/carbon": "^1.1.21",
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "1.0.2",
"@nuxtjs/plausible": "^0.2.3",
"@unocss/eslint-config": "^0.57.3",
"@unocss/nuxt": "^0.57.3",
"@unocss/preset-icons": "^0.57.3",
"@vueuse/nuxt": "^10.6.1",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"@antfu/eslint-config": "2.10.1",
"@iconify-json/carbon": "^1.1.31",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.1.4",
"@nuxtjs/plausible": "^0.2.4",
"@unocss/eslint-config": "^0.58.7",
"@unocss/nuxt": "^0.58.7",
"@unocss/preset-icons": "^0.58.7",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"nuxt-seo-kit": "^1.3.13",
"typescript": "^5.2.2"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit d028c66

Please sign in to comment.