Skip to content

Commit

Permalink
Merge pull request #17 from coreui/dev-v2.0.1
Browse files Browse the repository at this point in the history
chore: dependencies update
  • Loading branch information
xidedix authored Jun 8, 2018
2 parents 8420c2f + 69d1331 commit 6aec9d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @coreui/react v2
## @coreui/react v2 for [CoreUI for React.js](https://coreui.io/react/)

[![npm package][npm-badge]][npm]
[![npm next][npm-next]][npm]
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "2.0.0",
"version": "2.0.1",
"description": "CoreUI React Bootstrap 4 components",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,29 +35,29 @@
"lint": "eslint src"
},
"dependencies": {
"@coreui/coreui": "^2.0.1",
"@coreui/icons": "^0.1.1",
"classnames": "^2.2.5",
"core-js": "^2.5.6",
"@coreui/icons": "^0.2.0",
"classnames": "^2.2.6",
"core-js": "^2.5.7",
"prop-types": "^15.6.1",
"react-perfect-scrollbar": "^1.1.1",
"react-router-dom": "^4.2.2",
"reactstrap": "^6.0.1"
"react-router-dom": "^4.3.1",
"reactstrap": "^6.1.0"
},
"peerDependencies": {
"@coreui/coreui": "^2.0.2",
"react": "16.x"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"nwb": "^0.21.5",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"sinon": "^5.0.7"
"react": "^16.4.0",
"react-dom": "^16.4.0",
"sinon": "5.0.7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6aec9d8

Please sign in to comment.