Skip to content

Commit 7ecee32

Browse files
chore(deps): update nuxt core to v3.5.3 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec8b52f commit 7ecee32

File tree

4 files changed

+85
-101
lines changed

4 files changed

+85
-101
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.12.3",
1313
"@nuxtjs/plausible": "0.2.1",
14-
"nuxt": "3.5.2"
14+
"nuxt": "3.5.3"
1515
}
1616
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@nuxt/module-builder": "0.4.0",
71-
"@nuxt/schema": "3.5.2",
72-
"@nuxt/test-utils": "3.5.2",
71+
"@nuxt/schema": "3.5.3",
72+
"@nuxt/test-utils": "3.5.3",
7373
"@nuxtjs/eslint-config-typescript": "12.0.0",
7474
"@types/node": "18.16.17",
7575
"@vitest/coverage-c8": "0.31.4",
@@ -82,7 +82,7 @@
8282
"expect-type": "0.16.0",
8383
"husky": "8.0.3",
8484
"lint-staged": "13.2.2",
85-
"nuxt": "3.5.2",
85+
"nuxt": "3.5.3",
8686
"pinst": "3.0.0",
8787
"playwright": "1.35.0",
8888
"prettier": "2.8.8",
@@ -92,8 +92,8 @@
9292
},
9393
"resolutions": {
9494
"@nuxtjs/ionic": "link:.",
95-
"@nuxt/kit": "3.5.2",
96-
"@nuxt/schema": "3.5.2",
95+
"@nuxt/kit": "3.5.3",
96+
"@nuxt/schema": "3.5.3",
9797
"consola": "^3.0.0"
9898
},
9999
"packageManager": "[email protected]",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@capacitor/camera": "5.0.4",
1212
"@capacitor/filesystem": "5.0.4",
1313
"@capacitor/storage": "1.2.5",
14-
"nuxt": "3.5.2",
14+
"nuxt": "3.5.3",
1515
"@nuxtjs/ionic": "latest"
1616
}
1717
}

0 commit comments

Comments
 (0)