Update babel monorepo (https://github.com/woocommerce/woocommerce-admin/pull/6300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0be173f4fd
commit
4ae669a25f
|
@ -131,11 +131,11 @@
|
|||
"devDependencies": {
|
||||
"@automattic/color-studio": "2.4.0",
|
||||
"@automattic/mini-css-extract-plugin-with-rtl": "0.8.0",
|
||||
"@babel/cli": "7.12.10",
|
||||
"@babel/core": "7.12.10",
|
||||
"@babel/plugin-proposal-class-properties": "7.12.1",
|
||||
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
||||
"@babel/plugin-transform-react-jsx": "7.12.12",
|
||||
"@babel/cli": "7.13.10",
|
||||
"@babel/core": "7.13.10",
|
||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
||||
"@babel/plugin-transform-react-jsx": "7.12.17",
|
||||
"@storybook/addon-a11y": "6.1.14",
|
||||
"@storybook/addon-actions": "6.1.14",
|
||||
"@storybook/addon-console": "1.2.3",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"module": "build-module/index.js",
|
||||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.12.5",
|
||||
"@babel/runtime": "7.13.10",
|
||||
"@wordpress/components": "10.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Reference in New Issue