Skip to content

Commit 780797f

Browse files
chore(deps): update nuxt framework to ^3.17.6 (#3435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 832228c commit 780797f

File tree

4 files changed

+937
-111
lines changed

4 files changed

+937
-111
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"better-sqlite3": "^11.10.0",
1313
"docus": "3.0.5",
1414
"minisearch": "^7.1.2",
15-
"nuxt": "^3.17.5"
15+
"nuxt": "^3.17.6"
1616
}
1717
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
5959
},
6060
"dependencies": {
61-
"@nuxt/kit": "^3.17.5",
61+
"@nuxt/kit": "^3.17.6",
6262
"@nuxtjs/mdc": "0.17.0",
6363
"@shikijs/langs": "^3.6.0",
6464
"@sqlite.org/sqlite-wasm": "3.50.1-build1",
@@ -129,9 +129,9 @@
129129
"@nuxt/content": "link:.",
130130
"@nuxt/devtools": "^2.5.0",
131131
"@nuxt/eslint-config": "^1.4.1",
132-
"@nuxt/kit": "^3.17.5",
132+
"@nuxt/kit": "^3.17.6",
133133
"@nuxt/module-builder": "^1.0.1",
134-
"@nuxt/schema": "^3.17.5",
134+
"@nuxt/schema": "^3.17.6",
135135
"@nuxt/test-utils": "^3.19.1",
136136
"@release-it/conventional-changelog": "^10.0.1",
137137
"@types/better-sqlite3": "^7.6.13",
@@ -146,7 +146,7 @@
146146
"happy-dom": "^18.0.1",
147147
"mdclint": "^0.0.3",
148148
"micromark-util-types": "^2.0.2",
149-
"nuxt": "^3.17.5",
149+
"nuxt": "^3.17.6",
150150
"release-it": "^19.0.3",
151151
"typescript": "5.8.3",
152152
"vitest": "^3.2.3",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@nuxt/content": "latest",
1313
"@nuxt/ui-pro": "^3.1.3",
1414
"@nuxthub/core": "^0.9.0",
15-
"nuxt": "^3.17.5",
15+
"nuxt": "^3.17.6",
1616
"remark-code-import": "^1.2.0",
1717
"shiki-transformer-color-highlight": "^1.0.0"
1818
}

0 commit comments

Comments
 (0)