|
1 | 1 | { |
2 | 2 | "name": "@coreui/coreui-free-bootstrap-admin-template", |
3 | | - "version": "2.1.14", |
| 3 | + "version": "2.1.15", |
4 | 4 | "description": "Free Bootstrap Admin Template", |
5 | 5 | "keywords": [ |
6 | 6 | "admin", |
|
79 | 79 | "simple-line-icons": "2.4.1" |
80 | 80 | }, |
81 | 81 | "devDependencies": { |
82 | | - "@babel/cli": "^7.4.4", |
83 | | - "@babel/core": "^7.4.5", |
84 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 82 | + "@babel/cli": "^7.5.0", |
| 83 | + "@babel/core": "^7.5.4", |
| 84 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.4", |
85 | 85 | "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
86 | | - "@babel/preset-env": "^7.4.5", |
87 | | - "autoprefixer": "^9.6.0", |
| 86 | + "@babel/preset-env": "^7.5.4", |
| 87 | + "autoprefixer": "^9.6.1", |
88 | 88 | "babel-eslint": "^10.0.2", |
89 | 89 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1", |
90 | 90 | "browser-sync": "^2.26.7", |
91 | 91 | "chalk": "^2.4.2", |
92 | 92 | "clean-css-cli": "^4.3.0", |
93 | | - "copyfiles": "^2.1.0", |
| 93 | + "copyfiles": "^2.1.1", |
94 | 94 | "cross-env": "^5.2.0", |
95 | 95 | "eslint": "^5.16.0", |
96 | | - "eslint-plugin-compat": "^3.1.2", |
| 96 | + "eslint-plugin-compat": "^3.2.0", |
97 | 97 | "foreach-cli": "^1.8.1", |
98 | 98 | "js-beautify": "^1.10.0", |
99 | 99 | "node-sass": "^4.12.0", |
100 | 100 | "nodemon": "^1.19.1", |
101 | 101 | "npm-run-all": "^4.1.5", |
102 | | - "postcss-cli": "^6.1.2", |
103 | | - "pug": "^2.0.3", |
| 102 | + "postcss-cli": "^6.1.3", |
| 103 | + "pug": "^2.0.4", |
104 | 104 | "rimraf": "^2.6.3", |
105 | 105 | "shelljs": "^0.8.3", |
106 | 106 | "stylelint": "^10.1.0", |
107 | 107 | "stylelint-config-recommended-scss": "^3.3.0", |
108 | 108 | "stylelint-config-standard": "^18.3.0", |
109 | | - "stylelint-order": "^3.0.0", |
110 | | - "stylelint-scss": "^3.8.0" |
| 109 | + "stylelint-order": "^3.0.1", |
| 110 | + "stylelint-scss": "^3.9.1" |
111 | 111 | }, |
112 | 112 | "engines": { |
113 | | - "node": ">=6" |
| 113 | + "node": ">=8" |
114 | 114 | }, |
115 | 115 | "browserslist": [ |
116 | 116 | "last 1 major version", |
|
0 commit comments