@modern-js/plugin-garfish 2.60.1 → 2.60.3
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.
|
@@ -12,4 +12,4 @@ export interface MicroProps {
|
|
|
12
12
|
useRouteMatch?: any;
|
|
13
13
|
useMatches?: any;
|
|
14
14
|
}
|
|
15
|
-
export declare function Loadable(WrapComponent: any): (defaultLoadable?: LoadableConfig) => (props: MicroComponentProps) => JSX.Element;
|
|
15
|
+
export declare function Loadable(WrapComponent: any): (defaultLoadable?: LoadableConfig) => (props: MicroComponentProps) => import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import Garfish from 'garfish';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import type { Manifest, ModulesInfo } from '../useModuleApps';
|
|
4
4
|
declare global {
|
|
5
5
|
interface Window {
|
|
@@ -8,4 +8,4 @@ declare global {
|
|
|
8
8
|
};
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
export declare function generateMApp(options: typeof Garfish.options, manifest?: Manifest): (props: import("../useModuleApps").MicroComponentProps) => JSX.Element;
|
|
11
|
+
export declare function generateMApp(options: typeof Garfish.options, manifest?: Manifest): (props: import("../useModuleApps").MicroComponentProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.60.
|
|
18
|
+
"version": "2.60.3",
|
|
19
19
|
"jsnext:source": "./src/cli/index.ts",
|
|
20
20
|
"types": "./dist/types/cli/index.d.ts",
|
|
21
21
|
"typesVersions": {
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@swc/helpers": "0.5.13",
|
|
67
|
-
"@types/debug": "4.1.
|
|
67
|
+
"@types/debug": "4.1.12",
|
|
68
68
|
"@types/react-loadable": "^5.5.6",
|
|
69
|
-
"debug": "4.3.
|
|
69
|
+
"debug": "4.3.7",
|
|
70
70
|
"garfish": "^1.8.1",
|
|
71
71
|
"react-loadable": "^5.5.0",
|
|
72
|
-
"@modern-js/
|
|
73
|
-
"@modern-js/
|
|
74
|
-
"@modern-js/utils": "2.60.
|
|
72
|
+
"@modern-js/runtime-utils": "2.60.3",
|
|
73
|
+
"@modern-js/plugin": "2.60.3",
|
|
74
|
+
"@modern-js/utils": "2.60.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@modern-js/runtime": "^2.60.
|
|
77
|
+
"@modern-js/runtime": "^2.60.3",
|
|
78
78
|
"react": ">=17",
|
|
79
79
|
"react-dom": ">=17"
|
|
80
80
|
},
|
|
@@ -93,13 +93,13 @@
|
|
|
93
93
|
"react-dom": "^18",
|
|
94
94
|
"react-router-dom": "6.22.0",
|
|
95
95
|
"typescript": "^5",
|
|
96
|
-
"@modern-js/
|
|
97
|
-
"@modern-js/
|
|
98
|
-
"@modern-js/
|
|
99
|
-
"@
|
|
100
|
-
"@scripts/build": "2.60.
|
|
101
|
-
"@
|
|
102
|
-
"@modern-js/
|
|
96
|
+
"@modern-js/core": "2.60.3",
|
|
97
|
+
"@modern-js/app-tools": "2.60.3",
|
|
98
|
+
"@modern-js/plugin-router-v5": "2.60.3",
|
|
99
|
+
"@scripts/jest-config": "2.60.3",
|
|
100
|
+
"@scripts/build": "2.60.3",
|
|
101
|
+
"@modern-js/types": "2.60.3",
|
|
102
|
+
"@modern-js/runtime": "2.60.3"
|
|
103
103
|
},
|
|
104
104
|
"sideEffects": false,
|
|
105
105
|
"publishConfig": {
|