|
27 | 27 | "babel-plugin-wildcard": "^5.0.0", |
28 | 28 | "babel-preset-stage-2": "^6.24.1", |
29 | 29 | "cross-env": "^5.2", |
30 | | - "eslint": "^5.15.1", |
31 | | - "eslint-config-adenvt": "^2.1.0", |
| 30 | + "eslint": "^5.16.0", |
| 31 | + "eslint-config-adenvt": "^3.0.0", |
32 | 32 | "eslint-config-standard": "^12.0.0", |
33 | 33 | "eslint-formatter-pretty": "^2.1.1", |
34 | 34 | "eslint-plugin-import": "^2.16.0", |
35 | 35 | "eslint-plugin-node": "^8.0.1", |
36 | | - "eslint-plugin-promise": "^4.0.1", |
| 36 | + "eslint-plugin-promise": "^4.1.1", |
37 | 37 | "eslint-plugin-standard": "^4.0.0", |
38 | | - "eslint-plugin-unicorn": "^8.0.0", |
| 38 | + "eslint-plugin-unicorn": "^8.0.2", |
39 | 39 | "eslint-plugin-varspacing": "^1.2.1", |
40 | 40 | "eslint-plugin-vue": "^5.2.2", |
41 | | - "laravel-mix": "^4.0.14", |
| 41 | + "laravel-mix": "^4.0.15", |
42 | 42 | "node-sass": "^4.11.0", |
43 | 43 | "offline-plugin": "^5.0.6", |
44 | 44 | "pre-commit": "^1.2.2", |
45 | 45 | "prettier": "1.16.4", |
46 | | - "resolve-url-loader": "^3.0.1", |
47 | | - "sass": "^1.17.2", |
| 46 | + "resolve-url-loader": "^3.1.0", |
| 47 | + "sass": "^1.18.0", |
48 | 48 | "sass-loader": "^7.1.0", |
49 | 49 | "stylelint": "^9.10.1", |
50 | | - "stylelint-config-sass-guidelines": "^5.3.0", |
| 50 | + "stylelint-config-sass-guidelines": "^5.4.0", |
51 | 51 | "stylelint-scss": "^3.5.4", |
52 | 52 | "uglifyjs-webpack-plugin": "^2.1.2", |
53 | 53 | "vue-loader": "15.7.0", |
54 | | - "vue-template-compiler": "^2.6.8", |
| 54 | + "vue-template-compiler": "^2.6.10", |
55 | 55 | "webpackbar": "^3.1.5" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | 58 | "animate.css": "^3.7.0", |
59 | 59 | "axios": "^0.18", |
60 | 60 | "bootstrap": "^4.3.1", |
61 | | - "bootstrap-vue": "^2.0.0-rc.13", |
62 | | - "chart.js": "^2.7.3", |
| 61 | + "bootstrap-vue": "^2.0.0-rc.18", |
| 62 | + "chart.js": "^2.8.0", |
63 | 63 | "flag-icon-css": "^3.3.0", |
64 | 64 | "font-awesome": "^4.7.0", |
65 | | - "jquery": "^3.3", |
| 65 | + "jquery": "^3.4", |
66 | 66 | "lodash": "^4.17.11", |
67 | 67 | "moment": "^2.24.0", |
68 | | - "popper.js": "^1.14.7", |
| 68 | + "popper.js": "^1.15.0", |
69 | 69 | "select2": "^4.0.6-rc.1", |
70 | 70 | "select2-bootstrap4-theme": "^1.0.0", |
71 | 71 | "simple-line-icons": "^2.4.1", |
72 | | - "vue": "^2.6.8", |
73 | | - "vue-chartjs": "^3.4.0", |
| 72 | + "vue": "^2.6.10", |
| 73 | + "vue-chartjs": "^3.4.2", |
74 | 74 | "vue-loading-spinner": "^1.0.11", |
75 | 75 | "vue-notification": "^1.3.16", |
76 | | - "vue-router": "^3.0.2", |
| 76 | + "vue-router": "^3.0.4", |
77 | 77 | "vue-sweetalert2": "^1.6.4", |
78 | 78 | "vuejs-datepicker": "^1.5.4", |
79 | 79 | "vuelidate": "^0.7.4", |
80 | 80 | "vuex": "^3.1.0", |
81 | | - "vuex-easy-access": "^3.1.5" |
| 81 | + "vuex-easy-access": "^3.1.6" |
82 | 82 | }, |
83 | 83 | "pre-commit": [ |
84 | 84 | "lint" |
|
0 commit comments