@umijs/preset-umi 4.0.38 → 4.0.40
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.
|
@@ -482,7 +482,7 @@ export default function EmptyRoute() {
|
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
exports.push("// plugins types.d.ts");
|
|
485
|
-
for (const plugin of
|
|
485
|
+
for (const plugin of allPlugins) {
|
|
486
486
|
const file = (0, import_utils.winPath)((0, import_path.join)(api.paths.absTmpPath, plugin, "types.d.ts"));
|
|
487
487
|
if ((0, import_fs.existsSync)(file)) {
|
|
488
488
|
const noSuffixFile = file.replace(/\.ts$/, "");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/preset-umi",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.40",
|
|
4
4
|
"description": "@umijs/preset-umi",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/preset-umi#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"test": "umi-scripts jest-turbo"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@umijs/ast": "4.0.
|
|
29
|
-
"@umijs/babel-preset-umi": "4.0.
|
|
30
|
-
"@umijs/bundler-utils": "4.0.
|
|
31
|
-
"@umijs/bundler-vite": "4.0.
|
|
32
|
-
"@umijs/bundler-webpack": "4.0.
|
|
33
|
-
"@umijs/core": "4.0.
|
|
28
|
+
"@umijs/ast": "4.0.40",
|
|
29
|
+
"@umijs/babel-preset-umi": "4.0.40",
|
|
30
|
+
"@umijs/bundler-utils": "4.0.40",
|
|
31
|
+
"@umijs/bundler-vite": "4.0.40",
|
|
32
|
+
"@umijs/bundler-webpack": "4.0.40",
|
|
33
|
+
"@umijs/core": "4.0.40",
|
|
34
34
|
"@umijs/did-you-know": "^1.0.0",
|
|
35
35
|
"@umijs/history": "5.3.1",
|
|
36
|
-
"@umijs/mfsu": "4.0.
|
|
37
|
-
"@umijs/plugin-run": "4.0.
|
|
38
|
-
"@umijs/renderer-react": "4.0.
|
|
39
|
-
"@umijs/server": "4.0.
|
|
40
|
-
"@umijs/utils": "4.0.
|
|
36
|
+
"@umijs/mfsu": "4.0.40",
|
|
37
|
+
"@umijs/plugin-run": "4.0.40",
|
|
38
|
+
"@umijs/renderer-react": "4.0.40",
|
|
39
|
+
"@umijs/server": "4.0.40",
|
|
40
|
+
"@umijs/utils": "4.0.40",
|
|
41
41
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
42
42
|
"click-to-react-component": "^1.0.8",
|
|
43
43
|
"core-js": "3.22.4",
|