Skip to content

Commit a4f3e18

Browse files
committed
chore: update to nuxt 3.15.0
1 parent 2dbb4cb commit a4f3e18

File tree

2 files changed

+63
-69
lines changed

2 files changed

+63
-69
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@nuxtjs/color-mode": "^3.5.2",
2020
"@nuxtjs/i18n": "^9.1.1",
21-
"nuxt": "^3.14.1592",
21+
"nuxt": "^3.15.0",
2222
"pinia-plugin-persistedstate": "^4.2.0",
2323
"vue": "^3.5.13",
2424
"vue-router": "^4.5.0"
@@ -49,7 +49,8 @@
4949
"peerDependencyRules": {
5050
"allowedVersions": {
5151
"meow": "^12.x",
52-
"vue-tsc": "^2.2.0"
52+
"vue-tsc": "^2.2.0",
53+
"@intlify/shared": "^11.0.0"
5354
}
5455
},
5556
"allowedDeprecatedVersions": {

0 commit comments

Comments
 (0)