Skip to content

Commit d96145a

Browse files
committed
v2.0.0-beta.3
1 parent 65016b1 commit d96145a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "CoreUI React Bootstrap 4 components",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -21,8 +21,8 @@
2121
"lint": "eslint src"
2222
},
2323
"dependencies": {
24-
"@coreui/coreui": "^2.0.0-rc.1",
25-
"bootstrap": "^4.1.0",
24+
"@coreui/coreui": "^2.0.0-rc.2",
25+
"bootstrap": "^4.1.1",
2626
"classnames": "^2.2.5",
2727
"prop-types": "^15.6.1",
2828
"flag-icon-css": "^3.0.0",
@@ -45,7 +45,7 @@
4545
"nwb": "^0.21.5",
4646
"react": "^16.3.2",
4747
"react-dom": "^16.3.2",
48-
"sinon": "^5.0.1"
48+
"sinon": "^5.0.2"
4949
},
5050
"author": "Łukasz Holeczek",
5151
"homepage": "http://coreui.io",

0 commit comments

Comments
 (0)