Skip to content

Commit e3fa2ba

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `2.0.19` - fix: `transparent` is not a valid rgb color ie issue - fix(card): rtl for card-header icon margins - fix(sidebar): rtl for sidebar-minimizer icon - fix(breadcrumb): rtl padding - fix(card): rtl float for card-header-actions - fix(sidebar): rtl ps scrollbar issue temp fix/refactor - feat(sidebar) badge margins for nav-dropdown-toggle - fix(scss): add missing light-blue color variable - update: `chart.js` to `2.7.3` - update: `core-js` to `2.5.7` - update: `autoprefixer` to `9.2.0` - update: `browser-sync` to `2.26.3` - update: `eslint` to `5.7.0` - update: `eslint-plugin-compat` to `2.6.2` - update: `js-beautify` to `1.8.7` - update: `node-sass` to `4.9.4`
1 parent c0d3887 commit e3fa2ba

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.12",
66+
"@coreui/coreui": "^2.0.19",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
70-
"chart.js": "^2.7.2",
70+
"chart.js": "2.7.3",
71+
"core-js": "^2.5.7",
7172
"flag-icon-css": "3.2.0",
7273
"font-awesome": "4.7.0",
7374
"jquery": "3.3.1",
@@ -81,19 +82,19 @@
8182
"@babel/core": "^7.1.2",
8283
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8384
"@babel/preset-env": "^7.1.0",
84-
"autoprefixer": "^9.1.5",
85+
"autoprefixer": "^9.2.0",
8586
"babel-eslint": "^10.0.1",
8687
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
87-
"browser-sync": "^2.24.7",
88+
"browser-sync": "^2.26.3",
8889
"chalk": "^2.4.1",
8990
"clean-css-cli": "^4.2.1",
9091
"copyfiles": "^2.1.0",
9192
"cross-env": "^5.2.0",
92-
"eslint": "^5.6.1",
93-
"eslint-plugin-compat": "^2.5.1",
93+
"eslint": "^5.7.0",
94+
"eslint-plugin-compat": "^2.6.2",
9495
"foreach-cli": "^1.8.1",
95-
"js-beautify": "^1.8.6",
96-
"node-sass": "^4.9.3",
96+
"js-beautify": "^1.8.7",
97+
"node-sass": "^4.9.4",
9798
"nodemon": "^1.18.4",
9899
"npm-run-all": "^4.1.3",
99100
"postcss-cli": "^6.0.0",

0 commit comments

Comments
 (0)