|
6 | 6 | "lint": "vue-cli-service lint" |
7 | 7 | }, |
8 | 8 | "devDependencies": { |
9 | | - "@vue/cli-plugin-babel": "^3.9.2", |
10 | | - "@vue/cli-plugin-eslint": "^3.9.2", |
11 | | - "@vue/cli-service": "^3.9.3", |
| 9 | + "@vue/cli-plugin-babel": "^4.0.5", |
| 10 | + "@vue/cli-plugin-eslint": "^4.0.5", |
| 11 | + "@vue/cli-service": "^4.0.5", |
12 | 12 | "@vue/eslint-config-standard": "^4.0.0", |
13 | | - "@vuex-orm/core": "^0.32.1", |
| 13 | + "@vuex-orm/core": "^0.34.0", |
| 14 | + "babel-eslint": "^10.0.3", |
| 15 | + "eslint": "^6.7.1", |
| 16 | + "eslint-plugin-vue": "^5.0.0", |
14 | 17 | "normalize.css": "^8.0.1", |
15 | | - "postcss-css-variables": "^0.13.0", |
| 18 | + "postcss-css-variables": "^0.14.0", |
16 | 19 | "postcss-import": "^12.0.1", |
17 | | - "postcss-nested": "^4.1.2", |
| 20 | + "postcss-nested": "^4.2.1", |
18 | 21 | "vue": "^2.6.10", |
19 | 22 | "vue-template-compiler": "^2.6.10", |
20 | | - "vuex": "^3.1.1" |
| 23 | + "vuex": "^3.1.2" |
21 | 24 | } |
22 | 25 | } |
0 commit comments