@umijs/babel-preset-umi 4.0.85 → 4.0.87

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.
@@ -59,5 +59,3 @@ function autoCSSModules_default() {
59
59
  }
60
60
  };
61
61
  }
62
- // Annotate the CommonJS export names for ESM import in node:
63
- 0 && (module.exports = {});
@@ -79,5 +79,3 @@ var dynamicImportNode_default = () => {
79
79
  }
80
80
  };
81
81
  };
82
- // Annotate the CommonJS export names for ESM import in node:
83
- 0 && (module.exports = {});
@@ -56,5 +56,3 @@ function lockCoreJS_default() {
56
56
  }
57
57
  };
58
58
  }
59
- // Annotate the CommonJS export names for ESM import in node:
60
- 0 && (module.exports = {});
@@ -111,5 +111,3 @@ var stripExports_default = () => {
111
111
  }
112
112
  };
113
113
  };
114
- // Annotate the CommonJS export names for ESM import in node:
115
- 0 && (module.exports = {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/babel-preset-umi",
3
- "version": "4.0.85",
3
+ "version": "4.0.87",
4
4
  "description": "Official babel preset for umi.",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/babel-preset-umi#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -15,12 +15,12 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@babel/runtime": "7.21.0",
18
+ "@babel/runtime": "7.23.2",
19
19
  "@bloomberg/record-tuple-polyfill": "0.0.4",
20
20
  "babel-plugin-styled-components": "2.1.1",
21
21
  "core-js": "3.28.0",
22
- "@umijs/utils": "4.0.85",
23
- "@umijs/bundler-utils": "4.0.85"
22
+ "@umijs/bundler-utils": "4.0.87",
23
+ "@umijs/utils": "4.0.87"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"