@elliemae/app-react-dependencies 4.6.1 → 4.8.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/README.md +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
### v3 to v4
|
|
8
8
|
|
|
9
|
-
[Changelog](https://confluence.elliemae.io/display
|
|
9
|
+
[Changelog](https://confluence.elliemae.io/display/FEAE/2022/08/10/App+SDK%2C+CLI+Major+Releases+Q3+2022)
|
|
10
10
|
|
|
11
11
|
### v2 to v3
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -41,32 +41,32 @@
|
|
|
41
41
|
"indent": 4
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@babel/runtime": "~7.
|
|
45
|
-
"@fortawesome/fontawesome-svg-core": "~6.
|
|
46
|
-
"@fortawesome/free-solid-svg-icons": "~6.
|
|
44
|
+
"@babel/runtime": "~7.21.0",
|
|
45
|
+
"@fortawesome/fontawesome-svg-core": "~6.3.0",
|
|
46
|
+
"@fortawesome/free-solid-svg-icons": "~6.3.0",
|
|
47
47
|
"@fortawesome/react-fontawesome": "~0.2.0",
|
|
48
48
|
"@hot-loader/react-dom": "~17.0.2",
|
|
49
|
-
"@reduxjs/toolkit": "~1.9.
|
|
50
|
-
"@types/dompurify": "~
|
|
49
|
+
"@reduxjs/toolkit": "~1.9.3",
|
|
50
|
+
"@types/dompurify": "~3.0.0",
|
|
51
51
|
"@types/history": "~5.0.0",
|
|
52
52
|
"@types/hoist-non-react-statics": "~3.3.1",
|
|
53
53
|
"@types/invariant": "~2.2.35",
|
|
54
54
|
"@types/lodash": "~4.14.191",
|
|
55
55
|
"@types/prop-types": "~15.7.5",
|
|
56
56
|
"@types/pubsub-js": "~1.8.3",
|
|
57
|
-
"@types/react": "~18.0.
|
|
58
|
-
"@types/react-dom": "~18.0.
|
|
57
|
+
"@types/react": "~18.0.28",
|
|
58
|
+
"@types/react-dom": "~18.0.11",
|
|
59
59
|
"@types/react-helmet": "~6.1.6",
|
|
60
60
|
"@types/react-redux": "~7.1.25",
|
|
61
61
|
"@types/react-router-dom": "~5.3.3",
|
|
62
62
|
"@types/styled-components": "~5.1.26",
|
|
63
63
|
"@types/styled-system": "~5.1.16",
|
|
64
64
|
"@types/yup": "~0.29.14",
|
|
65
|
-
"axios": "~1.3.
|
|
66
|
-
"core-js": "~3.
|
|
65
|
+
"axios": "~1.3.4",
|
|
66
|
+
"core-js": "~3.29.1",
|
|
67
67
|
"date-fns": "~2.29.3",
|
|
68
68
|
"date-fns-tz": "~2.0.0",
|
|
69
|
-
"dompurify": "~
|
|
69
|
+
"dompurify": "~3.0.1",
|
|
70
70
|
"history": "~5.3.0",
|
|
71
71
|
"hoist-non-react-statics": "~3.3.2",
|
|
72
72
|
"immer": "~9.0.19",
|
|
@@ -79,20 +79,20 @@
|
|
|
79
79
|
"react-aria-live": "~2.0.5",
|
|
80
80
|
"react-dom": "~18.2.0",
|
|
81
81
|
"react-helmet": "~6.1.0",
|
|
82
|
-
"react-hook-form": "~7.43.
|
|
82
|
+
"react-hook-form": "~7.43.5",
|
|
83
83
|
"react-hot-loader": "~4.13.1",
|
|
84
84
|
"react-redux": "~8.0.5",
|
|
85
|
-
"react-router-dom": "~6.
|
|
85
|
+
"react-router-dom": "~6.9.0",
|
|
86
86
|
"redux-injectors": "~2.1.0",
|
|
87
87
|
"redux-saga": "~1.2.2",
|
|
88
88
|
"reselect": "~4.1.7",
|
|
89
89
|
"sanitize.css": "~13.0.0",
|
|
90
|
-
"styled-components": "~5.3.
|
|
90
|
+
"styled-components": "~5.3.9",
|
|
91
91
|
"styled-system": "~5.1.5",
|
|
92
|
-
"yup": "~0.
|
|
92
|
+
"yup": "~1.0.2"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
|
|
96
|
-
"@elliemae/pui-cli": "~
|
|
96
|
+
"@elliemae/pui-cli": "~8.0.3"
|
|
97
97
|
}
|
|
98
98
|
}
|