@wordpress/create-block 4.49.0 → 4.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ module.exports = async ( { slug } ) => {
16
16
  info(
17
17
  'Installing `@wordpress/scripts` package. It might take a couple of minutes...'
18
18
  );
19
- await command( 'npm install @wordpress/scripts@27 --save-dev', {
19
+ await command( 'npm install @wordpress/scripts --save-dev', {
20
20
  cwd,
21
21
  } );
22
22
 
@@ -7,7 +7,7 @@
7
7
  {{#description}}
8
8
  * Description: {{description}}
9
9
  {{/description}}
10
- * Requires at least: 6.1
10
+ * Requires at least: 6.6
11
11
  * Requires PHP: 7.0
12
12
  * Version: {{version}}
13
13
  {{#author}}
@@ -3,7 +3,7 @@
3
3
  Contributors: {{author}}
4
4
  {{/author}}
5
5
  Tags: block
6
- Tested up to: 6.1
6
+ Tested up to: 6.6
7
7
  Stable tag: {{version}}
8
8
  {{#license}}
9
9
  License: {{license}}
@@ -7,7 +7,7 @@
7
7
  {{#description}}
8
8
  * Description: {{description}}
9
9
  {{/description}}
10
- * Requires at least: 6.1
10
+ * Requires at least: 6.6
11
11
  * Requires PHP: 7.0
12
12
  * Version: {{version}}
13
13
  {{#author}}
@@ -3,7 +3,7 @@
3
3
  Contributors: {{author}}
4
4
  {{/author}}
5
5
  Tags: block
6
- Tested up to: 6.1
6
+ Tested up to: 6.6
7
7
  Stable tag: {{version}}
8
8
  {{#license}}
9
9
  License: {{license}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/create-block",
3
- "version": "4.49.0",
3
+ "version": "4.50.0",
4
4
  "description": "Generates PHP, JS and CSS code for registering a block for a WordPress plugin.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,7 +31,7 @@
31
31
  "wp-create-block": "./index.js"
32
32
  },
33
33
  "dependencies": {
34
- "@wordpress/lazy-import": "^2.6.0",
34
+ "@wordpress/lazy-import": "^2.7.0",
35
35
  "chalk": "^4.0.0",
36
36
  "change-case": "^4.1.2",
37
37
  "check-node-version": "^4.1.0",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "ab9564947967bb3f00343130954b9efacba6cdd7"
51
+ "gitHead": "c90d920de07c53dff82c5914635b56fafa503b7f"
52
52
  }