File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77
88## Unreleased
99
10+ ## 0.25.4
11+
12+ - Move ` classnames ` to a production dependency
13+
1014## 0.25.3
1115
1216- Fixed the ` undefined ` classnames in TimelineHeaders #566 @trevdor
Original file line number Diff line number Diff line change 9090 ]
9191 },
9292 "dependencies" : {
93+ "classnames" : " ^2.2.6" ,
9394 "create-react-context" : " ^0.2.2" ,
9495 "element-resize-detector" : " ^1.1.12" ,
9596 "lodash.isequal" : " ^4.5.0"
112113 "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
113114 "babel-preset-env" : " 1.7.0" ,
114115 "babel-preset-react" : " ^6.5.0" ,
115- "classnames" : " ^2.2.6" ,
116116 "cross-env" : " ^5.1.4" ,
117117 "css-loader" : " ~0.26.0" ,
118118 "enzyme" : " ^3.3.0" ,
Original file line number Diff line number Diff line change @@ -1661,6 +1661,11 @@ class-utils@^0.3.5:
16611661 isobject "^3.0.0"
16621662 static-extend "^0.1.1"
16631663
1664+ classnames@^2.2.6 :
1665+ version "2.2.6"
1666+ resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
1667+ integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
1668+
16641669cli-cursor@^2.1.0 :
16651670 version "2.1.0"
16661671 resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"
You can’t perform that action at this time.
0 commit comments