Skip to content

Commit 9b55646

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to `2.0.11` fixes some IE11 and `rtl` issues - chore: update `babel-eslint` to `10.0.1` - chore: update `stylelint` to `9.6.0`
1 parent 496a493 commit 9b55646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"watch-pug": "nodemon -e pug -x \"npm run pug\""
6464
},
6565
"dependencies": {
66-
"@coreui/coreui": "^2.0.10",
66+
"@coreui/coreui": "^2.0.11",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
@@ -82,7 +82,7 @@
8282
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8383
"@babel/preset-env": "^7.1.0",
8484
"autoprefixer": "^9.1.5",
85-
"babel-eslint": "^10.0.0",
85+
"babel-eslint": "^10.0.1",
8686
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8787
"browser-sync": "^2.24.7",
8888
"chalk": "^2.4.1",
@@ -100,7 +100,7 @@
100100
"pug": "^2.0.3",
101101
"rimraf": "^2.6.2",
102102
"shelljs": "^0.8.2",
103-
"stylelint": "^9.5.0",
103+
"stylelint": "^9.6.0",
104104
"stylelint-config-recommended-scss": "^3.2.0",
105105
"stylelint-config-standard": "^18.2.0",
106106
"stylelint-order": "^1.0.0",

0 commit comments

Comments
 (0)