@elliemae/app-react-dependencies 5.0.0-next.13 → 5.0.0-next.15
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 +19 -19
- package/dist/public/index.html +1 -1
- package/dist/public/js/emuiAppReactDependencies.a323abf9c954549457f7.js +224 -0
- 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 +1 -0
- package/dist/umd/index.js +40 -40
- 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 +26 -27
- package/dist/public/js/emuiAppReactDependencies.29ab51ba468fa8cd9548.js +0 -224
- package/dist/public/js/emuiAppReactDependencies.29ab51ba468fa8cd9548.js.br +0 -0
- package/dist/public/js/emuiAppReactDependencies.29ab51ba468fa8cd9548.js.gz +0 -0
- package/dist/public/js/emuiAppReactDependencies.29ab51ba468fa8cd9548.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.15",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"type": "module",
|
|
7
6
|
"main": "./dist/cjs/index.js",
|
|
8
7
|
"module": "./dist/esm/index.js",
|
|
9
8
|
"unpkg": "./dist/umd/index.js",
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
"docs:version": "pui-doc-gen version",
|
|
35
34
|
"docs:serve": "pui-doc-gen serve",
|
|
36
35
|
"gendoc": "pui-cli gendoc",
|
|
37
|
-
"lint": "
|
|
36
|
+
"lint": "exit 0",
|
|
38
37
|
"lint:fix": "pui-cli lint --fix",
|
|
39
38
|
"release": "semantic-release",
|
|
40
39
|
"start": "pui-cli start",
|
|
@@ -55,24 +54,23 @@
|
|
|
55
54
|
"prepare": "[ -n \"$CI\" ] || husky"
|
|
56
55
|
},
|
|
57
56
|
"jestSonar": {
|
|
58
|
-
"sonar56x": true,
|
|
59
57
|
"reportPath": "reports",
|
|
60
58
|
"reportFile": "tests.xml",
|
|
61
59
|
"indent": 4
|
|
62
60
|
},
|
|
63
61
|
"dependencies": {
|
|
64
|
-
"@babel/runtime": "~7.
|
|
62
|
+
"@babel/runtime": "~7.24.5",
|
|
65
63
|
"@hot-loader/react-dom": "~17.0.2",
|
|
66
|
-
"@reduxjs/toolkit": "~2.2.
|
|
64
|
+
"@reduxjs/toolkit": "~2.2.3",
|
|
67
65
|
"@types/dompurify": "~3.0.5",
|
|
68
66
|
"@types/history": "~5.0.0",
|
|
69
67
|
"@types/hoist-non-react-statics": "~3.3.5",
|
|
70
68
|
"@types/invariant": "~2.2.37",
|
|
71
|
-
"@types/lodash": "~4.
|
|
72
|
-
"@types/prop-types": "~15.7.
|
|
69
|
+
"@types/lodash": "~4.17.1",
|
|
70
|
+
"@types/prop-types": "~15.7.12",
|
|
73
71
|
"@types/pubsub-js": "~1.8.6",
|
|
74
|
-
"@types/react": "~18.
|
|
75
|
-
"@types/react-dom": "~18.
|
|
72
|
+
"@types/react": "~18.3.1",
|
|
73
|
+
"@types/react-dom": "~18.3.0",
|
|
76
74
|
"@types/react-helmet": "~6.1.11",
|
|
77
75
|
"@types/react-redux": "~7.1.33",
|
|
78
76
|
"@types/react-router-dom": "~5.3.3",
|
|
@@ -80,40 +78,41 @@
|
|
|
80
78
|
"@types/styled-system": "~5.1.22",
|
|
81
79
|
"@types/yup": "~0.32.0",
|
|
82
80
|
"@xstyled/styled-components": "3.8.0",
|
|
83
|
-
"axios": "~1.6.
|
|
84
|
-
"core-js": "~3.
|
|
85
|
-
"date-fns": "~3.
|
|
86
|
-
"date-fns-tz": "~
|
|
87
|
-
"dompurify": "~3.
|
|
81
|
+
"axios": "~1.6.8",
|
|
82
|
+
"core-js": "~3.37.0",
|
|
83
|
+
"date-fns": "~3.6.0",
|
|
84
|
+
"date-fns-tz": "~3.1.3",
|
|
85
|
+
"dompurify": "~3.1.2",
|
|
88
86
|
"history": "~5.3.0",
|
|
89
87
|
"hoist-non-react-statics": "~3.3.2",
|
|
90
|
-
"immer": "~10.
|
|
88
|
+
"immer": "~10.1.1",
|
|
91
89
|
"invariant": "~2.2.4",
|
|
92
|
-
"ky": "~1.2.
|
|
90
|
+
"ky": "~1.2.4",
|
|
93
91
|
"localforage": "~1.10.0",
|
|
94
92
|
"lodash": "~4.17.21",
|
|
95
93
|
"prop-types": "~15.8.1",
|
|
96
94
|
"pubsub-js": "~1.9.4",
|
|
97
|
-
"react": "~18.
|
|
95
|
+
"react": "~18.3.1",
|
|
98
96
|
"react-aria-live": "~2.0.5",
|
|
99
|
-
"react-dom": "~18.
|
|
97
|
+
"react-dom": "~18.3.1",
|
|
100
98
|
"react-helmet": "~6.1.0",
|
|
101
|
-
"react-hook-form": "~7.
|
|
99
|
+
"react-hook-form": "~7.51.4",
|
|
102
100
|
"react-hot-loader": "~4.13.1",
|
|
103
|
-
"react-redux": "~9.1.
|
|
104
|
-
"react-router-dom": "~6.
|
|
101
|
+
"react-redux": "~9.1.2",
|
|
102
|
+
"react-router-dom": "~6.23.0",
|
|
105
103
|
"redux-injectors": "~2.1.0",
|
|
106
104
|
"redux-saga": "~1.3.0",
|
|
107
105
|
"reselect": "~5.1.0",
|
|
108
106
|
"sanitize.css": "~13.0.0",
|
|
109
107
|
"styled-components": "~5.3.11",
|
|
110
108
|
"styled-system": "~5.1.5",
|
|
111
|
-
"yup": "~1.
|
|
112
|
-
"zustand": "~4.5.
|
|
109
|
+
"yup": "~1.4.0",
|
|
110
|
+
"zustand": "~4.5.2"
|
|
113
111
|
},
|
|
114
112
|
"devDependencies": {
|
|
115
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
116
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
113
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
|
|
114
|
+
"@elliemae/pui-cli": "~9.0.0-next.48",
|
|
117
115
|
"@elliemae/pui-doc-gen": "~2.0.1"
|
|
118
|
-
}
|
|
116
|
+
},
|
|
117
|
+
"type": "module"
|
|
119
118
|
}
|