Skip to content

Commit d72bb7a

Browse files
chore(deps): update nuxt core to v3.3.3 (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent 59dc341 commit d72bb7a

File tree

4 files changed

+424
-445
lines changed

4 files changed

+424
-445
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.10.1",
1313
"@nuxtjs/plausible": "0.2.0",
14-
"nuxt": "3.3.2"
14+
"nuxt": "3.3.3"
1515
}
1616
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
},
6969
"devDependencies": {
7070
"@nuxt/module-builder": "0.2.1",
71-
"@nuxt/schema": "3.3.2",
72-
"@nuxt/test-utils": "3.3.2",
71+
"@nuxt/schema": "3.3.3",
72+
"@nuxt/test-utils": "3.3.3",
7373
"@nuxtjs/eslint-config-typescript": "12.0.0",
7474
"@types/node": "18.15.11",
7575
"@vitest/coverage-c8": "0.29.8",
@@ -82,7 +82,7 @@
8282
"expect-type": "0.15.0",
8383
"husky": "8.0.3",
8484
"lint-staged": "13.2.0",
85-
"nuxt": "3.3.2",
85+
"nuxt": "3.3.3",
8686
"pinst": "3.0.0",
8787
"playwright": "1.32.2",
8888
"prettier": "2.8.7",
@@ -91,7 +91,8 @@
9191
"vue": "3.2.47"
9292
},
9393
"resolutions": {
94-
"@nuxtjs/ionic": "link:."
94+
"@nuxtjs/ionic": "link:.",
95+
"@nuxt/schema": "3.3.3"
9596
},
9697
"packageManager": "[email protected]",
9798
"volta": {

playground/package.json

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

0 commit comments

Comments
 (0)