Skip to content

Commit d9cf55f

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `2.0.21` - feat(sidebar): mobile clickout behaviour - fix(layout): sidebar on mobile issue [#23](coreui/coreui-angular#23) - fix: sidebar, sidebar-minimizer rtl ie issues, tweaks - refactor(sidebar.js): ps minor cleanup - update: `flag-icon-css` to `3.2.1` - update: `autoprefixer` to `9.3.1` - update: `js-beautify` to `1.8.8` - update: `postcss-cli` to `6.0.1` - update: `stylelint-scss` to `3.3.2`
1 parent b3f909c commit d9cf55f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.19",
66+
"@coreui/coreui": "^2.0.21",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
7070
"chart.js": "2.7.3",
7171
"core-js": "^2.5.7",
72-
"flag-icon-css": "3.2.0",
72+
"flag-icon-css": "^3.2.1",
7373
"font-awesome": "4.7.0",
7474
"jquery": "3.3.1",
7575
"pace-progress": "1.0.2",
@@ -82,7 +82,7 @@
8282
"@babel/core": "^7.1.2",
8383
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8484
"@babel/preset-env": "^7.1.0",
85-
"autoprefixer": "^9.2.0",
85+
"autoprefixer": "^9.3.1",
8686
"babel-eslint": "^10.0.1",
8787
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8888
"browser-sync": "^2.26.3",
@@ -93,19 +93,19 @@
9393
"eslint": "^5.7.0",
9494
"eslint-plugin-compat": "^2.6.2",
9595
"foreach-cli": "^1.8.1",
96-
"js-beautify": "^1.8.7",
96+
"js-beautify": "^1.8.8",
9797
"node-sass": "^4.9.4",
9898
"nodemon": "^1.18.4",
9999
"npm-run-all": "^4.1.3",
100-
"postcss-cli": "^6.0.0",
100+
"postcss-cli": "^6.0.1",
101101
"pug": "^2.0.3",
102102
"rimraf": "^2.6.2",
103103
"shelljs": "^0.8.2",
104104
"stylelint": "^9.6.0",
105105
"stylelint-config-recommended-scss": "^3.2.0",
106106
"stylelint-config-standard": "^18.2.0",
107107
"stylelint-order": "^1.0.0",
108-
"stylelint-scss": "^3.3.1"
108+
"stylelint-scss": "^3.3.2"
109109
},
110110
"engines": {
111111
"node": ">=6"

0 commit comments

Comments
 (0)