Skip to content

Commit ae369fb

Browse files
committed
chore: dependencies update
- update: `@coreui/coreui` to [`2.0.12`](https://github.com/coreui/coreui/releases) fixes some IE11 and `rtl` issues - update: `@babel/cli` to `7.1.2` - update: `@babel/core` to `7.1.2` - update: `eslint to `5.6.1` - update: `foreach-cli` to `1.8.1`
1 parent ef16ab0 commit ae369fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 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.11",
66+
"@coreui/coreui": "^2.0.12",
6767
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
6868
"@coreui/icons": "0.3.0",
6969
"bootstrap": "4.1.3",
@@ -77,8 +77,8 @@
7777
"simple-line-icons": "2.4.1"
7878
},
7979
"devDependencies": {
80-
"@babel/cli": "^7.1.0",
81-
"@babel/core": "^7.1.0",
80+
"@babel/cli": "^7.1.2",
81+
"@babel/core": "^7.1.2",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8383
"@babel/preset-env": "^7.1.0",
8484
"autoprefixer": "^9.1.5",
@@ -89,9 +89,9 @@
8989
"clean-css-cli": "^4.2.1",
9090
"copyfiles": "^2.1.0",
9191
"cross-env": "^5.2.0",
92-
"eslint": "^5.6.0",
92+
"eslint": "^5.6.1",
9393
"eslint-plugin-compat": "^2.5.1",
94-
"foreach-cli": "^1.8.0",
94+
"foreach-cli": "^1.8.1",
9595
"js-beautify": "^1.8.6",
9696
"node-sass": "^4.9.3",
9797
"nodemon": "^1.18.4",

0 commit comments

Comments
 (0)