Downgrade @wordpress/components to 11.0.0 in Customer Effort Score package (https://github.com/woocommerce/woocommerce-admin/pull/5755)

This aligns the version with the root package.json and fixes an error reported by `lerna bootstrap`.
This commit is contained in:
Adrian Duffell 2020-11-30 14:07:50 +08:00 committed by GitHub
parent ad3659a123
commit debc0a0235
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"react-native": "src/index", "react-native": "src/index",
"dependencies": { "dependencies": {
"@babel/runtime-corejs2": "7.12.5", "@babel/runtime-corejs2": "7.12.5",
"@wordpress/components": "^11.1.1", "@wordpress/components": "11.0.0",
"@wordpress/compose": "^3.22.0", "@wordpress/compose": "^3.22.0",
"@wordpress/data": "^4.25.0", "@wordpress/data": "^4.25.0",
"@wordpress/notices": "^2.11.0" "@wordpress/notices": "^2.11.0"