|
1 | 1 | { |
2 | 2 | "name": "@emqx/emqx-ui", |
3 | | - "version": "1.1.1", |
| 3 | + "version": "1.1.2", |
4 | 4 | "private": false, |
5 | 5 | "description": "EMQ X UI Library", |
6 | 6 | "main": "lib/emqx-ui.umd.min.js", |
|
26 | 26 | "lib": "vue-cli-service build --target lib --name emqx-ui --dest lib packages/index.ts" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "core-js": "^3.6.5", |
30 | | - "element-plus": "1.0.2-beta.44" |
| 29 | + "core-js": "^3.12.0", |
| 30 | + "element-plus": "1.0.2-beta.48" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | | - "vue": "^3.0.0" |
| 33 | + "vue": "^3.1.1" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@typescript-eslint/eslint-plugin": "^2.33.0", |
37 | | - "@typescript-eslint/parser": "^2.33.0", |
| 36 | + "@typescript-eslint/eslint-plugin": "^4.4.0", |
| 37 | + "@typescript-eslint/parser": "^4.4.0", |
38 | 38 | "@vue/cli-plugin-babel": "~4.5.0", |
39 | 39 | "@vue/cli-plugin-eslint": "~4.5.0", |
40 | 40 | "@vue/cli-plugin-typescript": "~4.5.0", |
41 | 41 | "@vue/cli-service": "~4.5.0", |
42 | | - "@vue/compiler-sfc": "^3.0.0", |
| 42 | + "@vue/compiler-sfc": "^3.1.0", |
43 | 43 | "@vue/eslint-config-prettier": "^6.0.0", |
44 | | - "@vue/eslint-config-typescript": "^5.0.2", |
| 44 | + "@vue/eslint-config-typescript": "^7.0.0", |
45 | 45 | "babel-plugin-import": "^1.13.3", |
46 | 46 | "copy-webpack-plugin": "5.1.2", |
47 | 47 | "eslint": "^6.7.2", |
48 | 48 | "eslint-plugin-prettier": "^3.1.3", |
49 | | - "eslint-plugin-vue": "^7.0.0-0", |
| 49 | + "eslint-plugin-vue": "^7.0.0", |
50 | 50 | "lint-staged": "^9.5.0", |
51 | | - "node-sass": "^4.12.0", |
52 | 51 | "prettier": "^1.19.1", |
| 52 | + "sass": "^1.35.0", |
53 | 53 | "sass-loader": "^8.0.2", |
54 | 54 | "typescript": "~3.9.3", |
55 | | - "vue": "^3.0.0" |
| 55 | + "vue": "^3.1.0" |
56 | 56 | }, |
57 | 57 | "gitHooks": { |
58 | 58 | "pre-commit": "lint-staged" |
|
0 commit comments