Update WooCommerce Blocks to 9.1.1 (#36004)
This commit is contained in:
parent
1d91a8e2e3
commit
f898488455
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Update WooCommerce Blocks to 9.1.1
|
|
@ -21,7 +21,7 @@
|
||||||
"maxmind-db/reader": "^1.11",
|
"maxmind-db/reader": "^1.11",
|
||||||
"pelago/emogrifier": "^6.0",
|
"pelago/emogrifier": "^6.0",
|
||||||
"woocommerce/action-scheduler": "3.4.2",
|
"woocommerce/action-scheduler": "3.4.2",
|
||||||
"woocommerce/woocommerce-blocks": "8.9.2"
|
"woocommerce/woocommerce-blocks": "9.1.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.4",
|
"bamarni/composer-bin-plugin": "^1.4",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "1a309c0d12d2fb4b53ea3a7d68fe7003",
|
"content-hash": "8e9c4d1c5d49505131692dfcbc8f267c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "automattic/jetpack-autoloader",
|
"name": "automattic/jetpack-autoloader",
|
||||||
|
@ -628,16 +628,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "woocommerce/woocommerce-blocks",
|
"name": "woocommerce/woocommerce-blocks",
|
||||||
"version": "v8.9.2",
|
"version": "v9.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/woocommerce/woocommerce-blocks.git",
|
"url": "https://github.com/woocommerce/woocommerce-blocks.git",
|
||||||
"reference": "9c732fe65c4137e23cff9a247fe2bb58c9a64e03"
|
"reference": "ee40ff5e5e0997d6cc82c6cfeba6ade808fadc96"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/woocommerce/woocommerce-blocks/zipball/9c732fe65c4137e23cff9a247fe2bb58c9a64e03",
|
"url": "https://api.github.com/repos/woocommerce/woocommerce-blocks/zipball/ee40ff5e5e0997d6cc82c6cfeba6ade808fadc96",
|
||||||
"reference": "9c732fe65c4137e23cff9a247fe2bb58c9a64e03",
|
"reference": "ee40ff5e5e0997d6cc82c6cfeba6ade808fadc96",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -647,9 +647,9 @@
|
||||||
"ext-json": "*"
|
"ext-json": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"johnbillion/wp-hooks-generator": "^0.9.0",
|
|
||||||
"mockery/mockery": "^1.4",
|
"mockery/mockery": "^1.4",
|
||||||
"woocommerce/woocommerce-sniffs": "0.1.0",
|
"woocommerce/woocommerce-sniffs": "0.1.0",
|
||||||
|
"wp-hooks/generator": "^0.9.0",
|
||||||
"wp-phpunit/wp-phpunit": "^6.0",
|
"wp-phpunit/wp-phpunit": "^6.0",
|
||||||
"yoast/phpunit-polyfills": "^1.0"
|
"yoast/phpunit-polyfills": "^1.0"
|
||||||
},
|
},
|
||||||
|
@ -683,9 +683,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/woocommerce/woocommerce-blocks/issues",
|
"issues": "https://github.com/woocommerce/woocommerce-blocks/issues",
|
||||||
"source": "https://github.com/woocommerce/woocommerce-blocks/tree/v8.9.2"
|
"source": "https://github.com/woocommerce/woocommerce-blocks/tree/v9.1.1"
|
||||||
},
|
},
|
||||||
"time": "2022-12-01T18:00:35+00:00"
|
"time": "2022-12-15T08:39:05+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|
Loading…
Reference in New Issue