Skip to content

Commit e5fabf8

Browse files
chore(deps): update nuxt framework to ^4.1.0
1 parent 781bec7 commit e5fabf8

File tree

4 files changed

+2114
-436
lines changed

4 files changed

+2114
-436
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.0.4",
1414
"minisearch": "^7.1.2",
15-
"nuxt": "^4.0.3"
15+
"nuxt": "^4.1.0"
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.0.3",
62+
"@nuxt/kit": "^4.1.0",
6363
"@nuxtjs/mdc": "^0.17.3",
6464
"@shikijs/langs": "^3.12.1",
6565
"@sqlite.org/sqlite-wasm": "3.50.3-build1",
@@ -130,9 +130,9 @@
130130
"@nuxt/content": "link:.",
131131
"@nuxt/devtools": "^2.6.3",
132132
"@nuxt/eslint-config": "^1.9.0",
133-
"@nuxt/kit": "^4.0.3",
133+
"@nuxt/kit": "^4.1.0",
134134
"@nuxt/module-builder": "^1.0.2",
135-
"@nuxt/schema": "^4.0.3",
135+
"@nuxt/schema": "^4.1.0",
136136
"@nuxt/test-utils": "^3.19.2",
137137
"@release-it/conventional-changelog": "^10.0.1",
138138
"@types/better-sqlite3": "^7.6.13",
@@ -147,7 +147,7 @@
147147
"happy-dom": "^18.0.1",
148148
"mdclint": "^0.0.3",
149149
"micromark-util-types": "^2.0.2",
150-
"nuxt": "^4.0.3",
150+
"nuxt": "^4.1.0",
151151
"release-it": "^19.0.4",
152152
"typescript": "5.9.2",
153153
"vitest": "^3.2.4",

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.0.3",
15+
"nuxt": "^4.1.0",
1616
"remark-code-import": "^1.2.0",
1717
"shiki-transformer-color-highlight": "^1.0.0"
1818
}

0 commit comments

Comments
 (0)