|
9 | 9 | "lint": "vue-cli-service lint"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "axios": "^0.18.0", |
13 |
| - "bootstrap": "4.3.1", |
| 12 | + "axios": "^0.19.2", |
| 13 | + "bootstrap": "^4.5.0", |
| 14 | + "core-js": "^3.6.5", |
14 | 15 | "font-awesome": "^4.7.0",
|
15 |
| - "register-service-worker": "^1.0.0", |
16 |
| - "vue": "^2.5.13", |
17 |
| - "vue-i18n": "^8.0.0", |
18 |
| - "vue-router": "^3.0.1", |
19 |
| - "vuex": "^3.0.1", |
| 16 | + "register-service-worker": "^1.7.1", |
| 17 | + "vue": "^2.6.11", |
| 18 | + "vue-i18n": "^8.18.2", |
| 19 | + "vue-router": "^3.3.4", |
| 20 | + "vuex": "^3.4.0", |
20 | 21 | "vuex-router-sync": "^5.0.0"
|
21 | 22 | },
|
22 | 23 | "devDependencies": {
|
23 |
| - "@vue/cli-plugin-babel": "^3.0.0", |
24 |
| - "@vue/cli-plugin-e2e-nightwatch": "^3.0.0", |
25 |
| - "@vue/cli-plugin-eslint": "^3.0.0", |
26 |
| - "@vue/cli-plugin-pwa": "^3.0.0", |
27 |
| - "@vue/cli-plugin-unit-mocha": "^3.0.0", |
28 |
| - "@vue/cli-service": "^3.0.0", |
29 |
| - "@vue/eslint-config-airbnb": "^3.0.0", |
30 |
| - "@vue/test-utils": "^1.0.0-beta.12", |
31 |
| - "chai": "^4.1.2", |
32 |
| - "lint-staged": "^7.0.0", |
33 |
| - "stylus": "^0.54.5", |
| 24 | + "@vue/cli-plugin-babel": "^4.4.6", |
| 25 | + "@vue/cli-plugin-e2e-nightwatch": "^4.4.6", |
| 26 | + "@vue/cli-plugin-eslint": "^4.4.6", |
| 27 | + "@vue/cli-plugin-pwa": "^4.4.6", |
| 28 | + "@vue/cli-plugin-router": "~4.4.0", |
| 29 | + "@vue/cli-plugin-vuex": "~4.4.0", |
| 30 | + "@vue/cli-plugin-unit-mocha": "^4.4.6", |
| 31 | + "@vue/cli-service": "^4.4.6", |
| 32 | + "@vue/eslint-config-airbnb": "^5.1.0", |
| 33 | + "@vue/test-utils": "^1.0.3", |
| 34 | + "babel-eslint": "^10.1.0", |
| 35 | + "chai": "^4.2.0", |
| 36 | + "eslint": "^7.3.1", |
| 37 | + "eslint-plugin-import": "^2.20.2", |
| 38 | + "eslint-plugin-vue": "^6.2.2", |
| 39 | + "lint-staged": "^10.2.11", |
| 40 | + "stylus": "^0.54.7", |
34 | 41 | "stylus-loader": "^3.0.2",
|
35 |
| - "vue-template-compiler": "^2.5.13" |
| 42 | + "vue-template-compiler": "^2.6.11" |
36 | 43 | },
|
37 | 44 | "browserslist": [
|
38 | 45 | "> 1%",
|
|
0 commit comments