Update dependency react-transition-group to v4.4.1 (https://github.com/woocommerce/woocommerce-admin/pull/5950)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
caeaa40a66
commit
1b2f20b6bb
|
@ -8411,8 +8411,7 @@
|
|||
"prop-types": "15.7.2",
|
||||
"qs": "6.9.4",
|
||||
"react-dates": "^17.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-transition-group": "4.3.0"
|
||||
"react-router-dom": "5.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@woocommerce/csv-export": {
|
||||
|
@ -9423,8 +9422,7 @@
|
|||
"@wordpress/i18n": "3.11.0",
|
||||
"@wordpress/notices": "^2.11.0",
|
||||
"classnames": "2.2.6",
|
||||
"prop-types": "15.7.2",
|
||||
"react-transition-group": "4.3.0"
|
||||
"prop-types": "15.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/components": {
|
||||
|
@ -33791,9 +33789,9 @@
|
|||
}
|
||||
},
|
||||
"react-transition-group": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.3.0.tgz",
|
||||
"integrity": "sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==",
|
||||
"version": "4.4.1",
|
||||
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.1.tgz",
|
||||
"integrity": "sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"dom-helpers": "^5.0.1",
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
"react-click-outside": "3.0.1",
|
||||
"react-dates": "17.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-transition-group": "4.3.0",
|
||||
"react-transition-group": "4.4.1",
|
||||
"react-visibility-sensor": "5.1.1",
|
||||
"redux": "4.0.5"
|
||||
},
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"qs": "6.9.4",
|
||||
"react-dates": "^17.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-transition-group": "4.3.0"
|
||||
"react-transition-group": "4.4.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"@wordpress/notices": "^2.11.0",
|
||||
"classnames": "2.2.6",
|
||||
"prop-types": "15.7.2",
|
||||
"react-transition-group": "4.3.0"
|
||||
"react-transition-group": "4.4.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
Loading…
Reference in New Issue