We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7807197 commit 3b04ec8Copy full SHA for 3b04ec8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coreui/react",
3
- "version": "2.0.0-beta.1",
+ "version": "2.0.0-beta.2",
4
"description": "CoreUI React Bootstrap 4 components",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -21,7 +21,7 @@
21
"lint": "eslint src"
22
},
23
"dependencies": {
24
- "@coreui/coreui": "^2.0.0-beta.10",
+ "@coreui/coreui": "^2.0.0-rc.1",
25
"bootstrap": "^4.1.0",
26
"classnames": "^2.2.5",
27
"prop-types": "^15.6.1",
@@ -45,7 +45,7 @@
45
"nwb": "^0.21.5",
46
"react": "^16.3.2",
47
"react-dom": "^16.3.2",
48
- "sinon": "^4.5.0"
+ "sinon": "^5.0.1"
49
50
"author": "Łukasz Holeczek",
51
"homepage": "http://coreui.io",
0 commit comments