Update dependency @babel/runtime-corejs2 to v7.4.2 (https://github.com/woocommerce/woocommerce-admin/pull/1922)

This commit is contained in:
renovate[bot] 2019-03-27 09:40:55 +01:00 committed by Albert Juhé Lluveras
parent 896a790d8f
commit 702156b6de
5 changed files with 7 additions and 7 deletions

View File

@ -697,9 +697,9 @@
}
},
"@babel/runtime-corejs2": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.0.tgz",
"integrity": "sha512-54PQxRRKLRYTrF89Z9tyjJ+uoxyn05Avt1Ou6UT1x5QWpdo1FPQ15i/lGL+ZLvE5yxzlTO7u2oE06VCU9IYijA==",
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.2.tgz",
"integrity": "sha512-y/Br/9uQnumcqcakkmobFqOTzYCWSS6Kuy1b2o7LTXR4lpeU0AhaOcPqIHW85LCxRWUDW5Vg0pU1KlE3YkORlg==",
"dev": true,
"requires": {
"core-js": "^2.6.5",

View File

@ -51,7 +51,7 @@
"@babel/core": "7.4.0",
"@babel/plugin-transform-async-to-generator": "7.4.0",
"@babel/plugin-transform-react-jsx": "7.3.0",
"@babel/runtime-corejs2": "7.4.0",
"@babel/runtime-corejs2": "7.4.2",
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
"@wordpress/babel-plugin-makepot": "2.1.2",
"@wordpress/babel-preset-default": "3.0.1",

View File

@ -21,7 +21,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.4.0",
"@babel/runtime-corejs2": "7.4.2",
"@woocommerce/csv-export": "^1.0.3",
"@woocommerce/currency": "^1.1.0",
"@woocommerce/date": "^1.0.6",

View File

@ -21,7 +21,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.4.0",
"@babel/runtime-corejs2": "7.4.2",
"browser-filesaver": "^1.1.1",
"moment": "^2.22.2"
},

View File

@ -20,7 +20,7 @@
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@babel/runtime-corejs2": "7.4.0",
"@babel/runtime-corejs2": "7.4.2",
"locutus": "^2.0.10",
"lodash": "^4.17.11"
},