@common-stack/frontend-stack-react 5.0.6-alpha.4 → 5.0.6-alpha.7

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.
@@ -1,6 +1,6 @@
1
1
  import cors from 'cors';
2
2
  export declare const corsMiddleware: (req: cors.CorsRequest, res: {
3
- statusCode?: number;
3
+ statusCode?: number | undefined;
4
4
  setHeader(key: string, value: string): any;
5
5
  end(): any;
6
6
  }, next: (err?: any) => any) => void;
@@ -1,2 +1 @@
1
- /// <reference types="typings" />
2
1
  export declare const errorMiddleware: (e: any, req: any, res: any, next: any) => void;
@@ -20,5 +20,5 @@ interface IReduxStore<S = any> {
20
20
  * Add any reducers required for this app dirctly in to
21
21
  * `combineReducers`
22
22
  */
23
- export declare const createReduxStore: ({ scope, isDebug, isDev, reducers, rootEpic, enhancers, epicMiddleware, preMiddleware, postMiddleware, middleware, initialState, persistConfig, reduxConfig, }: IReduxStore<any>) => import("redux").Store<any, import("redux").UnknownAction, unknown>;
23
+ export declare const createReduxStore: ({ scope, isDebug, isDev, reducers, rootEpic, enhancers, epicMiddleware, preMiddleware, postMiddleware, middleware, initialState, persistConfig, reduxConfig, }: IReduxStore<any>) => import("@reduxjs/toolkit").Store<any, import("@reduxjs/toolkit").UnknownAction, unknown>;
24
24
  export {};
@@ -1,2 +1,2 @@
1
- export declare const defaultCache: import("@emotion/utils").EmotionCache;
2
- export default function createEmotionCache(): import("@emotion/utils").EmotionCache;
1
+ export declare const defaultCache: import("@emotion/cache").EmotionCache;
2
+ export default function createEmotionCache(): import("@emotion/cache").EmotionCache;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/frontend-stack-react",
3
- "version": "5.0.6-alpha.4",
3
+ "version": "5.0.6-alpha.7",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -29,17 +29,31 @@
29
29
  "watch": "npm run build:lib:watch"
30
30
  },
31
31
  "dependencies": {
32
+ "@apollo/client": "^3.9.0",
33
+ "@cdm-logger/client": "^9.0.3",
34
+ "@cdm-logger/server": "^9.0.3",
35
+ "@cdmbase/redux-data-router": "^1.0.10",
32
36
  "@chakra-ui/react": "^2.8.2",
37
+ "@common-stack/client-core": "5.0.6-alpha.3",
33
38
  "@common-stack/client-react": "5.0.6-alpha.3",
39
+ "@common-stack/components-pro": "5.0.6-alpha.7",
34
40
  "@common-stack/core": "5.0.6-alpha.3",
41
+ "@common-stack/remix-router-redux": "5.0.6-alpha.7",
42
+ "@common-stack/server-core": "5.0.6-alpha.3",
35
43
  "@nx/devkit": "19.5.1",
36
44
  "@reduxjs/toolkit": "^2.2.6",
45
+ "@remix-run/express": "^2.8.1",
46
+ "@remix-run/node": "^2.8.1",
47
+ "@remix-run/react": "^2.8.1",
37
48
  "@sentry/browser": "~5.11.2",
38
49
  "apollo-link-debounce": "^3.0.0",
39
50
  "apollo-link-logger": "^2.0.0",
40
51
  "apollo-server-errors": "^3.3.1",
41
52
  "cors": "^2.8.5",
42
53
  "cross-fetch": "^4.0.0",
54
+ "dotenv": "^8.2.0",
55
+ "envalid": "~7.2.2",
56
+ "express": "^4.18.2",
43
57
  "graphql": "^15.0.0",
44
58
  "graphql-tag": "^2.11.0",
45
59
  "graphql-ws": "^5.11.2",
@@ -47,13 +61,27 @@
47
61
  "i18next-browser-languagedetector": "^8.0.0",
48
62
  "i18next-fs-backend": "^2.3.1",
49
63
  "i18next-http-backend": "^2.5.2",
64
+ "inversify": "^6.0.2",
65
+ "ioredis": "^5.4.1",
66
+ "isbot": "^4.1.0",
50
67
  "isomorphic-fetch": "^2.2.1",
68
+ "prop-types": "^15.8.1",
69
+ "react": "18.2.0",
70
+ "react-dom": "18.2.0",
51
71
  "react-i18next": "^14.1.0",
52
- "remix-i18next": "~6.1.0"
72
+ "react-redux": "^9.1.1",
73
+ "redux-observable": "^1.2.0",
74
+ "redux-persist": "^6.0.0",
75
+ "redux-persist-transform-filter": "^0.0.20",
76
+ "reflect-metadata": "^0.1.13",
77
+ "remix-i18next": "~6.1.0",
78
+ "serialize-javascript": "^6.0.0",
79
+ "ts-deepmerge": "^7.0.0",
80
+ "ts-invariant": "^0.10.3"
53
81
  },
54
82
  "devDependencies": {
55
- "@admin-layout/ant-ui": "^7.3.7-alpha.4",
56
- "@admin-layout/chakra-ui": "^7.3.7-alpha.4",
83
+ "@admin-layout/ant-ui": "^8.5.3-alpha.0",
84
+ "@admin-layout/chakra-ui": "^8.5.3-alpha.0",
57
85
  "jest-fetch-mock": "^3.0.3",
58
86
  "vite": "^5.2.12"
59
87
  },
@@ -69,5 +97,5 @@
69
97
  "typescript": {
70
98
  "definition": "lib/index.d.ts"
71
99
  },
72
- "gitHead": "784e8c233d4e13308d950af3da6d0108ff369375"
100
+ "gitHead": "bfdfa262dce0b664b3b25f057e3eba0cab9c4695"
73
101
  }