We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65016b1 commit d96145aCopy full SHA for d96145a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@coreui/react",
3
- "version": "2.0.0-beta.2",
+ "version": "2.0.0-beta.3",
4
"description": "CoreUI React Bootstrap 4 components",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -21,8 +21,8 @@
21
"lint": "eslint src"
22
},
23
"dependencies": {
24
- "@coreui/coreui": "^2.0.0-rc.1",
25
- "bootstrap": "^4.1.0",
+ "@coreui/coreui": "^2.0.0-rc.2",
+ "bootstrap": "^4.1.1",
26
"classnames": "^2.2.5",
27
"prop-types": "^15.6.1",
28
"flag-icon-css": "^3.0.0",
@@ -45,7 +45,7 @@
45
"nwb": "^0.21.5",
46
"react": "^16.3.2",
47
"react-dom": "^16.3.2",
48
- "sinon": "^5.0.1"
+ "sinon": "^5.0.2"
49
50
"author": "Łukasz Holeczek",
51
"homepage": "http://coreui.io",
0 commit comments