Skip to content

Commit

Permalink
fix: update dependencies and update options (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 24, 2024
1 parent 53c6d21 commit 1739122
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 111 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
shamefully-hoist=true
strict-peer-dependencies=false
1 change: 0 additions & 1 deletion .starters/default/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
shamefully-hoist=true
strict-peer-dependencies=false
3 changes: 2 additions & 1 deletion .starters/default/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default defineNuxtConfig({
// Remove it if you don't use Plausible analytics
// https://github.com/nuxt-modules/plausible
'@nuxtjs/plausible'
]
],
compatibilityDate: '2024-10-24'
})
7 changes: 3 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineNuxtConfig({
routeRules: {
'/api/search': {
prerender: true,
cache: true
cache: {}
}
},
app: {
Expand All @@ -52,7 +52,6 @@ export default defineNuxtConfig({
'@nuxtjs/color-mode',
'@nuxt/content',
'@vueuse/nuxt',
'nuxt-config-schema',
resolve('./app/module'),
updateModule as any
],
Expand Down Expand Up @@ -91,8 +90,8 @@ export default defineNuxtConfig({
classSuffix: '',
dataValue: 'theme'
},
experimental: {
inlineSSRStyles: false
features: {
inlineStyles: false
},
typescript: {
includeWorkspace: true
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.13.4",
"@nuxthq/studio": "^1.1.2",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/color-mode": "^3.5.2",
"@vueuse/integrations": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"focus-trap": "^7.6.0",
"fuse.js": "^6.6.2"
"fuse.js": "^6.6.2",
"jiti": "^1.21.6"
},
"devDependencies": {
"@algolia/client-search": "^4.24.0",
Expand Down Expand Up @@ -81,8 +83,5 @@
"release": true,
"releaseName": "v${version}"
}
},
"resolutions": {
"jiti": "1.21.6"
}
}
Loading

0 comments on commit 1739122

Please sign in to comment.