FBJS: Upgrade to ^1.0.0

Summary: Upgrades all dependents of `fbjs` to the latest version.

Reviewed By: mjesun

Differential Revision: D10100661

fbshipit-source-id: 2e2af616cb2b5eab560872b6c6c60ed264e986b2
This commit is contained in:
Tim Yung 2018-09-29 03:06:10 -07:00 committed by Facebook Github Bot
parent e7ddc59019
commit ee034596fe
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"main": "Animated.js", "main": "Animated.js",
"dependencies": { "dependencies": {
"fbjs": "0.8.17" "fbjs": "^1.0.0"
}, },
"scripts": { "scripts": {
"build": "gulp" "build": "gulp"

View File

@ -165,7 +165,7 @@
"errorhandler": "^1.5.0", "errorhandler": "^1.5.0",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"event-target-shim": "^1.0.5", "event-target-shim": "^1.0.5",
"fbjs": "0.8.17", "fbjs": "^1.0.0",
"fbjs-scripts": "^0.8.1", "fbjs-scripts": "^0.8.1",
"fs-extra": "^1.0.0", "fs-extra": "^1.0.0",
"glob": "^7.1.1", "glob": "^7.1.1",