Update dependency @woocommerce/components to v3.1.0 (https://github.com/woocommerce/woocommerce-blocks/pull/692)
This commit is contained in:
parent
4a94c6d859
commit
53163608a2
|
@ -1271,9 +1271,9 @@
|
|||
}
|
||||
},
|
||||
"@babel/runtime": {
|
||||
"version": "7.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz",
|
||||
"integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==",
|
||||
"version": "7.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.0.tgz",
|
||||
"integrity": "sha512-2xsuyZ0R0RBFwjgae5NpXk8FcfH4qovj5cEM5VEeB7KXnKqzaisIu2HSV/mCEISolJJuR4wkViUGYujA8MH9tw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.2"
|
||||
}
|
||||
|
@ -2087,9 +2087,9 @@
|
|||
}
|
||||
},
|
||||
"@woocommerce/components": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@woocommerce/components/-/components-3.0.0.tgz",
|
||||
"integrity": "sha512-ZifcbauqZ0EdPCutNnrxPUzMKNg9MAvRqBhyIrEhNNVD9ozYBeXPAiwfE4VsV983zFkfDybe30c8KecIdurZIA==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@woocommerce/components/-/components-3.1.0.tgz",
|
||||
"integrity": "sha512-0qDxCY5VPaiNjDsEgiAFvq8zks9wX97+L0G6rf4+ESbd0bh6/qOSZCN0TPfjFIa88igNa2+r0sbyRFYt46tF2A==",
|
||||
"requires": {
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"@woocommerce/csv-export": "1.1.0",
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"npm": "6.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@woocommerce/components": "3.0.0",
|
||||
"@woocommerce/components": "3.1.0",
|
||||
"gridicons": "3.3.1"
|
||||
},
|
||||
"husky": {
|
||||
|
|
Loading…
Reference in New Issue