Skip to content

Commit c54e02c

Browse files
authored
chore: bump nuxt + vue dependencies (#589)
1 parent c790073 commit c54e02c

5 files changed

Lines changed: 1687 additions & 3072 deletions

File tree

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.15.0",
1313
"@nuxtjs/plausible": "1.0.0",
14-
"nuxt": "3.11.2"
14+
"nuxt": "3.12.3"
1515
}
1616
}

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@capacitor/cli": "^6.0.0",
5757
"@capacitor/core": "^6.0.0",
5858
"@ionic/cli": "^7.2.0",
59-
"@ionic/vue": "^8.1.2",
60-
"@ionic/vue-router": "^8.1.2",
61-
"@nuxt/kit": "^3.11.2",
62-
"@unhead/vue": "^1.9.10",
59+
"@ionic/vue": "^8.2.5",
60+
"@ionic/vue-router": "^8.2.5",
61+
"@nuxt/kit": "^3.12.3",
62+
"@unhead/vue": "^1.9.16",
6363
"ionicons": "^7.3.1",
6464
"pathe": "^1.1.2",
6565
"pkg-types": "^1.0.3",
@@ -68,31 +68,32 @@
6868
},
6969
"devDependencies": {
7070
"@nuxt/eslint-config": "0.3.13",
71-
"@nuxt/module-builder": "0.6.0",
72-
"@nuxt/schema": "3.11.2",
71+
"@nuxt/module-builder": "0.8.1",
72+
"@nuxt/schema": "3.12.3",
7373
"@nuxt/test-utils": "3.13.1",
7474
"@types/node": "20.12.12",
7575
"@vitest/coverage-v8": "1.4.0",
7676
"@vue/test-utils": "2.4.6",
7777
"bumpp": "9.4.1",
7878
"eslint": "9.0.0",
7979
"expect-type": "0.19.0",
80-
"happy-dom": "^14.11.0",
80+
"happy-dom": "14.11.0",
8181
"husky": "9.0.11",
8282
"lint-staged": "15.2.7",
83-
"nuxt": "3.11.2",
83+
"nuxt": "3.12.3",
8484
"playwright-core": "1.44.1",
8585
"typescript": "5.4.5",
86-
"unbuild": "^2.0.0",
87-
"unhead": "^1.9.14",
86+
"unbuild": "2.0.0",
87+
"unhead": "1.9.16",
8888
"vitest": "1.4.0",
89-
"vue": "3.4.27",
89+
"vue": "3.4.31",
9090
"vue-tsc": "2.0.26"
9191
},
9292
"resolutions": {
93+
"nuxt-component-meta": ">0.5.4",
9394
"@nuxt/content": "2.12.1",
94-
"@nuxt/kit": "3.11.2",
95-
"@nuxt/schema": "3.11.2",
95+
"@nuxt/kit": "3.12.3",
96+
"@nuxt/schema": "3.12.3",
9697
"@nuxtjs/ionic": "link:.",
9798
"consola": "^3.2.3"
9899
},

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@capacitor/filesystem": "6.0.0",
1313
"@capacitor/preferences": "6.0.1",
1414
"@nuxtjs/ionic": "latest",
15-
"nuxt": "3.11.2"
15+
"nuxt": "3.12.3"
1616
}
1717
}

0 commit comments

Comments
 (0)