Skip to content

Commit 1c24006

Browse files
chore(deps): update nuxt framework to ^4.1.2 (#3521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5aa821 commit 1c24006

File tree

4 files changed

+779
-43
lines changed

4 files changed

+779
-43
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": "^12.2.0",
1313
"docus": "4.1.3",
1414
"minisearch": "^7.1.2",
15-
"nuxt": "^4.1.1"
15+
"nuxt": "^4.1.2"
1616
}
1717
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
6060
},
6161
"dependencies": {
62-
"@nuxt/kit": "^4.1.1",
62+
"@nuxt/kit": "^4.1.2",
6363
"@nuxtjs/mdc": "^0.17.4",
6464
"@shikijs/langs": "^3.12.2",
6565
"@sqlite.org/sqlite-wasm": "3.50.4-build1",
@@ -140,9 +140,9 @@
140140
"@nuxt/content": "link:.",
141141
"@nuxt/devtools": "^2.6.3",
142142
"@nuxt/eslint-config": "^1.9.0",
143-
"@nuxt/kit": "^4.1.1",
143+
"@nuxt/kit": "^4.1.2",
144144
"@nuxt/module-builder": "^1.0.2",
145-
"@nuxt/schema": "^4.1.1",
145+
"@nuxt/schema": "^4.1.2",
146146
"@nuxt/test-utils": "^3.19.2",
147147
"@release-it/conventional-changelog": "^10.0.1",
148148
"@types/better-sqlite3": "^7.6.13",
@@ -158,7 +158,7 @@
158158
"happy-dom": "^18.0.1",
159159
"mdclint": "^0.0.3",
160160
"micromark-util-types": "^2.0.2",
161-
"nuxt": "^4.1.1",
161+
"nuxt": "^4.1.2",
162162
"release-it": "^19.0.4",
163163
"typescript": "5.9.2",
164164
"valibot": "^1.1.0",

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.3.3",
1414
"@nuxthub/core": "^0.9.0",
15-
"nuxt": "^4.1.1",
15+
"nuxt": "^4.1.2",
1616
"remark-code-import": "^1.2.0",
1717
"shiki-transformer-color-highlight": "^1.0.0"
1818
}

0 commit comments

Comments
 (0)