@etsoo/react 1.7.96 → 1.7.98
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.
|
@@ -21,4 +21,4 @@ export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRout
|
|
|
21
21
|
* @param opts Options
|
|
22
22
|
* @returns Router
|
|
23
23
|
*/
|
|
24
|
-
export declare function createDynamicRouter(routes: RouteObject[], opts?: DynamicRouterProps): import("
|
|
24
|
+
export declare function createDynamicRouter(routes: RouteObject[], opts?: DynamicRouterProps): import("react-router").DataRouter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etsoo/react",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.98",
|
|
4
4
|
"description": "TypeScript ReactJs UI Independent Framework",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@emotion/css": "^11.13.5",
|
|
49
49
|
"@emotion/react": "^11.13.5",
|
|
50
50
|
"@emotion/styled": "^11.13.5",
|
|
51
|
-
"@etsoo/appscript": "^1.5.
|
|
51
|
+
"@etsoo/appscript": "^1.5.66",
|
|
52
52
|
"@etsoo/notificationbase": "^1.1.53",
|
|
53
53
|
"@etsoo/shared": "^1.2.54",
|
|
54
54
|
"react": "^18.3.1",
|
|
55
55
|
"react-dom": "^18.3.1",
|
|
56
|
-
"react-router-dom": "^
|
|
56
|
+
"react-router-dom": "^7.0.0",
|
|
57
57
|
"react-window": "^1.8.10"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|