Skip to content

Commit 2e47a2f

Browse files
chore(deps): update nuxt core (#657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent 15cb1d2 commit 2e47a2f

File tree

4 files changed

+871
-704
lines changed

4 files changed

+871
-704
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.15.1",
1313
"@nuxtjs/plausible": "1.1.1",
14-
"nuxt": "3.14.1592"
14+
"nuxt": "3.15.2"
1515
}
1616
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@ionic/vue": "^8.2.6",
6060
"@ionic/vue-router": "^8.2.6",
6161
"@nuxt/kit": "^3.12.4",
62-
"@unhead/vue": "^1.11.9",
62+
"@unhead/vue": "^1.11.18",
6363
"ionicons": "^7.4.0",
6464
"pathe": "^2.0.0",
6565
"pkg-types": "^1.1.3",
@@ -69,8 +69,8 @@
6969
"devDependencies": {
7070
"@nuxt/eslint-config": "0.7.1",
7171
"@nuxt/module-builder": "1.0.0-alpha.1",
72-
"@nuxt/schema": "3.14.1592",
73-
"@nuxt/test-utils": "3.15.1",
72+
"@nuxt/schema": "3.15.2",
73+
"@nuxt/test-utils": "3.15.4",
7474
"@types/node": "22.9.1",
7575
"@vitest/coverage-v8": "2.1.8",
7676
"@vue/test-utils": "2.4.6",
@@ -80,19 +80,19 @@
8080
"happy-dom": "16.5.3",
8181
"husky": "9.1.7",
8282
"lint-staged": "15.2.10",
83-
"nuxt": "3.14.1592",
83+
"nuxt": "3.15.2",
8484
"playwright-core": "1.49.0",
8585
"typescript": "5.6.3",
8686
"unbuild": "3.0.0",
87-
"unhead": "1.11.11",
87+
"unhead": "1.11.18",
8888
"vitest": "2.1.8",
8989
"vue": "3.5.13",
9090
"vue-tsc": "2.1.10"
9191
},
9292
"resolutions": {
9393
"@nuxt/content": "2.13.4",
94-
"@nuxt/kit": "3.14.1592",
95-
"@nuxt/schema": "3.14.1592",
94+
"@nuxt/kit": "3.15.2",
95+
"@nuxt/schema": "3.15.2",
9696
"@nuxtjs/ionic": "link:.",
9797
"consola": "^3.2.3",
9898
"nuxt-component-meta": ">=0.7.0"

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@capacitor/filesystem": "6.0.2",
1313
"@capacitor/preferences": "6.0.3",
1414
"@nuxtjs/ionic": "latest",
15-
"nuxt": "3.14.1592"
15+
"nuxt": "3.15.2"
1616
}
1717
}

0 commit comments

Comments
 (0)