Update babel monorepo to v7.1.5 (https://github.com/woocommerce/woocommerce-admin/pull/789)
This commit is contained in:
parent
ffee7cc841
commit
cbcdf9ba78
File diff suppressed because it is too large
Load Diff
|
@ -44,11 +44,11 @@
|
|||
"publish:prod": "npm run build:packages && lerna publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.1.2",
|
||||
"@babel/core": "7.1.2",
|
||||
"@babel/cli": "7.1.5",
|
||||
"@babel/core": "7.1.5",
|
||||
"@babel/plugin-transform-async-to-generator": "7.1.0",
|
||||
"@babel/plugin-transform-react-jsx": "7.0.0",
|
||||
"@babel/runtime-corejs2": "7.1.2",
|
||||
"@babel/runtime-corejs2": "7.1.5",
|
||||
"@wordpress/babel-plugin-import-jsx-pragma": "1.1.2",
|
||||
"@wordpress/babel-plugin-makepot": "2.1.2",
|
||||
"@wordpress/babel-preset-default": "2.1.0",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.1.2",
|
||||
"@babel/runtime-corejs2": "7.1.5",
|
||||
"browser-filesaver": "^1.1.1",
|
||||
"moment": "^2.22.2"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue