@elliemae/app-react-dependencies 5.0.0-next.15 → 5.0.0-next.17
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/dist/cjs/index.js +3 -3
- package/dist/public/index.html +1 -1
- package/dist/public/js/emuiAppReactDependencies.022889547a34be11e67a.js +224 -0
- package/dist/public/js/emuiAppReactDependencies.022889547a34be11e67a.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.022889547a34be11e67a.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.022889547a34be11e67a.js.map +1 -0
- package/dist/types/docusaurus.config.d.ts +1 -0
- package/dist/types/docusaurus.config.d.ts.map +1 -0
- package/dist/types/lib/index.d.ts +1 -0
- package/dist/types/lib/index.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/umd/index.js +46 -46
- package/dist/umd/index.js.br +0 -0
- package/dist/umd/index.js.gz +0 -0
- package/dist/umd/index.js.map +1 -1
- package/package.json +33 -33
- package/dist/public/js/emuiAppReactDependencies.a323abf9c954549457f7.js +0 -224
- package/dist/public/js/emuiAppReactDependencies.a323abf9c954549457f7.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.a323abf9c954549457f7.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.a323abf9c954549457f7.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.17",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"demo",
|
|
13
13
|
"build"
|
|
14
14
|
],
|
|
15
|
-
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
17
|
-
},
|
|
18
15
|
"repository": {
|
|
19
16
|
"type": "git",
|
|
20
17
|
"url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
|
|
21
18
|
},
|
|
22
19
|
"engines": {
|
|
23
|
-
"pnpm": ">=
|
|
24
|
-
"node": ">=
|
|
20
|
+
"pnpm": ">=9",
|
|
21
|
+
"node": ">=22"
|
|
22
|
+
},
|
|
23
|
+
"publishConfig": {
|
|
24
|
+
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"author": "ICE MT",
|
|
27
27
|
"license": "MIT",
|
|
@@ -59,60 +59,60 @@
|
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@babel/runtime": "~7.
|
|
62
|
+
"@babel/runtime": "~7.26.0",
|
|
63
63
|
"@hot-loader/react-dom": "~17.0.2",
|
|
64
|
-
"@reduxjs/toolkit": "~2.
|
|
65
|
-
"@types/dompurify": "~3.0
|
|
64
|
+
"@reduxjs/toolkit": "~2.5.0",
|
|
65
|
+
"@types/dompurify": "~3.2.0",
|
|
66
66
|
"@types/history": "~5.0.0",
|
|
67
|
-
"@types/hoist-non-react-statics": "~3.3.
|
|
67
|
+
"@types/hoist-non-react-statics": "~3.3.6",
|
|
68
68
|
"@types/invariant": "~2.2.37",
|
|
69
|
-
"@types/lodash": "~4.17.
|
|
70
|
-
"@types/prop-types": "~15.7.
|
|
69
|
+
"@types/lodash": "~4.17.14",
|
|
70
|
+
"@types/prop-types": "~15.7.14",
|
|
71
71
|
"@types/pubsub-js": "~1.8.6",
|
|
72
|
-
"@types/react": "~18.3.
|
|
73
|
-
"@types/react-dom": "~18.3.
|
|
72
|
+
"@types/react": "~18.3.18",
|
|
73
|
+
"@types/react-dom": "~18.3.5",
|
|
74
74
|
"@types/react-helmet": "~6.1.11",
|
|
75
|
-
"@types/react-redux": "~7.1.
|
|
75
|
+
"@types/react-redux": "~7.1.34",
|
|
76
76
|
"@types/react-router-dom": "~5.3.3",
|
|
77
77
|
"@types/styled-components": "~5.1.34",
|
|
78
|
-
"@types/styled-system": "~5.1.
|
|
78
|
+
"@types/styled-system": "~5.1.23",
|
|
79
79
|
"@types/yup": "~0.32.0",
|
|
80
|
-
"@xstyled/styled-components": "3.8.
|
|
81
|
-
"axios": "~1.
|
|
82
|
-
"core-js": "~3.
|
|
83
|
-
"date-fns": "~
|
|
84
|
-
"date-fns-tz": "~3.
|
|
85
|
-
"dompurify": "~3.
|
|
80
|
+
"@xstyled/styled-components": "~3.8.1",
|
|
81
|
+
"axios": "~1.7.9",
|
|
82
|
+
"core-js": "~3.40.0",
|
|
83
|
+
"date-fns": "~4.1.0",
|
|
84
|
+
"date-fns-tz": "~3.2.0",
|
|
85
|
+
"dompurify": "~3.2.3",
|
|
86
86
|
"history": "~5.3.0",
|
|
87
87
|
"hoist-non-react-statics": "~3.3.2",
|
|
88
88
|
"immer": "~10.1.1",
|
|
89
89
|
"invariant": "~2.2.4",
|
|
90
|
-
"ky": "~1.
|
|
90
|
+
"ky": "~1.7.4",
|
|
91
91
|
"localforage": "~1.10.0",
|
|
92
92
|
"lodash": "~4.17.21",
|
|
93
93
|
"prop-types": "~15.8.1",
|
|
94
|
-
"pubsub-js": "~1.9.
|
|
94
|
+
"pubsub-js": "~1.9.5",
|
|
95
95
|
"react": "~18.3.1",
|
|
96
96
|
"react-aria-live": "~2.0.5",
|
|
97
97
|
"react-dom": "~18.3.1",
|
|
98
98
|
"react-helmet": "~6.1.0",
|
|
99
|
-
"react-hook-form": "~7.
|
|
99
|
+
"react-hook-form": "~7.54.2",
|
|
100
100
|
"react-hot-loader": "~4.13.1",
|
|
101
|
-
"react-redux": "~9.
|
|
102
|
-
"react-router-dom": "~6.
|
|
101
|
+
"react-redux": "~9.2.0",
|
|
102
|
+
"react-router-dom": "~6.28.1",
|
|
103
103
|
"redux-injectors": "~2.1.0",
|
|
104
104
|
"redux-saga": "~1.3.0",
|
|
105
|
-
"reselect": "~5.1.
|
|
105
|
+
"reselect": "~5.1.1",
|
|
106
106
|
"sanitize.css": "~13.0.0",
|
|
107
107
|
"styled-components": "~5.3.11",
|
|
108
108
|
"styled-system": "~5.1.5",
|
|
109
|
-
"yup": "~1.
|
|
110
|
-
"zustand": "~
|
|
109
|
+
"yup": "~1.6.1",
|
|
110
|
+
"zustand": "~5.0.3"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
114
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
115
|
-
"@elliemae/pui-doc-gen": "~2.0
|
|
113
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.11.0",
|
|
114
|
+
"@elliemae/pui-cli": "~9.0.0-next.60",
|
|
115
|
+
"@elliemae/pui-doc-gen": "~3.2.0"
|
|
116
116
|
},
|
|
117
117
|
"type": "module"
|
|
118
118
|
}
|