|
63 | 63 | "watch-pug": "nodemon -e pug -x \"npm run pug\""
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@coreui/coreui": "^2.1.3", |
| 66 | + "@coreui/coreui": "^2.1.5", |
67 | 67 | "@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
|
68 | 68 | "@coreui/icons": "0.3.0",
|
69 |
| - "bootstrap": "4.1.3", |
| 69 | + "bootstrap": "^4.2.1", |
70 | 70 | "chart.js": "^2.7.3",
|
71 | 71 | "flag-icon-css": "^3.2.1",
|
72 | 72 | "font-awesome": "4.7.0",
|
73 | 73 | "jquery": "3.3.1",
|
74 | 74 | "pace-progress": "1.0.2",
|
75 | 75 | "perfect-scrollbar": "1.4.0",
|
76 |
| - "popper.js": "^1.14.5", |
| 76 | + "popper.js": "^1.14.6", |
77 | 77 | "simple-line-icons": "2.4.1"
|
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 |
| - "@babel/cli": "^7.1.5", |
81 |
| - "@babel/core": "^7.1.6", |
82 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
83 |
| - "@babel/preset-env": "^7.1.6", |
84 |
| - "autoprefixer": "^9.3.1", |
| 80 | + "@babel/cli": "^7.2.3", |
| 81 | + "@babel/core": "^7.2.2", |
| 82 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 83 | + "@babel/preset-env": "^7.2.3", |
| 84 | + "autoprefixer": "^9.4.4", |
85 | 85 | "babel-eslint": "^10.0.1",
|
86 | 86 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
87 | 87 | "browser-sync": "^2.26.3",
|
88 |
| - "chalk": "^2.4.1", |
| 88 | + "chalk": "^2.4.2", |
89 | 89 | "clean-css-cli": "^4.2.1",
|
90 | 90 | "copyfiles": "^2.1.0",
|
91 | 91 | "cross-env": "^5.2.0",
|
92 |
| - "eslint": "^5.9.0", |
| 92 | + "eslint": "^5.12.0", |
93 | 93 | "eslint-plugin-compat": "^2.6.3",
|
94 | 94 | "foreach-cli": "^1.8.1",
|
95 |
| - "js-beautify": "^1.8.8", |
96 |
| - "node-sass": "^4.10.0", |
97 |
| - "nodemon": "^1.18.7", |
| 95 | + "js-beautify": "^1.8.9", |
| 96 | + "node-sass": "^4.11.0", |
| 97 | + "nodemon": "^1.18.9", |
98 | 98 | "npm-run-all": "^4.1.5",
|
99 |
| - "postcss-cli": "^6.0.1", |
| 99 | + "postcss-cli": "^6.1.1", |
100 | 100 | "pug": "^2.0.3",
|
101 |
| - "rimraf": "^2.6.2", |
| 101 | + "rimraf": "^2.6.3", |
102 | 102 | "shelljs": "^0.8.3",
|
103 | 103 | "stylelint": "^9.9.0",
|
104 | 104 | "stylelint-config-recommended-scss": "^3.2.0",
|
105 | 105 | "stylelint-config-standard": "^18.2.0",
|
106 | 106 | "stylelint-order": "^2.0.0",
|
107 |
| - "stylelint-scss": "^3.4.0" |
| 107 | + "stylelint-scss": "^3.4.4" |
108 | 108 | },
|
109 | 109 | "engines": {
|
110 | 110 | "node": ">=6"
|
|
0 commit comments