@wordpress/babel-preset-default 8.38.1-next.v.0 → 8.39.1-next.v.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/index.js +0 -4
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -29,10 +29,6 @@ module.exports = ( api ) => {
29
29
  const getPresetEnv = () => {
30
30
  const opts = {
31
31
  bugfixes: true,
32
- include: [
33
- 'proposal-nullish-coalescing-operator',
34
- 'proposal-logical-assignment-operators',
35
- ],
36
32
  ...( wpBuildOpts.addPolyfillComments
37
33
  ? {
38
34
  useBuiltIns: 'usage',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/babel-preset-default",
3
- "version": "8.38.1-next.v.0+b8934fcf9",
3
+ "version": "8.39.1-next.v.0+5aba098fc",
4
4
  "description": "Default Babel preset for WordPress development.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -44,8 +44,8 @@
44
44
  "@babel/plugin-transform-runtime": "7.25.7",
45
45
  "@babel/preset-env": "7.25.7",
46
46
  "@babel/preset-typescript": "7.25.7",
47
- "@wordpress/browserslist-config": "^6.38.1-next.v.0+b8934fcf9",
48
- "@wordpress/warning": "^3.38.1-next.v.0+b8934fcf9",
47
+ "@wordpress/browserslist-config": "^6.39.1-next.v.0+5aba098fc",
48
+ "@wordpress/warning": "^3.39.1-next.v.0+5aba098fc",
49
49
  "browserslist": "^4.21.10",
50
50
  "core-js": "^3.31.0",
51
51
  "react": "^18.3.0"
@@ -60,5 +60,5 @@
60
60
  "scripts": {
61
61
  "build": "node ./bin/index.js"
62
62
  },
63
- "gitHead": "17529010285784fd2e735348a28391c79de87c88"
63
+ "gitHead": "d730f9e00f5462d1b9d2660632850f5f43ccff44"
64
64
  }