Skip to content

Commit

Permalink
Pin Some Dependency Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Oct 23, 2017
1 parent 1151f5e commit 0d6b883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
"react": "~0.14.9 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"clamp": "^1.0.1",
"object-assign": "^4.1.1",
"clamp": "1.0.1",
"object-assign": "4.1.1",
"prop-types": "^15.6.0",
"react-cursor-position": "2.2.2",
"react-required-if": "^1.0.1"
"react-required-if": "1.0.1"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ circular-json@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.1.tgz#be8b36aefccde8b3ca7aa2d6afc07a37242c0d2d"

clamp@^1.0.1:
[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/clamp/-/clamp-1.0.1.tgz#66a0e64011816e37196828fdc8c8c147312c8634"

Expand Down Expand Up @@ -3658,7 +3658,7 @@ oauth-sign@~0.8.1, oauth-sign@~0.8.2:
version "0.8.2"
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"

object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
object-assign@4.1.1, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

Expand Down Expand Up @@ -4105,7 +4105,7 @@ react-dom@^16.0.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-required-if@^1.0.1:
[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-required-if/-/react-required-if-1.0.1.tgz#f41d06bebb75346c206cd1de8dc0ef5b7c8f9abd"

Expand Down

0 comments on commit 0d6b883

Please sign in to comment.