@wordpress/babel-plugin-import-jsx-pragma 5.36.1-next.8fd3f8831.0 → 5.37.1-next.79a2f3cdd.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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +5 -2
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2025 by the contributors
3
+ Copyright 2016-2026 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-plugin-import-jsx-pragma",
3
- "version": "5.36.1-next.8fd3f8831.0",
3
+ "version": "5.37.1-next.79a2f3cdd.0",
4
4
  "description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,11 +35,14 @@
35
35
  ".": "./index.js",
36
36
  "./package.json": "./package.json"
37
37
  },
38
+ "devDependencies": {
39
+ "@babel/plugin-syntax-jsx": "7.25.7"
40
+ },
38
41
  "peerDependencies": {
39
42
  "@babel/core": "^7.25.7"
40
43
  },
41
44
  "publishConfig": {
42
45
  "access": "public"
43
46
  },
44
- "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
47
+ "gitHead": "6a324496a37d9a333a11d4d7fe5fb93b8152a5ba"
45
48
  }