Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 25e5974

Browse files
committed
chore: update deps
1 parent f6ae1a1 commit 25e5974

File tree

2 files changed

+3623
-3724
lines changed

2 files changed

+3623
-3724
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"release": "npx bumpp --commit --tag && npm publish && git push"
1919
},
2020
"peerDependencies": {
21-
"vue": ">= 2.5",
22-
"vue-i18n": ">= 8",
21+
"vue": ">=2.5 <3",
22+
"vue-i18n": ">=8 <9",
2323
"@vue/composition-api": ">= 1.0.0-beta.1"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config-ts": "^0.3.3",
27-
"@vue/composition-api": "^1.0.0-beta.22",
28-
"eslint": "^7.9.0",
29-
"tsup": "^3.6.1",
30-
"typescript": "^4.0.2",
26+
"@antfu/eslint-config-ts": "^0.6.4",
27+
"@vue/composition-api": "^1.0.0-rc.8",
28+
"eslint": "^7.25.0",
29+
"tsup": "^4.10.1",
30+
"typescript": "^4.2.4",
3131
"vue": "^2.6.12",
32-
"vue-i18n": "^8.21.1"
32+
"vue-i18n": "^8.24.4"
3333
}
3434
}

0 commit comments

Comments
 (0)