@elliemae/app-react-dependencies 4.18.1 → 4.20.0
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/package.json +18 -21
package/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.0",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
7
7
|
"files": [],
|
|
8
|
-
"publishConfig": {
|
|
9
|
-
"access": "public"
|
|
10
|
-
},
|
|
11
8
|
"repository": {
|
|
12
9
|
"type": "git",
|
|
13
10
|
"url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
|
|
@@ -41,29 +38,29 @@
|
|
|
41
38
|
"indent": 4
|
|
42
39
|
},
|
|
43
40
|
"dependencies": {
|
|
44
|
-
"@babel/runtime": "~7.
|
|
41
|
+
"@babel/runtime": "~7.26.0",
|
|
45
42
|
"@hot-loader/react-dom": "~17.0.2",
|
|
46
43
|
"@reduxjs/toolkit": "~1.9.7",
|
|
47
|
-
"@types/dompurify": "~3.0
|
|
44
|
+
"@types/dompurify": "~3.2.0",
|
|
48
45
|
"@types/history": "~5.0.0",
|
|
49
|
-
"@types/hoist-non-react-statics": "~3.3.
|
|
46
|
+
"@types/hoist-non-react-statics": "~3.3.6",
|
|
50
47
|
"@types/invariant": "~2.2.37",
|
|
51
|
-
"@types/lodash": "~4.17.
|
|
52
|
-
"@types/prop-types": "~15.7.
|
|
48
|
+
"@types/lodash": "~4.17.14",
|
|
49
|
+
"@types/prop-types": "~15.7.14",
|
|
53
50
|
"@types/pubsub-js": "~1.8.6",
|
|
54
|
-
"@types/react": "~18.3.
|
|
55
|
-
"@types/react-dom": "~18.3.
|
|
51
|
+
"@types/react": "~18.3.18",
|
|
52
|
+
"@types/react-dom": "~18.3.5",
|
|
56
53
|
"@types/react-helmet": "~6.1.11",
|
|
57
54
|
"@types/react-redux": "~7.1.34",
|
|
58
55
|
"@types/react-router-dom": "~5.3.3",
|
|
59
56
|
"@types/styled-components": "~5.1.34",
|
|
60
|
-
"@types/styled-system": "~5.1.
|
|
57
|
+
"@types/styled-system": "~5.1.23",
|
|
61
58
|
"@types/yup": "~0.32.0",
|
|
62
|
-
"axios": "~1.7.
|
|
63
|
-
"core-js": "~3.
|
|
59
|
+
"axios": "~1.7.9",
|
|
60
|
+
"core-js": "~3.40.0",
|
|
64
61
|
"date-fns": "~2.30.0",
|
|
65
62
|
"date-fns-tz": "~2.0.1",
|
|
66
|
-
"dompurify": "~3.
|
|
63
|
+
"dompurify": "~3.2.3",
|
|
67
64
|
"history": "~5.3.0",
|
|
68
65
|
"hoist-non-react-statics": "~3.3.2",
|
|
69
66
|
"immer": "~9.0.21",
|
|
@@ -71,25 +68,25 @@
|
|
|
71
68
|
"localforage": "~1.10.0",
|
|
72
69
|
"lodash": "~4.17.21",
|
|
73
70
|
"prop-types": "~15.8.1",
|
|
74
|
-
"pubsub-js": "~1.9.
|
|
71
|
+
"pubsub-js": "~1.9.5",
|
|
75
72
|
"react": "~18.3.1",
|
|
76
73
|
"react-aria-live": "~2.0.5",
|
|
77
74
|
"react-dom": "~18.3.1",
|
|
78
75
|
"react-helmet": "~6.1.0",
|
|
79
|
-
"react-hook-form": "~7.
|
|
76
|
+
"react-hook-form": "~7.54.2",
|
|
80
77
|
"react-hot-loader": "~4.13.1",
|
|
81
78
|
"react-redux": "~8.1.3",
|
|
82
|
-
"react-router-dom": "~6.
|
|
79
|
+
"react-router-dom": "~6.28.1",
|
|
83
80
|
"redux-injectors": "~2.1.0",
|
|
84
81
|
"redux-saga": "~1.3.0",
|
|
85
82
|
"reselect": "~4.1.8",
|
|
86
83
|
"sanitize.css": "~13.0.0",
|
|
87
84
|
"styled-components": "~5.3.11",
|
|
88
85
|
"styled-system": "~5.1.5",
|
|
89
|
-
"yup": "~1.
|
|
86
|
+
"yup": "~1.6.1"
|
|
90
87
|
},
|
|
91
88
|
"devDependencies": {
|
|
92
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
93
|
-
"@elliemae/pui-cli": "~8.
|
|
89
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.11.0",
|
|
90
|
+
"@elliemae/pui-cli": "~8.45.0"
|
|
94
91
|
}
|
|
95
92
|
}
|