Skip to content

Commit 30baa85

Browse files
authored
feat: vue-i18n v10 (#261)
1 parent 984fdba commit 30baa85

File tree

6 files changed

+967
-486
lines changed

6 files changed

+967
-486
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"@babel/parser": "^7.24.6",
24-
"@intlify/shared": "^9.0.0",
24+
"@intlify/shared": "^10.0.0",
2525
"@vue/compiler-dom": "^3.2.45",
26-
"vue-i18n": "^9.0.0"
26+
"vue-i18n": "^10.0.0"
2727
},
2828
"devDependencies": {
2929
"@babel/types": "^7.24.6",
30-
"@eslint/js": "^9.2.0",
30+
"@eslint/js": "^9.11.0",
3131
"@microsoft/api-extractor": "^7.18.4",
32-
"@types/eslint": "^8.56.10",
33-
"@types/node": "^20.13.0",
34-
"@vitest/coverage-v8": "^1.6.0",
32+
"@types/eslint": "^9.6.1",
33+
"@types/node": "^22.5.5",
34+
"@vitest/coverage-v8": "^2.1.0",
3535
"@vue/compiler-core": "^3.2.45",
3636
"@vue/compiler-sfc": "^3.2.45",
3737
"@vue/compiler-ssr": "^3.2.45",
3838
"@vue/runtime-dom": "^3.2.45",
3939
"@vue/server-renderer": "^3.2.45",
4040
"api-docs-gen": "^0.4.0",
41-
"bumpp": "^9.4.1",
42-
"eslint": "^9.2.0",
41+
"bumpp": "^9.5.2",
42+
"eslint": "^9.11.0",
4343
"get-port-please": "^3.1.2",
4444
"gh-changelogen": "^0.2.8",
4545
"globals": "^15.0.0",
@@ -49,12 +49,12 @@
4949
"opener": "^1.5.2",
5050
"pkg-types": "^1.1.1",
5151
"playwright": "^1.44.0",
52-
"prettier": "^3.2.5",
53-
"tsx": "^4.11.0",
54-
"typescript": "^5.4.5",
55-
"typescript-eslint": "^7.9.0",
52+
"prettier": "^3.3.3",
53+
"tsx": "^4.19.0",
54+
"typescript": "^5.6.2",
55+
"typescript-eslint": "^8.6.0",
5656
"unbuild": "^2.0.0",
57-
"vitest": "^1.6.0",
57+
"vitest": "^2.1.0",
5858
"vue": "^3.2.45"
5959
},
6060
"peerDependencies": {

0 commit comments

Comments
 (0)