Skip to content

Commit 29e7645

Browse files
chore(deps): update nuxt framework to ^4.1.2
1 parent ab040ac commit 29e7645

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",
@@ -148,9 +148,9 @@
148148
"@nuxt/content": "link:.",
149149
"@nuxt/devtools": "^2.6.3",
150150
"@nuxt/eslint-config": "^1.9.0",
151-
"@nuxt/kit": "^4.1.1",
151+
"@nuxt/kit": "^4.1.2",
152152
"@nuxt/module-builder": "^1.0.2",
153-
"@nuxt/schema": "^4.1.1",
153+
"@nuxt/schema": "^4.1.2",
154154
"@nuxt/test-utils": "^3.19.2",
155155
"@release-it/conventional-changelog": "^10.0.1",
156156
"@types/better-sqlite3": "^7.6.13",
@@ -166,7 +166,7 @@
166166
"happy-dom": "^18.0.1",
167167
"mdclint": "^0.0.3",
168168
"micromark-util-types": "^2.0.2",
169-
"nuxt": "^4.1.1",
169+
"nuxt": "^4.1.2",
170170
"release-it": "^19.0.4",
171171
"typescript": "5.9.2",
172172
"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)