Update dependency @babel/runtime-corejs2 to v7.4.2 (https://github.com/woocommerce/woocommerce-admin/pull/1922)
This commit is contained in:
parent
896a790d8f
commit
702156b6de
|
@ -697,9 +697,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@babel/runtime-corejs2": {
|
"@babel/runtime-corejs2": {
|
||||||
"version": "7.4.0",
|
"version": "7.4.2",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.4.2.tgz",
|
||||||
"integrity": "sha512-54PQxRRKLRYTrF89Z9tyjJ+uoxyn05Avt1Ou6UT1x5QWpdo1FPQ15i/lGL+ZLvE5yxzlTO7u2oE06VCU9IYijA==",
|
"integrity": "sha512-y/Br/9uQnumcqcakkmobFqOTzYCWSS6Kuy1b2o7LTXR4lpeU0AhaOcPqIHW85LCxRWUDW5Vg0pU1KlE3YkORlg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"core-js": "^2.6.5",
|
"core-js": "^2.6.5",
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"@babel/core": "7.4.0",
|
"@babel/core": "7.4.0",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.4.0",
|
"@babel/plugin-transform-async-to-generator": "7.4.0",
|
||||||
"@babel/plugin-transform-react-jsx": "7.3.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-import-jsx-pragma": "1.1.2",
|
||||||
"@wordpress/babel-plugin-makepot": "2.1.2",
|
"@wordpress/babel-plugin-makepot": "2.1.2",
|
||||||
"@wordpress/babel-preset-default": "3.0.1",
|
"@wordpress/babel-preset-default": "3.0.1",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
"react-native": "src/index",
|
"react-native": "src/index",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs2": "7.4.0",
|
"@babel/runtime-corejs2": "7.4.2",
|
||||||
"@woocommerce/csv-export": "^1.0.3",
|
"@woocommerce/csv-export": "^1.0.3",
|
||||||
"@woocommerce/currency": "^1.1.0",
|
"@woocommerce/currency": "^1.1.0",
|
||||||
"@woocommerce/date": "^1.0.6",
|
"@woocommerce/date": "^1.0.6",
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
"react-native": "src/index",
|
"react-native": "src/index",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs2": "7.4.0",
|
"@babel/runtime-corejs2": "7.4.2",
|
||||||
"browser-filesaver": "^1.1.1",
|
"browser-filesaver": "^1.1.1",
|
||||||
"moment": "^2.22.2"
|
"moment": "^2.22.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"module": "build-module/index.js",
|
"module": "build-module/index.js",
|
||||||
"react-native": "src/index",
|
"react-native": "src/index",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime-corejs2": "7.4.0",
|
"@babel/runtime-corejs2": "7.4.2",
|
||||||
"locutus": "^2.0.10",
|
"locutus": "^2.0.10",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue