Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
renovate[bot] and benjamincanac authored Oct 16, 2024
1 parent b89a137 commit c788351
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 499 deletions.
16 changes: 8 additions & 8 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ export default defineNuxtConfig({
'nuxt-og-image'
],

icon: {
clientBundle: {
scan: true
}
},
// Devtools / Typescript
devtools: { enabled: true },

routeRules: {
'/api/search.json': { prerender: true }
},

// Devtools / Typescript
devtools: { enabled: true },
compatibilityDate: '2024-09-26',

typescript: { strict: false },

compatibilityDate: '2024-09-26'
icon: {
clientBundle: {
scan: true
}
}
})
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/ui-pro": "^1.4.3",
"@nuxtjs/plausible": "^1.0.2",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.8",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.0",
"@nuxt/ui-pro": "^1.4.4",
"@nuxtjs/plausible": "^1.0.3",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.4"
"nuxt-og-image": "^3.0.6"
},
"devDependencies": {
"@nuxthq/studio": "^2.1.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/module-builder": "^0.8.4",
"@types/node": "^20.16.10",
"eslint": "^9.11.1",
"@types/node": "^20.16.11",
"eslint": "^9.12.0",
"nuxt": "^3.13.2",
"standard-version": "^9.5.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6"
},
"publishConfig": {
Expand Down
7 changes: 5 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@ export default defineNuxtConfig({
modules: [
'../src/module'
],

devtools: { enabled: true },

// example of separate client/server URLs
// runtimeConfig: {
// strapi: { url: 'http://localhost:1337' },
// public: {
// strapi: { url: 'http://localhost:1337' }
// }
// },

strapi: {
version: 'v3',
url: 'http://localhost:1337'
// To enable the devtools, read https://strapi.nuxtjs.org/devtools
// devtools: true
},
devtools: { enabled: true }
}
})
Loading

0 comments on commit c788351

Please sign in to comment.