Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-11 12:39:37 +10:00 committed by GitHub
parent 0be173f4fd
commit 4ae669a25f
2 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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": {