|
29 | 29 | "json5": "^2.1.1",
|
30 | 30 | "loader-utils": "^2.0.0",
|
31 | 31 | "prettier": "^2.0.5",
|
32 |
| - "vue-i18n": "^9.0.0-alpha.11" |
| 32 | + "vue-i18n": "^9.0.0-alpha.13" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@types/flat": "^5.0.0",
|
|
39 | 39 | "@types/json5": "^0.0.30",
|
40 | 40 | "@types/loader-utils": "^2.0.0",
|
41 | 41 | "@types/memory-fs": "^0.3.2",
|
42 |
| - "@types/node": "^13.1.4", |
| 42 | + "@types/node": "^14.0.0", |
43 | 43 | "@types/prettier": "^2.0.0",
|
44 | 44 | "@types/webpack": "^4.41.1",
|
45 | 45 | "@types/webpack-merge": "^4.1.5",
|
46 |
| - "@typescript-eslint/eslint-plugin": "^3.0.0", |
47 |
| - "@typescript-eslint/parser": "^3.0.0", |
48 |
| - "@typescript-eslint/typescript-estree": "^3.0.0", |
49 |
| - "@vue/compiler-sfc": "^3.0.0-beta.14", |
| 46 | + "@typescript-eslint/eslint-plugin": "^3.7.0", |
| 47 | + "@typescript-eslint/parser": "^3.7.0", |
| 48 | + "@vue/compiler-sfc": "^3.0.0-rc.5", |
50 | 49 | "babel-loader": "^8.1.0",
|
51 |
| - "eslint": "^7.1.0", |
| 50 | + "eslint": "^7.6.0", |
52 | 51 | "eslint-config-prettier": "^6.10.1",
|
53 | 52 | "eslint-plugin-prettier": "^3.1.2",
|
54 | 53 | "eslint-plugin-vue-libs": "^4.0.0",
|
|
63 | 62 | "puppeteer": "^2.1.1",
|
64 | 63 | "shipjs": "^0.20.0",
|
65 | 64 | "ts-jest": "^26.0.0",
|
66 |
| - "typescript": "^3.9.5", |
| 65 | + "typescript": "^3.9.7", |
67 | 66 | "typescript-eslint-language-service": "^3.0.0",
|
68 |
| - "vue": "^3.0.0-beta.15", |
69 |
| - "vue-loader": "^16.0.0-beta.3", |
| 67 | + "vue": "^3.0.0-rc.5", |
| 68 | + "vue-loader": "^16.0.0-beta.4", |
70 | 69 | "webpack": "^4.43.0",
|
71 | 70 | "webpack-cli": "^3.3.11",
|
72 | 71 | "webpack-dev-server": "^3.10.3",
|
|
88 | 87 | "license": "MIT",
|
89 | 88 | "main": "lib/index.js",
|
90 | 89 | "peerDependencies": {
|
91 |
| - "vue": "^3.0.0-beta.15" |
| 90 | + "vue": "^3.0.0-rc.5" |
92 | 91 | },
|
93 | 92 | "repository": {
|
94 | 93 | "type": "git",
|
|
0 commit comments