From bb994ee55af14d9f3e5c78975f9f8891cbfcf4a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 11:31:15 +0000 Subject: [PATCH] Bump fbjs from 0.8.17 to 1.0.0 Bumps [fbjs](https://github.com/facebook/fbjs) from 0.8.17 to 1.0.0. - [Release notes](https://github.com/facebook/fbjs/releases) - [Commits](https://github.com/facebook/fbjs/compare/v0.8.17...fbjs-v1.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3817f849..dccdb6bb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "fbemitter": "^2.0.0", - "fbjs": "^0.8.0" + "fbjs": "^1.0.0" }, "peerDependencies": { "react": "^15.0.2 || ^16.0.0-beta || ^16.0.0"