@common-stack/frontend-stack-react 6.0.2-alpha.2 → 6.0.6-alpha.0
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.
|
@@ -3,7 +3,11 @@ import { ErrorBoundary } from '@app/frontend-stack-react/entries/chakraui/compon
|
|
|
3
3
|
interface DocumentProps {
|
|
4
4
|
children: React.ReactNode;
|
|
5
5
|
}
|
|
6
|
-
export declare const Head:
|
|
6
|
+
export declare const Head: React.ComponentType<{
|
|
7
|
+
__remix_island_render_server?: boolean;
|
|
8
|
+
}> & {
|
|
9
|
+
__remix_island_id?: string;
|
|
10
|
+
};
|
|
7
11
|
export declare const Document: React.FC<DocumentProps & React.ClassAttributes<any>>;
|
|
8
12
|
export declare let loader: ({ request }: {
|
|
9
13
|
request: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/frontend-stack-react",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6-alpha.0",
|
|
4
4
|
"description": "Client Module for react app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"@cdm-logger/client": "^9.0.3",
|
|
34
34
|
"@cdm-logger/server": "^9.0.3",
|
|
35
35
|
"@cdmbase/redux-data-router": "^1.0.10",
|
|
36
|
-
"@common-stack/client-core": "
|
|
37
|
-
"@common-stack/client-react": "6.0.
|
|
38
|
-
"@common-stack/components-pro": "
|
|
39
|
-
"@common-stack/core": "
|
|
40
|
-
"@common-stack/remix-router-redux": "
|
|
41
|
-
"@common-stack/server-core": "6.0.
|
|
36
|
+
"@common-stack/client-core": "5.0.6-alpha.3",
|
|
37
|
+
"@common-stack/client-react": "6.0.6-alpha.0",
|
|
38
|
+
"@common-stack/components-pro": "5.0.6-alpha.7",
|
|
39
|
+
"@common-stack/core": "5.0.6-alpha.3",
|
|
40
|
+
"@common-stack/remix-router-redux": "5.0.6-alpha.7",
|
|
41
|
+
"@common-stack/server-core": "6.0.6-alpha.0",
|
|
42
42
|
"@reduxjs/toolkit": "^2.2.6",
|
|
43
43
|
"@remix-run/express": "^2.8.1",
|
|
44
44
|
"@remix-run/node": "^2.8.1",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"redux-persist-transform-filter": "^0.0.20",
|
|
71
71
|
"reflect-metadata": "^0.1.13",
|
|
72
72
|
"remix-i18next": "~6.1.0",
|
|
73
|
+
"remix-island": "^0.2.0",
|
|
73
74
|
"serialize-javascript": "^6.0.0",
|
|
74
75
|
"ts-deepmerge": "^7.0.0",
|
|
75
76
|
"ts-invariant": "^0.10.3"
|
|
@@ -96,5 +97,5 @@
|
|
|
96
97
|
"typescript": {
|
|
97
98
|
"definition": "lib/index.d.ts"
|
|
98
99
|
},
|
|
99
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "b0d198e30e60e102b7abc06e8b20cd7df6251dfa"
|
|
100
101
|
}
|