|
1 | 1 | {
|
2 | 2 | "name": "@coreui/coreui-free-bootstrap-admin-template",
|
3 |
| - "version": "2.1.11", |
| 3 | + "version": "2.1.12", |
4 | 4 | "description": "Free Bootstrap Admin Template",
|
5 | 5 | "keywords": [
|
6 | 6 | "admin",
|
|
63 | 63 | "watch-pug": "nodemon -e pug -x \"npm run pug\""
|
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@coreui/coreui": "^2.1.5", |
| 66 | + "@coreui/coreui": "^2.1.7", |
67 | 67 | "@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
|
68 | 68 | "@coreui/icons": "0.3.0",
|
69 |
| - "bootstrap": "^4.2.1", |
| 69 | + "bootstrap": "^4.3.1", |
70 | 70 | "chart.js": "2.7.3",
|
71 |
| - "core-js": "^2.6.1", |
| 71 | + "core-js": "^2.6.5", |
72 | 72 | "flag-icon-css": "^3.2.1",
|
73 | 73 | "font-awesome": "4.7.0",
|
74 | 74 | "jquery": "3.3.1",
|
75 | 75 | "pace-progress": "1.0.2",
|
76 | 76 | "perfect-scrollbar": "^1.4.0",
|
77 |
| - "popper.js": "^1.14.6", |
| 77 | + "popper.js": "^1.14.7", |
78 | 78 | "simple-line-icons": "2.4.1"
|
79 | 79 | },
|
80 | 80 | "devDependencies": {
|
81 | 81 | "@babel/cli": "^7.2.3",
|
82 |
| - "@babel/core": "^7.2.2", |
83 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
84 |
| - "@babel/preset-env": "^7.2.3", |
85 |
| - "autoprefixer": "^9.4.4", |
| 82 | + "@babel/core": "^7.3.3", |
| 83 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
| 84 | + "@babel/preset-env": "^7.3.1", |
| 85 | + "autoprefixer": "^9.4.8", |
86 | 86 | "babel-eslint": "^10.0.1",
|
87 | 87 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
88 | 88 | "browser-sync": "^2.26.3",
|
89 | 89 | "chalk": "^2.4.2",
|
90 | 90 | "clean-css-cli": "^4.2.1",
|
91 | 91 | "copyfiles": "^2.1.0",
|
92 | 92 | "cross-env": "^5.2.0",
|
93 |
| - "eslint": "^5.12.0", |
94 |
| - "eslint-plugin-compat": "^2.6.3", |
| 93 | + "eslint": "^5.14.1", |
| 94 | + "eslint-plugin-compat": "^2.7.0", |
95 | 95 | "foreach-cli": "^1.8.1",
|
96 | 96 | "js-beautify": "^1.8.9",
|
97 | 97 | "node-sass": "^4.11.0",
|
98 |
| - "nodemon": "^1.18.9", |
| 98 | + "nodemon": "^1.18.10", |
99 | 99 | "npm-run-all": "^4.1.5",
|
100 |
| - "postcss-cli": "^6.1.1", |
| 100 | + "postcss-cli": "^6.1.2", |
101 | 101 | "pug": "^2.0.3",
|
102 | 102 | "rimraf": "^2.6.3",
|
103 | 103 | "shelljs": "^0.8.3",
|
104 |
| - "stylelint": "^9.9.0", |
| 104 | + "stylelint": "^9.10.1", |
105 | 105 | "stylelint-config-recommended-scss": "^3.2.0",
|
106 | 106 | "stylelint-config-standard": "^18.2.0",
|
107 | 107 | "stylelint-order": "^2.0.0",
|
108 |
| - "stylelint-scss": "^3.4.4" |
| 108 | + "stylelint-scss": "^3.5.3" |
109 | 109 | },
|
110 | 110 | "engines": {
|
111 | 111 | "node": ">=6"
|
|
0 commit comments