Skip to content

Commit

Permalink
chore: dependencies update
Browse files Browse the repository at this point in the history
- update: `@coreui/coreui` to `2.0.10`
- update: `babel-eslint` to `10.0.0`
  • Loading branch information
xidedix committed Sep 26, 2018
1 parent 2d7ecf3 commit 94404ca
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 48 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## vNext
- feat(basic-forms): add missing `date-input`
- update: `@coreui/coreui` to `2.0.10`
- chore: update `babel-eslint` to `10.0.0`

## v2.1.3
- fix(sidebar.pug): split icons/flags `li.nav-item`
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"watch-pug": "nodemon -e pug -x \"npm run pug\""
},
"dependencies": {
"@coreui/coreui": "2.0.9",
"@coreui/coreui": "^2.0.10",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "0.3.0",
"bootstrap": "4.1.3",
Expand All @@ -82,7 +82,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
"babel-eslint": "^10.0.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"browser-sync": "^2.24.7",
"chalk": "^2.4.1",
Expand Down
3 changes: 2 additions & 1 deletion src/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/style.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/style.min.css.map

Large diffs are not rendered by default.

0 comments on commit 94404ca

Please sign in to comment.