Skip to content

Commit

Permalink
Update @wordpress/scripts to 9.0.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Apr 30, 2020
1 parent c4d83b1 commit 5aeb7fe
Show file tree
Hide file tree
Showing 12 changed files with 1,107 additions and 777 deletions.
2 changes: 1 addition & 1 deletion 01-basic-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '5a04950f23fc46f385beca6ef36cb5e8');
<?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'a35cc1c098b69994c9c6d6dc1416bb90');
4 changes: 2 additions & 2 deletions 01-basic-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^8.0.1"
"@wordpress/scripts": "^9.0.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:js": "wp-scripts lint-js --rule '@wordpress/i18n-text-domain: 0'",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
Expand Down
2 changes: 1 addition & 1 deletion 03-editable-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'b99976ae22787abf005d7e6ba3525ad3');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'ebd43150f92e5b16ea18cc759afffddc');
4 changes: 2 additions & 2 deletions 03-editable-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^8.0.1"
"@wordpress/scripts": "^9.0.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:js": "wp-scripts lint-js --rule '@wordpress/i18n-text-domain: 0'",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
Expand Down
2 changes: 1 addition & 1 deletion 04-controls-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'ac7c55504e57d72fe1ae2414e860451e');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '1308fa13597c9c273fa3727655254927');
4 changes: 2 additions & 2 deletions 04-controls-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^8.0.1"
"@wordpress/scripts": "^9.0.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:js": "wp-scripts lint-js --rule '@wordpress/i18n-text-domain: 0'",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
Expand Down
2 changes: 1 addition & 1 deletion 05-recipe-card-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '57dbc9959caae6278f001577a5f55f6a');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '2b0821ce0f4b62aefa95466fb32e752e');
4 changes: 2 additions & 2 deletions 05-recipe-card-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^8.0.1"
"@wordpress/scripts": "^9.0.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:js": "wp-scripts lint-js --rule '@wordpress/i18n-text-domain: 0'",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
Expand Down
2 changes: 1 addition & 1 deletion 06-inner-blocks-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => '5f1cae70faf55bb006c00a28a9d2e3d6');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => '3e3feaa0b42d475ad1dba41bcf282508');
4 changes: 2 additions & 2 deletions 06-inner-blocks-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^8.0.1"
"@wordpress/scripts": "^9.0.0"
},
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:js": "wp-scripts lint-js --rule '@wordpress/i18n-text-domain: 0'",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start"
}
Expand Down
Loading

0 comments on commit 5aeb7fe

Please sign in to comment.