Update dependency @woocommerce/block-library to v2.0.1

This commit is contained in:
Renovate Bot 2019-04-19 17:12:36 +00:00
parent 3dc0fcb0c7
commit 41df3a3901
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -577,9 +577,9 @@
} }
}, },
"@woocommerce/block-library": { "@woocommerce/block-library": {
"version": "2.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/@woocommerce/block-library/-/block-library-2.0.0.tgz", "resolved": "https://registry.npmjs.org/@woocommerce/block-library/-/block-library-2.0.1.tgz",
"integrity": "sha512-3G+vsIBe/lNJ8xjLxltwkT0L7qC7HJsgxPpYpm7a+N6eR0xpeHlWfDGDuqE1LHZZBg4VpYv6Kms+lH5oOuydYg==", "integrity": "sha512-dxF2OLa+7jTKImMyUfK1wOSFaClO7yaF9IFJQoPHeFl/3ksu3AV1Mj2zt/Cpmda/1kERJXjDn1Shadxq0cslhg==",
"requires": { "requires": {
"@woocommerce/components": "1.6.0", "@woocommerce/components": "1.6.0",
"gridicons": "3.1.1" "gridicons": "3.1.1"
@ -1016,9 +1016,9 @@
} }
}, },
"@wordpress/dom": { "@wordpress/dom": {
"version": "2.2.3", "version": "2.2.4",
"resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.3.tgz", "resolved": "https://registry.npmjs.org/@wordpress/dom/-/dom-2.2.4.tgz",
"integrity": "sha512-KqdR9YB+dap+spAr6NhwLacKN8xDn6b2iWl5qOvMCSNv1Sg1qC7Dtmzq0hun3chEPiO2Y7Vx0ACxiORha8MQLw==", "integrity": "sha512-+FX0F1VpTwZn/wiNIg4v4Rq8k8AShky0BB5TshnP91gOtkcS6AcclcjLUO7+RLF98SKTVhegYgFp6lf1eoIsXA==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"lodash": "^4.17.11" "lodash": "^4.17.11"
@ -9567,9 +9567,9 @@
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
}, },
"moment-timezone": { "moment-timezone": {
"version": "0.5.23", "version": "0.5.25",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz", "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.25.tgz",
"integrity": "sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==", "integrity": "sha512-DgEaTyN/z0HFaVcVbSyVCUU6HeFdnNC3vE4c9cgu2dgMTvjBUBdBzWfasTBmAW45u5OIMeCJtU8yNjM22DHucw==",
"requires": { "requires": {
"moment": ">= 2.9.0" "moment": ">= 2.9.0"
} }

View File

@ -66,7 +66,7 @@
"npm": ">=6.4.1" "npm": ">=6.4.1"
}, },
"dependencies": { "dependencies": {
"@woocommerce/block-library": "2.0.0", "@woocommerce/block-library": "2.0.1",
"github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master" "github-contributors-list": "https://github.com/woocommerce/github-contributors-list/tarball/master"
}, },
"husky": { "husky": {