Skip to content

Commit

Permalink
v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed May 1, 2018
1 parent 65016b1 commit d96145a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "CoreUI React Bootstrap 4 components",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -21,8 +21,8 @@
"lint": "eslint src"
},
"dependencies": {
"@coreui/coreui": "^2.0.0-rc.1",
"bootstrap": "^4.1.0",
"@coreui/coreui": "^2.0.0-rc.2",
"bootstrap": "^4.1.1",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"flag-icon-css": "^3.0.0",
Expand All @@ -45,7 +45,7 @@
"nwb": "^0.21.5",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"sinon": "^5.0.1"
"sinon": "^5.0.2"
},
"author": "Łukasz Holeczek",
"homepage": "http://coreui.io",
Expand Down

0 comments on commit d96145a

Please sign in to comment.