@elliemae/app-react-dependencies 4.12.0 → 4.14.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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.14.0",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
|
-
"pnpm": ">=
|
|
17
|
-
"node": ">=
|
|
16
|
+
"pnpm": ">=8",
|
|
17
|
+
"node": ">=20"
|
|
18
18
|
},
|
|
19
19
|
"author": "ICE MT",
|
|
20
20
|
"license": "MIT",
|
|
@@ -42,29 +42,29 @@
|
|
|
42
42
|
"indent": 4
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@babel/runtime": "~7.
|
|
45
|
+
"@babel/runtime": "~7.23.8",
|
|
46
46
|
"@hot-loader/react-dom": "~17.0.2",
|
|
47
|
-
"@reduxjs/toolkit": "~1.9.
|
|
48
|
-
"@types/dompurify": "~3.0.
|
|
47
|
+
"@reduxjs/toolkit": "~1.9.7",
|
|
48
|
+
"@types/dompurify": "~3.0.5",
|
|
49
49
|
"@types/history": "~5.0.0",
|
|
50
|
-
"@types/hoist-non-react-statics": "~3.3.
|
|
51
|
-
"@types/invariant": "~2.2.
|
|
52
|
-
"@types/lodash": "~4.14.
|
|
53
|
-
"@types/prop-types": "~15.7.
|
|
54
|
-
"@types/pubsub-js": "~1.8.
|
|
55
|
-
"@types/react": "~18.2.
|
|
56
|
-
"@types/react-dom": "~18.2.
|
|
57
|
-
"@types/react-helmet": "~6.1.
|
|
58
|
-
"@types/react-redux": "~7.1.
|
|
50
|
+
"@types/hoist-non-react-statics": "~3.3.5",
|
|
51
|
+
"@types/invariant": "~2.2.37",
|
|
52
|
+
"@types/lodash": "~4.14.202",
|
|
53
|
+
"@types/prop-types": "~15.7.11",
|
|
54
|
+
"@types/pubsub-js": "~1.8.6",
|
|
55
|
+
"@types/react": "~18.2.48",
|
|
56
|
+
"@types/react-dom": "~18.2.18",
|
|
57
|
+
"@types/react-helmet": "~6.1.11",
|
|
58
|
+
"@types/react-redux": "~7.1.33",
|
|
59
59
|
"@types/react-router-dom": "~5.3.3",
|
|
60
|
-
"@types/styled-components": "~5.1.
|
|
61
|
-
"@types/styled-system": "~5.1.
|
|
60
|
+
"@types/styled-components": "~5.1.34",
|
|
61
|
+
"@types/styled-system": "~5.1.22",
|
|
62
62
|
"@types/yup": "~0.29.14",
|
|
63
|
-
"axios": "~1.
|
|
64
|
-
"core-js": "~3.
|
|
63
|
+
"axios": "~1.6.5",
|
|
64
|
+
"core-js": "~3.35.1",
|
|
65
65
|
"date-fns": "~2.30.0",
|
|
66
66
|
"date-fns-tz": "~2.0.0",
|
|
67
|
-
"dompurify": "~3.0.
|
|
67
|
+
"dompurify": "~3.0.8",
|
|
68
68
|
"history": "~5.3.0",
|
|
69
69
|
"hoist-non-react-statics": "~3.3.2",
|
|
70
70
|
"immer": "~9.0.21",
|
|
@@ -77,20 +77,20 @@
|
|
|
77
77
|
"react-aria-live": "~2.0.5",
|
|
78
78
|
"react-dom": "~18.2.0",
|
|
79
79
|
"react-helmet": "~6.1.0",
|
|
80
|
-
"react-hook-form": "~7.
|
|
80
|
+
"react-hook-form": "~7.49.3",
|
|
81
81
|
"react-hot-loader": "~4.13.1",
|
|
82
|
-
"react-redux": "~8.1.
|
|
83
|
-
"react-router-dom": "~6.
|
|
82
|
+
"react-redux": "~8.1.3",
|
|
83
|
+
"react-router-dom": "~6.21.3",
|
|
84
84
|
"redux-injectors": "~2.1.0",
|
|
85
|
-
"redux-saga": "~1.
|
|
85
|
+
"redux-saga": "~1.3.0",
|
|
86
86
|
"reselect": "~4.1.8",
|
|
87
87
|
"sanitize.css": "~13.0.0",
|
|
88
88
|
"styled-components": "~5.3.11",
|
|
89
89
|
"styled-system": "~5.1.5",
|
|
90
|
-
"yup": "~1.
|
|
90
|
+
"yup": "~1.3.3"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
|
|
94
|
-
"@elliemae/pui-cli": "~8.
|
|
94
|
+
"@elliemae/pui-cli": "~8.29.2"
|
|
95
95
|
}
|
|
96
96
|
}
|