Skip to content

Commit f581cf9

Browse files
chore(deps): update nuxt core to v4.3.0 (#660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d401b9c commit f581cf9

File tree

3 files changed

+980
-774
lines changed

3 files changed

+980
-774
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@
3838
"devDependencies": {
3939
"@nuxt/eslint-config": "1.12.1",
4040
"@nuxt/module-builder": "1.0.2",
41-
"@nuxt/schema": "4.2.2",
41+
"@nuxt/schema": "4.3.0",
4242
"@nuxt/test-utils": "3.23.0",
4343
"@types/serve-static": "2.2.0",
4444
"@vitest/coverage-v8": "4.0.17",
4545
"bumpp": "10.4.0",
4646
"eslint": "9.39.2",
47-
"nuxt": "4.2.2",
47+
"nuxt": "4.3.0",
4848
"typescript": "5.9.3",
4949
"vitest": "4.0.17",
5050
"vue": "3.5.27"
5151
},
5252
"resolutions": {
53-
"@nuxt/schema": "4.2.2",
53+
"@nuxt/schema": "4.3.0",
5454
"@nuxtjs/partytown": "link:./"
5555
},
5656
"packageManager": "pnpm@10.28.1"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@nuxtjs/partytown": "latest",
12-
"nuxt": "4.2.2"
12+
"nuxt": "4.3.0"
1313
}
1414
}

0 commit comments

Comments
 (0)