@umijs/bundler-webpack 4.4.9 → 4.4.11

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/dist/schema.js +1 -0
  2. package/package.json +5 -5
package/dist/schema.js CHANGED
@@ -169,6 +169,7 @@ function getSchemas() {
169
169
  svgr: ({ zod }) => zod.record(zod.string(), zod.any()),
170
170
  targets: ({ zod }) => zod.record(zod.string(), zod.any()),
171
171
  theme: ({ zod }) => zod.record(zod.string(), zod.any()),
172
+ transformRuntime: ({ zod }) => zod.record(zod.string(), zod.any()),
172
173
  writeToDisk: ({ zod }) => zod.boolean()
173
174
  };
174
175
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/bundler-webpack",
3
- "version": "4.4.9",
3
+ "version": "4.4.11",
4
4
  "description": "@umijs/bundler-webpack",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-webpack#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -38,10 +38,10 @@
38
38
  "postcss-preset-env": "7.5.0",
39
39
  "react-error-overlay": "6.0.9",
40
40
  "react-refresh": "0.14.0",
41
- "@umijs/bundler-utils": "4.4.9",
42
- "@umijs/mfsu": "4.4.9",
43
- "@umijs/utils": "4.4.9",
44
- "@umijs/babel-preset-umi": "4.4.9"
41
+ "@umijs/babel-preset-umi": "4.4.11",
42
+ "@umijs/mfsu": "4.4.11",
43
+ "@umijs/utils": "4.4.11",
44
+ "@umijs/bundler-utils": "4.4.11"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@swc/core": "1.3.67",