From d506b485d43d27595e2acf1d6020f6c62536099e Mon Sep 17 00:00:00 2001 From: Jorge Bernal Date: Wed, 8 May 2019 10:04:45 +0200 Subject: [PATCH] Add @babel/plugin-proposal-async-generator-functions dependency directly --- package.json | 6 ++++-- yarn.lock | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ddbb8b5619..64238d4534 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,12 @@ }, "devDependencies": { "@babel/core": "^7.3.3", + "@babel/plugin-proposal-async-generator-functions": "7.2.0", + "@wordpress/babel-plugin-import-jsx-pragma": "file:gutenberg/packages/babel-plugin-import-jsx-pragma", "@wordpress/babel-preset-default": "file:gutenberg/packages/babel-preset-default", "@wordpress/eslint-plugin": "^2.0.0", "@wordpress/jest-preset-default": "^4.0.0", "appium": "^1.12.1", - "jest-junit": "^6.3.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^8.2.2", "babel-jest": "^24.1.0", @@ -36,6 +37,7 @@ "flow-bin": "0.92.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.1.0", + "jest-junit": "^6.3.0", "metro-react-native-babel-preset": "^0.52.0", "node-fetch": "^2.3.0", "prettier": "git+https://github.com/Automattic/calypso-prettier.git#calypso-1.9", @@ -159,4 +161,4 @@ "resolutions": { "@react-native-community/cli": "^1.5.2" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 65a50964d3..93ae7dad02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -401,7 +401,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-proposal-async-generator-functions@^7.2.0": +"@babel/plugin-proposal-async-generator-functions@7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.2.0": version "7.2.0" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e" integrity sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ== @@ -1962,8 +1962,8 @@ "@babel/plugin-transform-runtime" "^7.4.4" "@babel/preset-env" "^7.4.4" "@babel/runtime" "^7.4.4" - "@wordpress/babel-plugin-import-jsx-pragma" "file:../../Library/Caches/Yarn/v4/npm-@wordpress-babel-preset-default-4.1.0-99d32fb3-a519-483b-86d6-cfc8d7fc8776-1557226269227/node_modules/@wordpress/babel-plugin-import-jsx-pragma" - "@wordpress/browserslist-config" "file:../../Library/Caches/Yarn/v4/npm-@wordpress-babel-preset-default-4.1.0-99d32fb3-a519-483b-86d6-cfc8d7fc8776-1557226269227/node_modules/@wordpress/browserslist-config" + "@wordpress/babel-plugin-import-jsx-pragma" "file:../../Library/Caches/Yarn/v4/npm-@wordpress-babel-preset-default-4.1.0-b774f199-7e03-4e0b-95d7-9c4b0621e8bb-1557302541502/node_modules/@wordpress/babel-plugin-import-jsx-pragma" + "@wordpress/browserslist-config" "file:../../Library/Caches/Yarn/v4/npm-@wordpress-babel-preset-default-4.1.0-b774f199-7e03-4e0b-95d7-9c4b0621e8bb-1557302541502/node_modules/@wordpress/browserslist-config" "@wordpress/browserslist-config@file:gutenberg/packages/browserslist-config": version "2.3.0"