@wordpress/babel-preset-default 8.0.1 → 8.2.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Default [Babel](https://babeljs.io/) preset for WordPress development.
4
4
 
5
- The preset includes configuration which enable language features and syntax extensions targeted for support by WordPress. This includes [ECMAScript proposals](https://github.com/tc39/proposals) which have reached [Stage 4 ("Finished")](https://tc39.es/process-document/), as well as the [JSX syntax extension](https://reactjs.org/docs/introducing-jsx.html). For more information, refer to the [JavaScript Coding Guidelines](https://github.com/WordPress/gutenberg/blob/HEAD/docs/contributors/coding-guidelines.md#javascript).
5
+ The preset includes configuration which enable language features and syntax extensions targeted for support by WordPress. This includes [ECMAScript proposals](https://github.com/tc39/proposals) which have reached [Stage 4 ("Finished")](https://tc39.es/process-document/), as well as the [JSX syntax extension](https://react.dev/learn/writing-markup-with-jsx). For more information, refer to the [JavaScript Coding Guidelines](https://github.com/WordPress/gutenberg/blob/HEAD/docs/contributors/code/coding-guidelines.md#javascript).
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-preset-default",
3
- "version": "8.0.1",
3
+ "version": "8.2.0",
4
4
  "description": "Default Babel preset for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -36,8 +36,8 @@
36
36
  "@babel/preset-env": "^7.16.0",
37
37
  "@babel/preset-typescript": "^7.16.0",
38
38
  "@babel/runtime": "^7.16.0",
39
- "@wordpress/browserslist-config": "^6.0.1",
40
- "@wordpress/warning": "^3.0.1",
39
+ "@wordpress/browserslist-config": "^6.2.0",
40
+ "@wordpress/warning": "^3.2.0",
41
41
  "browserslist": "^4.21.10",
42
42
  "core-js": "^3.31.0",
43
43
  "react": "^18.3.0"
@@ -48,5 +48,5 @@
48
48
  "scripts": {
49
49
  "build": "node ./bin/index.js"
50
50
  },
51
- "gitHead": "0e973525f7787401b5a544e0727774d52a78639f"
51
+ "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
52
52
  }