Skip to content

Commit

Permalink
FBJS: Upgrade to ^1.0.0
Browse files Browse the repository at this point in the history
Summary: Upgrades all dependents of `fbjs` to the latest version.

Reviewed By: mjesun

Differential Revision: D10100661

fbshipit-source-id: 2e2af616cb2b5eab560872b6c6c60ed264e986b2
  • Loading branch information
yungsters authored and facebook-github-bot committed Sep 29, 2018
1 parent e7ddc59 commit ee03459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/Animated/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"main": "Animated.js",
"dependencies": {
"fbjs": "0.8.17"
"fbjs": "^1.0.0"
},
"scripts": {
"build": "gulp"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"errorhandler": "^1.5.0",
"escape-string-regexp": "^1.0.5",
"event-target-shim": "^1.0.5",
"fbjs": "0.8.17",
"fbjs": "^1.0.0",
"fbjs-scripts": "^0.8.1",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
Expand Down

0 comments on commit ee03459

Please sign in to comment.