Skip to content

Commit 932abad

Browse files
chore(deps): bump nuxt from 3.15.2 to 3.16.0 (#38)
* chore(deps): bump nuxt from 3.15.2 to 3.16.0 Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.16.0/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * build: update nuxt config for 3.16 v4 mode --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philippe Serhal <[email protected]>
1 parent 85084dc commit 932abad

File tree

3 files changed

+1381
-2582
lines changed

3 files changed

+1381
-2582
lines changed

nuxt.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ export default defineNuxtConfig({
3737
{
3838
src: 'https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/highlight.min.js',
3939
},
40-
// TODO(serhalp) Check if this is really the idiomatic way to do this...
4140
{
42-
children: 'hljs.highlightAll();',
41+
onload: `hljs.highlightAll()`,
4342
},
4443
],
4544
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@netlify/blobs": "^8.1.0",
2323
"@nuxt/eslint": "^0.5.7",
2424
"date-fns": "^4.1.0",
25-
"nuxt": "^3.14.159",
25+
"nuxt": "^3.16.0",
2626
"vue": "latest",
2727
"vue-router": "latest"
2828
},

0 commit comments

Comments
 (0)