|
8 | 8 | "lint": "vue-cli-service lint" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | | - "date-fns": "^2.4.1", |
| 11 | + "core-js": "^3.1.2", |
| 12 | + "date-fns": "^2.5.1", |
12 | 13 | "register-service-worker": "^1.6.2", |
13 | 14 | "vue": "^2.6.10", |
14 | 15 | "vue-class-component": "^7.1.0", |
15 | | - "vue-property-decorator": "^8.2.2", |
| 16 | + "vue-property-decorator": "^8.3.0", |
16 | 17 | "vue-router": "^3.1.3", |
17 | | - "vuetify": "^2.1.4", |
| 18 | + "vuetify": "^2.1.5", |
18 | 19 | "vuex": "^3.1.1", |
19 | 20 | "vuex-class": "^0.3.2" |
20 | 21 | }, |
21 | 22 | "devDependencies": { |
22 | | - "@babel/polyfill": "^7.6.0", |
23 | 23 | "@mdi/font": "^4.5.95", |
24 | | - "@types/node": "^12.11.1", |
25 | | - "@vue/cli-plugin-babel": "^3.12.0", |
26 | | - "@vue/cli-plugin-pwa": "^3.12.0", |
27 | | - "@vue/cli-plugin-typescript": "^3.12.0", |
28 | | - "@vue/cli-service": "^3.12.0", |
| 24 | + "@types/node": "^12.11.2", |
| 25 | + "@vue/cli-plugin-babel": "^4.0.4", |
| 26 | + "@vue/cli-plugin-pwa": "^4.0.4", |
| 27 | + "@vue/cli-plugin-typescript": "^4.0.4", |
| 28 | + "@vue/cli-service": "^4.0.4", |
29 | 29 | "axios": "^0.19.0", |
30 | 30 | "babel-plugin-transform-imports": "^2.0.0", |
31 | 31 | "sass": "^1.23.0", |
32 | | - "sass-loader": "^7.1.0", |
| 32 | + "sass-loader": "^8.0.0", |
33 | 33 | "typescript": "^3.6.4", |
34 | 34 | "vue-cli-plugin-axios": "0.0.4", |
35 | | - "vue-cli-plugin-vuetify": "^1.0.1", |
| 35 | + "vue-cli-plugin-vuetify": "^1.1.1", |
36 | 36 | "vue-template-compiler": "^2.6.10", |
37 | 37 | "vuetify-loader": "^1.3.0" |
38 | 38 | } |
|
0 commit comments