Skip to content

Commit f80adbd

Browse files
authored
Merge pull request #599 from trevdor/classnamesDependency
fix: classnames should be a prod dependency, not dev
2 parents ab02bae + 5610cb9 commit f80adbd

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
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"
@@ -112,7 +113,6 @@
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",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
16641669
cli-cursor@^2.1.0:
16651670
version "2.1.0"
16661671
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5"

0 commit comments

Comments
 (0)