Skip to content

Commit c7e4fb4

Browse files
chore(deps): update nuxt framework to ^4.2.2
1 parent 7edce29 commit c7e4fb4

File tree

4 files changed

+1459
-688
lines changed

4 files changed

+1459
-688
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nuxtjs/plausible": "^2.0.1",
1616
"better-sqlite3": "^12.4.1",
1717
"docus": "^5.2.1",
18-
"nuxt": "^4.2.1",
18+
"nuxt": "^4.2.2",
1919
"unist-util-visit": "^5.0.0"
2020
}
2121
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test": "vitest run --coverage && vue-tsc --noEmit"
4646
},
4747
"dependencies": {
48-
"@nuxt/kit": "^4.2.1",
48+
"@nuxt/kit": "^4.2.2",
4949
"exsolve": "^1.0.8",
5050
"pathe": "^2.0.3",
5151
"pkg-types": "^2.3.0",
@@ -56,7 +56,7 @@
5656
"@commitlint/config-conventional": "^20.0.0",
5757
"@nuxt/eslint-config": "^1.10.0",
5858
"@nuxt/module-builder": "^1.0.2",
59-
"@nuxt/schema": "^4.2.1",
59+
"@nuxt/schema": "^4.2.2",
6060
"@nuxt/test-utils": "^3.20.1",
6161
"@types/lodash.template": "^4.5.3",
6262
"@types/semver": "^7.7.1",
@@ -67,7 +67,7 @@
6767
"esbuild": "^0.27.0",
6868
"eslint": "^9.39.1",
6969
"husky": "9.1.7",
70-
"nuxt": "^4.2.1",
70+
"nuxt": "^4.2.2",
7171
"typescript": "^5.9.3",
7272
"unbuild": "^3.6.1",
7373
"vitest": "^4.0.8",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nuxt/icon": "^2.1.0",
88
"@nuxtjs/color-mode": "latest",
99
"@nuxtjs/tailwindcss": "^6.14.0",
10-
"nuxt": "^4.2.1",
10+
"nuxt": "^4.2.2",
1111
"tailwindcss": "^3.4.18"
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)