From 10e901e2c5c0fe10e3cb69b98ee2113622285738 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 30 Mar 2020 10:22:47 -0700 Subject: [PATCH] Greenkeeper/main/monorepo.babel7 20200324084100 (#944) Summary: Close https://github.com/facebook/flipper/issues/913 Pull Request resolved: https://github.com/facebook/flipper/pull/944 Reviewed By: nikoant Differential Revision: D20733316 Pulled By: passy fbshipit-source-id: e2ab0fce0a32917ce6eba5265c8f71aaab06b2e2 --- desktop/headless-tests/package.json | 6 +++--- desktop/yarn.lock | 14 +++++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/desktop/headless-tests/package.json b/desktop/headless-tests/package.json index 4695aec12..5df21e1bf 100644 --- a/desktop/headless-tests/package.json +++ b/desktop/headless-tests/package.json @@ -16,9 +16,9 @@ }, "license": "MIT", "dependencies": { - "@babel/core": "^7.8.7", - "@babel/preset-env": "^7.8.3", - "@babel/preset-flow": "^7.8.3", + "@babel/core": "^7.9.0", + "@babel/preset-env": "^7.9.0", + "@babel/preset-flow": "^7.9.0", "babel-jest": "^24.8.0", "canonical-json": "^0.0.4", "lodash.memoize": "^4.1.2" diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4b4669ce0..e104acbdd 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -137,7 +137,7 @@ invariant "^2.2.4" semver "^5.5.0" -"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.7.5", "@babel/core@^7.8.7", "@babel/core@^7.9.0": +"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.7.5", "@babel/core@^7.9.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== @@ -924,7 +924,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.8.3" "@babel/helper-plugin-utils" "^7.8.3" -"@babel/preset-env@^7.1.6", "@babel/preset-env@^7.8.3", "@babel/preset-env@^7.9.0": +"@babel/preset-env@^7.1.6", "@babel/preset-env@^7.9.0": version "7.9.0" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== @@ -990,7 +990,7 @@ levenary "^1.1.1" semver "^5.5.0" -"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.8.3": +"@babel/preset-flow@^7.0.0": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.8.3.tgz#52af74c6a4e80d889bd9436e8e278d0fecac6e18" integrity sha512-iCXFk+T4demnq+dNLLvlGOgvYF6sPZ/hS1EmswugOqh1Ysp2vuiqJzpgsnp5rW8+6dLJT/0CXDzye28ZH6BAfQ== @@ -998,6 +998,14 @@ "@babel/helper-plugin-utils" "^7.8.3" "@babel/plugin-transform-flow-strip-types" "^7.8.3" +"@babel/preset-flow@^7.9.0": + version "7.9.0" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.9.0.tgz#fee847c3e090b0b2d9227c1949e4da1d1379280d" + integrity sha512-88uSmlshIrlmPkNkEcx3UpSZ6b8n0UGBq0/0ZMZCF/uxAW0XIAUuDHBhIOAh0pvweafH4RxOwi/H3rWhtqOYPA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + "@babel/plugin-transform-flow-strip-types" "^7.9.0" + "@babel/preset-modules@^0.1.3": version "0.1.3" resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"