@elliemae/app-react-dependencies 5.0.0-next.17 → 5.0.0-next.18
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/public/index.html +1 -1
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js +280 -0
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.48029602278d85da3b04.js.map +1 -0
- package/dist/types/docusaurus.config.d.ts +0 -1
- package/dist/types/lib/index.d.ts +0 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/umd/index.html +1 -1
- package/dist/umd/index.js +108 -52
- 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 +23 -22
- package/dist/public/js/emuiAppReactDependencies.022889547a34be11e67a.js +0 -224
- 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 +0 -1
- package/dist/types/docusaurus.config.d.ts.map +0 -1
- package/dist/types/lib/index.d.ts.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.18",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"pnpm": ">=
|
|
21
|
-
"node": ">=
|
|
20
|
+
"pnpm": ">=10",
|
|
21
|
+
"node": ">=24"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"indent": 4
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@babel/runtime": "~7.
|
|
62
|
+
"@babel/runtime": "~7.28.4",
|
|
63
63
|
"@hot-loader/react-dom": "~17.0.2",
|
|
64
|
-
"@reduxjs/toolkit": "~2.
|
|
64
|
+
"@reduxjs/toolkit": "~2.9.0",
|
|
65
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.7",
|
|
68
68
|
"@types/invariant": "~2.2.37",
|
|
69
|
-
"@types/lodash": "~4.17.
|
|
70
|
-
"@types/prop-types": "~15.7.
|
|
69
|
+
"@types/lodash": "~4.17.20",
|
|
70
|
+
"@types/prop-types": "~15.7.15",
|
|
71
71
|
"@types/pubsub-js": "~1.8.6",
|
|
72
|
-
"@types/react": "
|
|
73
|
-
"@types/react-dom": "~18.3.
|
|
72
|
+
"@types/react": "18.3.24",
|
|
73
|
+
"@types/react-dom": "~18.3.7",
|
|
74
74
|
"@types/react-helmet": "~6.1.11",
|
|
75
75
|
"@types/react-redux": "~7.1.34",
|
|
76
76
|
"@types/react-router-dom": "~5.3.3",
|
|
@@ -78,41 +78,42 @@
|
|
|
78
78
|
"@types/styled-system": "~5.1.23",
|
|
79
79
|
"@types/yup": "~0.32.0",
|
|
80
80
|
"@xstyled/styled-components": "~3.8.1",
|
|
81
|
-
"axios": "~1.
|
|
82
|
-
"core-js": "~3.
|
|
81
|
+
"axios": "~1.12.0",
|
|
82
|
+
"core-js": "~3.45.1",
|
|
83
83
|
"date-fns": "~4.1.0",
|
|
84
84
|
"date-fns-tz": "~3.2.0",
|
|
85
|
-
"dompurify": "~3.2.
|
|
85
|
+
"dompurify": "~3.2.6",
|
|
86
86
|
"history": "~5.3.0",
|
|
87
87
|
"hoist-non-react-statics": "~3.3.2",
|
|
88
|
-
"immer": "~10.1.
|
|
88
|
+
"immer": "~10.1.3",
|
|
89
89
|
"invariant": "~2.2.4",
|
|
90
|
-
"ky": "~1.
|
|
90
|
+
"ky": "~1.10.0",
|
|
91
91
|
"localforage": "~1.10.0",
|
|
92
92
|
"lodash": "~4.17.21",
|
|
93
|
+
"lodash-es": "~4.17.21",
|
|
93
94
|
"prop-types": "~15.8.1",
|
|
94
95
|
"pubsub-js": "~1.9.5",
|
|
95
96
|
"react": "~18.3.1",
|
|
96
97
|
"react-aria-live": "~2.0.5",
|
|
97
98
|
"react-dom": "~18.3.1",
|
|
98
99
|
"react-helmet": "~6.1.0",
|
|
99
|
-
"react-hook-form": "~7.
|
|
100
|
+
"react-hook-form": "~7.62.0",
|
|
100
101
|
"react-hot-loader": "~4.13.1",
|
|
101
102
|
"react-redux": "~9.2.0",
|
|
102
|
-
"react-router-dom": "~
|
|
103
|
+
"react-router-dom": "~7.8.2",
|
|
103
104
|
"redux-injectors": "~2.1.0",
|
|
104
105
|
"redux-saga": "~1.3.0",
|
|
105
106
|
"reselect": "~5.1.1",
|
|
106
107
|
"sanitize.css": "~13.0.0",
|
|
107
108
|
"styled-components": "~5.3.11",
|
|
108
109
|
"styled-system": "~5.1.5",
|
|
109
|
-
"yup": "~1.
|
|
110
|
-
"zustand": "~5.0.
|
|
110
|
+
"yup": "~1.7.0",
|
|
111
|
+
"zustand": "~5.0.8"
|
|
111
112
|
},
|
|
112
113
|
"devDependencies": {
|
|
113
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
114
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
115
|
-
"@elliemae/pui-doc-gen": "~3.
|
|
114
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.13.0",
|
|
115
|
+
"@elliemae/pui-cli": "~9.0.0-next.68",
|
|
116
|
+
"@elliemae/pui-doc-gen": "~3.6.0"
|
|
116
117
|
},
|
|
117
118
|
"type": "module"
|
|
118
119
|
}
|