@zengenti/contensis-react-base 3.0.0-beta.53 → 3.0.0-beta.56
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.
- package/cjs/{App-478e0b4c.js → App-5aca1bb6.js} +2 -2
- package/cjs/{App-478e0b4c.js.map → App-5aca1bb6.js.map} +1 -1
- package/cjs/{RouteLoader-8df335cf.js → RouteLoader-ece762dc.js} +2 -18
- package/cjs/{RouteLoader-8df335cf.js.map → RouteLoader-ece762dc.js.map} +1 -1
- package/cjs/ToJs-09204afd.js.map +1 -1
- package/cjs/actions-6b9ef168.js.map +1 -1
- package/cjs/client.js +2 -2
- package/cjs/client.js.map +1 -1
- package/cjs/contensis-react-base.js +2 -2
- package/cjs/contensis-react-base.js.map +1 -1
- package/cjs/forms.js +4114 -195
- package/cjs/forms.js.map +1 -1
- package/cjs/fromJSLeaveImmer-65d26804.js.map +1 -1
- package/cjs/login-d67b82aa.js.map +1 -1
- package/cjs/reducers-3a4f8971.js.map +1 -1
- package/cjs/redux.js.map +1 -1
- package/cjs/routing.js +1 -1
- package/cjs/search.js +40 -16
- package/cjs/search.js.map +1 -1
- package/cjs/selectors-2c1b1183.js.map +1 -1
- package/cjs/user.js.map +1 -1
- package/cjs/util.js.map +1 -1
- package/cjs/version-951bc80c.js.map +1 -1
- package/cjs/version-dcfdafd9.js.map +1 -1
- package/esm/{App-36e24faa.js → App-33079006.js} +2 -2
- package/esm/{App-36e24faa.js.map → App-33079006.js.map} +1 -1
- package/esm/{RouteLoader-93c0d740.js → RouteLoader-7749ad3f.js} +2 -18
- package/esm/{RouteLoader-93c0d740.js.map → RouteLoader-7749ad3f.js.map} +1 -1
- package/esm/ToJs-2627ce21.js.map +1 -1
- package/esm/actions-5437f43d.js.map +1 -1
- package/esm/client.js +3 -3
- package/esm/client.js.map +1 -1
- package/esm/contensis-react-base.js +3 -3
- package/esm/contensis-react-base.js.map +1 -1
- package/esm/forms.js +4114 -198
- package/esm/forms.js.map +1 -1
- package/esm/fromJSLeaveImmer-e2f0f331.js.map +1 -1
- package/esm/login-f6dfbe1b.js.map +1 -1
- package/esm/reducers-8e5d6232.js.map +1 -1
- package/esm/redux.js.map +1 -1
- package/esm/routing.js +1 -1
- package/esm/search.js +40 -16
- package/esm/search.js.map +1 -1
- package/esm/selectors-65f0f31c.js.map +1 -1
- package/esm/user.js.map +1 -1
- package/esm/util.js.map +1 -1
- package/esm/version-696796d7.js.map +1 -1
- package/esm/version-b2ca1dab.js.map +1 -1
- package/models/app/pages/VersionInfo/components/VersionInfo.d.ts +1 -1
- package/models/forms/index.d.ts +2 -0
- package/models/redux/sagas/navigation.d.ts +1 -1
- package/models/routing/components/RouteLoader.d.ts +2 -19
- package/models/search/models/SearchProps.d.ts +7 -4
- package/models/search/redux/selectors.d.ts +4 -2
- package/models/user/hocs/withLogin.d.ts +2 -0
- package/models/user/hocs/withRegistration.d.ts +2 -0
- package/package-lock.json +2502 -3121
- package/package.json +54 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zengenti/contensis-react-base",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.56",
|
|
4
4
|
"repository": "https://github.com/zengenti/contensis-react-base",
|
|
5
5
|
"license": "None",
|
|
6
6
|
"description": "Turbocharge your React web apps with Contensis. This package handles all dependencies for creating full featured web apps in React with Contensis and Site View. Routing is driven by Site View, Redux is used for global state management and server-side rendering (SSR) is handled for you. Also taking care of intricate hosting issues such as cache invalidation and supporting authenticated content where required.",
|
|
@@ -26,90 +26,90 @@
|
|
|
26
26
|
"keywords": [],
|
|
27
27
|
"author": "http://Zengenti.com",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/cli": "^7.
|
|
30
|
-
"@babel/core": "^7.
|
|
31
|
-
"@babel/eslint-parser": "^7.
|
|
32
|
-
"@babel/node": "^7.
|
|
33
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
34
|
-
"@babel/plugin-proposal-export-default-from": "^7.
|
|
35
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.
|
|
36
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
29
|
+
"@babel/cli": "^7.17.6",
|
|
30
|
+
"@babel/core": "^7.17.9",
|
|
31
|
+
"@babel/eslint-parser": "^7.17.0",
|
|
32
|
+
"@babel/node": "^7.16.8",
|
|
33
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
34
|
+
"@babel/plugin-proposal-export-default-from": "^7.16.7",
|
|
35
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
|
|
36
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
37
37
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
38
|
-
"@babel/plugin-transform-classes": "^7.
|
|
39
|
-
"@babel/plugin-transform-regenerator": "^7.
|
|
40
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
41
|
-
"@babel/preset-env": "^7.
|
|
42
|
-
"@babel/preset-react": "^7.
|
|
43
|
-
"@babel/preset-typescript": "^7.
|
|
44
|
-
"@babel/runtime": "^7.
|
|
38
|
+
"@babel/plugin-transform-classes": "^7.16.7",
|
|
39
|
+
"@babel/plugin-transform-regenerator": "^7.17.9",
|
|
40
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
41
|
+
"@babel/preset-env": "^7.16.11",
|
|
42
|
+
"@babel/preset-react": "^7.16.7",
|
|
43
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
44
|
+
"@babel/runtime": "^7.17.9",
|
|
45
45
|
"@loadable/babel-plugin": "^5.13.2",
|
|
46
|
-
"@rollup/plugin-alias": "^3.1.
|
|
47
|
-
"@rollup/plugin-babel": "^5.3.
|
|
46
|
+
"@rollup/plugin-alias": "^3.1.9",
|
|
47
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
48
48
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
49
|
-
"@rollup/plugin-node-resolve": "^13.
|
|
50
|
-
"@types/babel__core": "^7.1.
|
|
49
|
+
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
50
|
+
"@types/babel__core": "^7.1.19",
|
|
51
51
|
"@types/babel__template": "^7.4.1",
|
|
52
52
|
"@types/events": "^3.0.0",
|
|
53
53
|
"@types/express": "^4.17.13",
|
|
54
54
|
"@types/loadable__component": "^5.13.4",
|
|
55
|
-
"@types/node": "^16.
|
|
55
|
+
"@types/node": "^16.11.27",
|
|
56
56
|
"@types/query-string": "^5.1.0",
|
|
57
|
-
"@types/react": "^17.0.
|
|
58
|
-
"@types/react-redux": "^7.1.
|
|
59
|
-
"@types/react-router-config": "^5.0.
|
|
60
|
-
"@types/react-router-dom": "^5.3.
|
|
57
|
+
"@types/react": "^17.0.44",
|
|
58
|
+
"@types/react-redux": "^7.1.24",
|
|
59
|
+
"@types/react-router-config": "^5.0.6",
|
|
60
|
+
"@types/react-router-dom": "^5.3.3",
|
|
61
61
|
"@types/testing-library__dom": "^7.5.0",
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "^4.
|
|
63
|
-
"@typescript-eslint/parser": "^4.
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
63
|
+
"@typescript-eslint/parser": "^4.33.0",
|
|
64
64
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
65
65
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
66
|
-
"babel-plugin-styled-components": "^1.13.
|
|
66
|
+
"babel-plugin-styled-components": "^1.13.3",
|
|
67
67
|
"babel-plugin-transform-define": "1.0.1",
|
|
68
68
|
"copyfiles": "^2.4.1",
|
|
69
69
|
"cross-env": "^7.0.3",
|
|
70
70
|
"eslint": "^7.32.0",
|
|
71
|
-
"eslint-config-prettier": "^8.
|
|
71
|
+
"eslint-config-prettier": "^8.5.0",
|
|
72
72
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
73
|
-
"eslint-import-resolver-typescript": "^2.
|
|
74
|
-
"eslint-plugin-import": "^2.
|
|
75
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
73
|
+
"eslint-import-resolver-typescript": "^2.7.1",
|
|
74
|
+
"eslint-plugin-import": "^2.26.0",
|
|
75
|
+
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
76
76
|
"eslint-plugin-prettier": "^4.0.0",
|
|
77
|
-
"eslint-plugin-react": "^7.
|
|
78
|
-
"eslint-plugin-react-hooks": "^4.
|
|
79
|
-
"fs-extra": "^10.
|
|
77
|
+
"eslint-plugin-react": "^7.29.4",
|
|
78
|
+
"eslint-plugin-react-hooks": "^4.4.0",
|
|
79
|
+
"fs-extra": "^10.1.0",
|
|
80
80
|
"generate-changelog": "^1.8.0",
|
|
81
|
-
"nodemon": "^2.0.
|
|
82
|
-
"prettier": "^2.
|
|
81
|
+
"nodemon": "^2.0.15",
|
|
82
|
+
"prettier": "^2.6.2",
|
|
83
83
|
"rimraf": "^3.0.2",
|
|
84
|
-
"rollup": "^2.
|
|
84
|
+
"rollup": "^2.70.2",
|
|
85
85
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
86
|
-
"ts-patch": "^1.4.
|
|
87
|
-
"typescript": "^4.
|
|
86
|
+
"ts-patch": "^1.4.5",
|
|
87
|
+
"typescript": "^4.6.3",
|
|
88
88
|
"typescript-transform-paths": "^3.3.1",
|
|
89
89
|
"zengenti-forms-package": "git+https://gitlab+deploy-token-11:DRbTWzdaRzkjDWc_VixQ@gitlab.zengenti.com/zengenti-packages/forms.git#next",
|
|
90
90
|
"zengenti-search-package": "git+https://gitlab+deploy-token-5:XKRGRE1p2PrFAxnWwLNz@gitlab.zengenti.com/zengenti-packages/search.git#immer"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@hot-loader/react-dom": "^17.0.
|
|
94
|
-
"@loadable/component": "^5.15.
|
|
95
|
-
"@loadable/server": "^5.15.
|
|
93
|
+
"@hot-loader/react-dom": "^17.0.2",
|
|
94
|
+
"@loadable/component": "^5.15.2",
|
|
95
|
+
"@loadable/server": "^5.15.2",
|
|
96
96
|
"app-root-path": "^3.0.0",
|
|
97
97
|
"await-to-js": "^3.0.0",
|
|
98
|
-
"contensis-delivery-api": "^1.1.
|
|
99
|
-
"contensis-management-api": "^2.0.
|
|
98
|
+
"contensis-delivery-api": "^1.1.9",
|
|
99
|
+
"contensis-management-api": "^2.0.5",
|
|
100
100
|
"custom-env": "^2.0.1",
|
|
101
101
|
"deep-equal": "^2.0.5",
|
|
102
102
|
"deepmerge": "^4.2.2",
|
|
103
|
-
"express": "^4.17.
|
|
103
|
+
"express": "^4.17.3",
|
|
104
104
|
"http-proxy": "^1.18.1",
|
|
105
|
-
"immer": "
|
|
105
|
+
"immer": "^9.0.12",
|
|
106
106
|
"immutable": "4.0.0-rc.12",
|
|
107
107
|
"isomorphic-fetch": "^3.0.0",
|
|
108
108
|
"js-cookie": "^3.0.1",
|
|
109
109
|
"jsonpath-mapper": "^1.1.0",
|
|
110
110
|
"lodash": "^4.17.21",
|
|
111
111
|
"lodash-clean": "^2.2.3",
|
|
112
|
-
"loglevel": "^1.
|
|
112
|
+
"loglevel": "^1.8.0",
|
|
113
113
|
"minify-css-string": "^1.0.0",
|
|
114
114
|
"oidc-client": "^1.11.5",
|
|
115
115
|
"patch-package": "^6.4.7",
|
|
@@ -119,18 +119,18 @@
|
|
|
119
119
|
"react-helmet": "^6.1.0",
|
|
120
120
|
"react-hot-loader": "^4.13.0",
|
|
121
121
|
"react-loadable": "^5.5.0",
|
|
122
|
-
"react-redux": "^7.2.
|
|
122
|
+
"react-redux": "^7.2.8",
|
|
123
123
|
"react-router-config": "^5.1.1",
|
|
124
|
-
"react-router-dom": "^5.3.
|
|
124
|
+
"react-router-dom": "^5.3.1",
|
|
125
125
|
"react-router-hash-link": "^2.4.3",
|
|
126
|
-
"redux": "^4.
|
|
126
|
+
"redux": "^4.2.0",
|
|
127
127
|
"redux-immutable": "^4.0.0",
|
|
128
128
|
"redux-injectors": "^1.3.0",
|
|
129
129
|
"redux-saga": "^1.1.3",
|
|
130
|
-
"redux-thunk": "^2.
|
|
131
|
-
"reselect": "^4.
|
|
130
|
+
"redux-thunk": "^2.4.1",
|
|
131
|
+
"reselect": "^4.1.5",
|
|
132
132
|
"serialize-javascript": "^6.0.0",
|
|
133
|
-
"styled-components": "^5.3.
|
|
133
|
+
"styled-components": "^5.3.5",
|
|
134
134
|
"xxhashjs": "^0.2.2"
|
|
135
135
|
}
|
|
136
136
|
}
|