|
63 | 63 | "watch-pug": "nodemon -e pug -x \"npm run pug\""
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@coreui/coreui": "^2.1.7", |
67 |
| - "@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0", |
| 66 | + "@coreui/coreui": "^2.1.12", |
| 67 | + "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1", |
68 | 68 | "@coreui/icons": "0.3.0",
|
69 | 69 | "bootstrap": "^4.3.1",
|
70 |
| - "chart.js": "^2.7.3", |
71 |
| - "flag-icon-css": "^3.2.1", |
| 70 | + "chart.js": "^2.8.0", |
| 71 | + "core-js": "^3.1.3", |
| 72 | + "flag-icon-css": "^3.3.0", |
72 | 73 | "font-awesome": "4.7.0",
|
73 |
| - "jquery": "3.3.1", |
| 74 | + "jquery": "^3.4.1", |
74 | 75 | "pace-progress": "1.0.2",
|
75 | 76 | "perfect-scrollbar": "1.4.0",
|
76 |
| - "popper.js": "^1.14.7", |
| 77 | + "popper.js": "^1.15.0", |
| 78 | + "regenerator-runtime": "^0.13.2", |
77 | 79 | "simple-line-icons": "2.4.1"
|
78 | 80 | },
|
79 | 81 | "devDependencies": {
|
80 |
| - "@babel/cli": "^7.2.3", |
81 |
| - "@babel/core": "^7.3.3", |
82 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
83 |
| - "@babel/preset-env": "^7.3.1", |
84 |
| - "autoprefixer": "^9.4.8", |
| 82 | + "@babel/cli": "^7.4.4", |
| 83 | + "@babel/core": "^7.4.5", |
| 84 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 85 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 86 | + "@babel/preset-env": "^7.4.5", |
| 87 | + "autoprefixer": "^9.6.0", |
85 | 88 | "babel-eslint": "^10.0.1",
|
86 | 89 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
87 |
| - "browser-sync": "^2.26.3", |
| 90 | + "browser-sync": "^2.26.7", |
88 | 91 | "chalk": "^2.4.2",
|
89 |
| - "clean-css-cli": "^4.2.1", |
| 92 | + "clean-css-cli": "^4.3.0", |
90 | 93 | "copyfiles": "^2.1.0",
|
91 | 94 | "cross-env": "^5.2.0",
|
92 |
| - "eslint": "^5.14.1", |
93 |
| - "eslint-plugin-compat": "^2.7.0", |
| 95 | + "eslint": "^5.16.0", |
| 96 | + "eslint-plugin-compat": "^3.1.2", |
94 | 97 | "foreach-cli": "^1.8.1",
|
95 |
| - "js-beautify": "^1.8.9", |
96 |
| - "node-sass": "^4.11.0", |
97 |
| - "nodemon": "^1.18.10", |
| 98 | + "js-beautify": "^1.10.0", |
| 99 | + "node-sass": "^4.12.0", |
| 100 | + "nodemon": "^1.19.1", |
98 | 101 | "npm-run-all": "^4.1.5",
|
99 | 102 | "postcss-cli": "^6.1.2",
|
100 | 103 | "pug": "^2.0.3",
|
101 | 104 | "rimraf": "^2.6.3",
|
102 | 105 | "shelljs": "^0.8.3",
|
103 |
| - "stylelint": "^9.10.1", |
104 |
| - "stylelint-config-recommended-scss": "^3.2.0", |
105 |
| - "stylelint-config-standard": "^18.2.0", |
106 |
| - "stylelint-order": "^2.0.0", |
107 |
| - "stylelint-scss": "^3.5.3" |
| 106 | + "stylelint": "^10.1.0", |
| 107 | + "stylelint-config-recommended-scss": "^3.3.0", |
| 108 | + "stylelint-config-standard": "^18.3.0", |
| 109 | + "stylelint-order": "^3.0.0", |
| 110 | + "stylelint-scss": "^3.8.0" |
108 | 111 | },
|
109 | 112 | "engines": {
|
110 | 113 | "node": ">=6"
|
|
0 commit comments