Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-13 10:30:16 +01:00 committed by GitHub
parent f822e8dbb5
commit 0dff6c6b95
2 changed files with 30 additions and 39 deletions

View File

@ -5809,7 +5809,6 @@
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.10.0.tgz",
"integrity": "sha512-CedhhFfcubM/lsluY7JPC49VG0/Ee0chOBJ1vyDEvIJmQk0bM3sLfgt5qVK773yivVOqD9blQMO+JihnaMXF8w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.4.4",
"@wordpress/escape-html": "^1.6.0",
@ -5888,7 +5887,6 @@
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-3.8.0.tgz",
"integrity": "sha512-SXheA3E2aA/w5/cubrIho3fCLY5Jb7zdpg7NGS3DFXYEe5VICMdmgNxeYFoeyNSw2IkNmphJhsZXzVIMf92dYQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.4.4",
"gettext-parser": "^1.3.1",
@ -5928,7 +5926,6 @@
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-1.7.0.tgz",
"integrity": "sha512-fRHTAivQlWOQVn8wu8NHM8D5sacSvY6upJ+MgWSu1Q7pqy51zaCPE2T9lhym3GC1QzABus6VjDctR8jwfNfd/g==",
"dev": true,
"requires": {
"@babel/runtime": "^7.4.4"
}
@ -29830,6 +29827,18 @@
"react-resize-aware": "^3.0.0"
},
"dependencies": {
"@wordpress/element": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.13.1.tgz",
"integrity": "sha512-7bP6ewZ5jogV8wltaNA0Y1yDrPF5zGHprX/zyz8KyQyn5b40YTuoi32HZ1ssYxDa9fFHwbBeFGwVJcyGeKyLpw==",
"requires": {
"@babel/runtime": "^7.9.2",
"@wordpress/escape-html": "^1.8.0",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
},
"@wordpress/is-shallow-equal": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-2.0.0.tgz",
@ -29840,39 +29849,6 @@
}
}
},
"@wordpress/element": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/@wordpress/element/-/element-2.13.1.tgz",
"integrity": "sha512-7bP6ewZ5jogV8wltaNA0Y1yDrPF5zGHprX/zyz8KyQyn5b40YTuoi32HZ1ssYxDa9fFHwbBeFGwVJcyGeKyLpw==",
"requires": {
"@babel/runtime": "^7.9.2",
"@wordpress/escape-html": "^1.8.0",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
},
"@wordpress/i18n": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-3.12.0.tgz",
"integrity": "sha512-QkdHd2Z2yTFItBnnzzjMW4IXJlofWMivct4BkgwRivrG7kLxE7nd2xMG3+hFkkdYGdzE67u8vmin0gmQ+14yPA==",
"requires": {
"@babel/runtime": "^7.9.2",
"gettext-parser": "^1.3.1",
"lodash": "^4.17.15",
"memize": "^1.1.0",
"sprintf-js": "^1.1.1",
"tannin": "^1.2.0"
}
},
"@wordpress/is-shallow-equal": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-1.8.0.tgz",
"integrity": "sha512-OV3qJqP9LhjuOzt85TsyBwv+//CvC8Byf/81D3NmjPKlstLaD/bBCC5nBhH6dKAv4bShYtQ2Hmut+V4dZnOM1A==",
"requires": {
"@babel/runtime": "^7.8.3"
}
},
"@wordpress/keycodes": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/@wordpress/keycodes/-/keycodes-2.12.0.tgz",
@ -29881,6 +29857,21 @@
"@babel/runtime": "^7.9.2",
"@wordpress/i18n": "^3.12.0",
"lodash": "^4.17.15"
},
"dependencies": {
"@wordpress/i18n": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/@wordpress/i18n/-/i18n-3.12.0.tgz",
"integrity": "sha512-QkdHd2Z2yTFItBnnzzjMW4IXJlofWMivct4BkgwRivrG7kLxE7nd2xMG3+hFkkdYGdzE67u8vmin0gmQ+14yPA==",
"requires": {
"@babel/runtime": "^7.9.2",
"gettext-parser": "^1.3.1",
"lodash": "^4.17.15",
"memize": "^1.1.0",
"sprintf-js": "^1.1.1",
"tannin": "^1.2.0"
}
}
}
},
"downshift": {

View File

@ -117,7 +117,7 @@
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-jest": "23.9.0",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-react-hooks": "4.0.0",
"eslint-plugin-woocommerce": "file:bin/eslint-plugin-woocommerce",
"husky": "2.4.1",
"ignore-loader": "0.1.2",
@ -154,9 +154,9 @@
"@stripe/react-stripe-js": "1.1.2",
"@stripe/stripe-js": "1.5.0",
"@woocommerce/components": "4.0.0",
"@wordpress/autop": "^2.7.0",
"@wordpress/autop": "2.7.0",
"@wordpress/notices": "2.0.0",
"@wordpress/wordcount": "^2.8.0",
"@wordpress/wordcount": "2.8.0",
"classnames": "2.2.6",
"compare-versions": "3.6.0",
"config": "3.3.1",