Skip to content

Commit 8d26f93

Browse files
committed
use new version of bootstrap-class-props to fix missing classname bug #2
1 parent 0e94054 commit 8d26f93

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "0.0.5",
1515
"main": "dist/react-bootstrap-extended.js",
1616
"dependencies": {
17-
"bootstrap-class-props": "^0.0.3",
17+
"bootstrap-class-props": "^0.0.4",
1818
"react": "^15.5.4",
1919
"react-bootstrap": "^0.31.0",
2020
"react-dom": "^15.5.4"

yarn.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -977,11 +977,11 @@ boom@2.x.x:
977977
dependencies:
978978
hoek "2.x.x"
979979

980-
bootstrap-class-props@^0.0.3:
981-
version "0.0.3"
982-
resolved "https://registry.yarnpkg.com/bootstrap-class-props/-/bootstrap-class-props-0.0.3.tgz#43bc405a38621dd544216b02a018a1650d4aaa32"
980+
bootstrap-class-props@^0.0.4:
981+
version "0.0.4"
982+
resolved "https://registry.yarnpkg.com/bootstrap-class-props/-/bootstrap-class-props-0.0.4.tgz#24f78abb2750a599d3e4be4dbbe4f03a93306162"
983983
dependencies:
984-
react-class-props "^0.0.4"
984+
react-class-props "^0.0.5"
985985

986986
brace-expansion@^1.0.0:
987987
version "1.1.7"
@@ -3528,10 +3528,11 @@ react-bootstrap@^0.31.0:
35283528
uncontrollable "^4.1.0"
35293529
warning "^3.0.0"
35303530

3531-
react-class-props@^0.0.4:
3532-
version "0.0.4"
3533-
resolved "https://registry.yarnpkg.com/react-class-props/-/react-class-props-0.0.4.tgz#03aafc0a3bc25730150acf5825bd76c26299d98e"
3531+
react-class-props@^0.0.5:
3532+
version "0.0.5"
3533+
resolved "https://registry.yarnpkg.com/react-class-props/-/react-class-props-0.0.5.tgz#b2fe2e794c4269f3f1465845d144d2018add02ef"
35343534
dependencies:
3535+
prop-types "^15.5.10"
35353536
react "^15.5.4"
35363537

35373538
react-dom@^15.5.4:

0 commit comments

Comments
 (0)