Skip to content

Commit

Permalink
Ensure we're using latest object-assign (#6681)
Browse files Browse the repository at this point in the history
This picks up the change to feature test against order bugs.
(cherry picked from commit 468901c)
  • Loading branch information
zpao committed May 3, 2016
1 parent 69bb9e3 commit 1b22f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gzip-js": "~0.3.2",
"jest-cli": "^0.9.0",
"loose-envify": "^1.1.0",
"object-assign": "^4.0.1",
"object-assign": "^4.1.0",
"platform": "^1.1.0",
"run-sequence": "^1.1.4",
"through2": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"fbjs": "^0.8.0",
"loose-envify": "^1.1.0",
"object-assign": "^4.0.1"
"object-assign": "^4.1.0"
},
"browserify": {
"transform": [
Expand Down

0 comments on commit 1b22f12

Please sign in to comment.