Skip to content

Commit 7385940

Browse files
authored
upgrade deps (#165)
1 parent 9bfbb79 commit 7385940

File tree

3 files changed

+118
-113
lines changed

3 files changed

+118
-113
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
<p align="center">
66
<a href="https://github.com/intlify/vue-i18n-loader/actions?query=workflow%3ATest"><img src="https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg" alt="Build Status"></a>
7+
<a href="https://www.npmjs.com/package/@intlify/vue-i18n-loader"><img src="https://img.shields.io/npm/v/@intlify/vue-i18n-loader/next.svg" alt="npm"></a>
78
<a href="https://www.npmjs.com/package/@intlify/vue-i18n-loader"><img src="https://img.shields.io/npm/v/@intlify/vue-i18n-loader.svg" alt="npm"></a>
89
</p>
910

@@ -12,8 +13,6 @@
1213
**NOTE:** :warning: This `next` branch is development branch for Vue 3! The version for Vue 2 is now in [`master`](https://github.com/intlify/vue-i18n-loader/tree/master) branch!
1314

1415

15-
## Status: ![Test](https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg)
16-
1716
<br/>
1817

1918

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"dependencies": {
2727
"@intlify/cli": "^0.2.0",
28-
"@intlify/shared": "^9.0.0-rc.5",
28+
"@intlify/shared": "^9.0.0",
2929
"loader-utils": "^2.0.0"
3030
},
3131
"devDependencies": {
32-
"@intlify/runtime": "^9.0.0-rc.5",
32+
"@intlify/runtime": "^9.0.0",
3333
"@types/eslint": "^7.2.6",
3434
"@types/eslint-visitor-keys": "^1.0.0",
3535
"@types/jest": "^26.0.16",
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "^4.15.0",
4444
"@vue/compiler-sfc": "^3.0.5",
4545
"babel-loader": "^8.1.0",
46-
"eslint": "^7.19.0",
46+
"eslint": "^7.21.0",
4747
"eslint-config-prettier": "^8.1.0",
4848
"eslint-plugin-prettier": "^3.3.1",
4949
"eslint-plugin-vue-libs": "^4.0.0",
@@ -61,8 +61,8 @@
6161
"ts-jest": "^26.4.4",
6262
"typescript": "^4.1.3",
6363
"typescript-eslint-language-service": "^4.1.3",
64-
"vue": "^3.0.4",
65-
"vue-i18n": "^9.0.0-rc.5",
64+
"vue": "^3.0.6",
65+
"vue-i18n": "^9.0.0",
6666
"vue-loader": "^16.1.2",
6767
"webpack": "^4.46.0",
6868
"webpack-cli": "^3.3.12",

0 commit comments

Comments
 (0)