Skip to content

Commit c788351

Browse files
chore(deps): update all non-major dependencies (nuxt-modules#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent b89a137 commit c788351

File tree

5 files changed

+734
-499
lines changed

5 files changed

+734
-499
lines changed

docs/nuxt.config.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ export default defineNuxtConfig({
1010
'nuxt-og-image'
1111
],
1212

13-
icon: {
14-
clientBundle: {
15-
scan: true
16-
}
17-
},
13+
// Devtools / Typescript
14+
devtools: { enabled: true },
1815

1916
routeRules: {
2017
'/api/search.json': { prerender: true }
2118
},
2219

23-
// Devtools / Typescript
24-
devtools: { enabled: true },
20+
compatibilityDate: '2024-09-26',
2521

2622
typescript: { strict: false },
2723

28-
compatibilityDate: '2024-09-26'
24+
icon: {
25+
clientBundle: {
26+
scan: true
27+
}
28+
}
2929
})

docs/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"typecheck": "nuxt typecheck"
1313
},
1414
"dependencies": {
15-
"@iconify-json/heroicons": "^1.2.0",
16-
"@iconify-json/simple-icons": "^1.2.4",
17-
"@nuxt/content": "^2.13.2",
18-
"@nuxt/fonts": "^0.9.2",
19-
"@nuxt/ui-pro": "^1.4.3",
20-
"@nuxtjs/plausible": "^1.0.2",
15+
"@iconify-json/heroicons": "^1.2.1",
16+
"@iconify-json/simple-icons": "^1.2.8",
17+
"@nuxt/content": "^2.13.4",
18+
"@nuxt/fonts": "^0.10.0",
19+
"@nuxt/ui-pro": "^1.4.4",
20+
"@nuxtjs/plausible": "^1.0.3",
2121
"nuxt": "^3.13.2",
22-
"nuxt-og-image": "^3.0.4"
22+
"nuxt-og-image": "^3.0.6"
2323
},
2424
"devDependencies": {
2525
"@nuxthq/studio": "^2.1.1",
26-
"typescript": "^5.6.2",
26+
"typescript": "^5.6.3",
2727
"vue-tsc": "^2.1.6"
2828
}
2929
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"ufo": "^1.5.4"
3737
},
3838
"devDependencies": {
39-
"@nuxt/devtools": "^1.5.1",
40-
"@nuxt/eslint-config": "^0.5.7",
39+
"@nuxt/devtools": "^1.6.0",
40+
"@nuxt/eslint-config": "^0.6.0",
4141
"@nuxt/module-builder": "^0.8.4",
42-
"@types/node": "^20.16.10",
43-
"eslint": "^9.11.1",
42+
"@types/node": "^20.16.11",
43+
"eslint": "^9.12.0",
4444
"nuxt": "^3.13.2",
4545
"standard-version": "^9.5.0",
46-
"typescript": "^5.6.2",
46+
"typescript": "^5.6.3",
4747
"vue-tsc": "^2.1.6"
4848
},
4949
"publishConfig": {

playground/nuxt.config.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ export default defineNuxtConfig({
22
modules: [
33
'../src/module'
44
],
5+
6+
devtools: { enabled: true },
7+
58
// example of separate client/server URLs
69
// runtimeConfig: {
710
// strapi: { url: 'http://localhost:1337' },
811
// public: {
912
// strapi: { url: 'http://localhost:1337' }
1013
// }
1114
// },
15+
1216
strapi: {
1317
version: 'v3',
1418
url: 'http://localhost:1337'
1519
// To enable the devtools, read https://strapi.nuxtjs.org/devtools
1620
// devtools: true
17-
},
18-
devtools: { enabled: true }
21+
}
1922
})

0 commit comments

Comments
 (0)