Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 37683be

Browse files
committed
bump deps
1 parent 1249d52 commit 37683be

File tree

2 files changed

+132
-94
lines changed

2 files changed

+132
-94
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"dependencies": {
27-
"@intlify/cli": "^0.1.2",
28-
"@intlify/shared": "^9.0.0-beta.16",
27+
"@intlify/cli": "^0.2.0",
28+
"@intlify/shared": "^9.0.0-rc.5",
2929
"@rollup/pluginutils": "^4.1.0"
3030
},
3131
"devDependencies": {
@@ -39,14 +39,14 @@
3939
"@types/jest": "^26.0.16",
4040
"@types/jsdom": "^16.2.5",
4141
"@types/node": "^14.14.10",
42-
"@typescript-eslint/eslint-plugin": "^4.11.0",
43-
"@typescript-eslint/parser": "^4.11.0",
44-
"@vue/compiler-sfc": "^3.0.4",
42+
"@typescript-eslint/eslint-plugin": "^4.15.0",
43+
"@typescript-eslint/parser": "^4.15.0",
44+
"@vue/compiler-sfc": "^3.0.5",
4545
"debug": "^4.1.1",
46-
"eslint": "^7.16.0",
47-
"eslint-config-prettier": "^7.1.0",
46+
"eslint": "^7.19.0",
47+
"eslint-config-prettier": "^7.2.0",
4848
"eslint-plugin-prettier": "^3.3.0",
49-
"eslint-plugin-vue": "^7.3.0",
49+
"eslint-plugin-vue": "^7.5.0",
5050
"eslint-plugin-vue-libs": "^4.0.0",
5151
"jest": "^26.6.3",
5252
"jest-puppeteer": "^4.4.0",
@@ -62,9 +62,9 @@
6262
"shipjs": "^0.23.0",
6363
"ts-jest": "^26.4.0",
6464
"typescript": "^4.1.3",
65-
"typescript-eslint-language-service": "^4.1.2",
65+
"typescript-eslint-language-service": "^4.1.3",
6666
"vue": "^3.0.4",
67-
"vue-i18n": "^9.0.0-beta.16"
67+
"vue-i18n": "^9.0.0-rc.5"
6868
},
6969
"engines": {
7070
"node": ">= 10"

0 commit comments

Comments
 (0)