Skip to content

Commit

Permalink
Add @babel/plugin-proposal-async-generator-functions dependency directly
Browse files Browse the repository at this point in the history
  • Loading branch information
koke committed May 8, 2019
1 parent f8c10a7 commit d506b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -159,4 +161,4 @@
"resolutions": {
"@react-native-community/cli": "^1.5.2"
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d506b48

Please sign in to comment.