Skip to content

Commit 1b7cd1d

Browse files
vvoredox
vvo
authored andcommitted
fix(react-nouislider): upgrade react-nouislider to avoid mutating props
Since react 0.14, we cannot mutate props anymore and we were doing it in react-nouislider.
1 parent 64d6011 commit 1b7cd1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

npm-shrinkwrap.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lodash": "^3.10.1",
5656
"react": "^0.14.0",
5757
"react-dom": "^0.14.0",
58-
"react-nouislider": "^1.3.0",
58+
"react-nouislider": "^1.4.3",
5959
"to-factory": "^1.0.0"
6060
},
6161
"license": "MIT"

0 commit comments

Comments
 (0)