@elliemae/app-react-dependencies 4.0.0-beta.1 → 4.0.0-beta.4
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.4",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"indent": 4
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@babel/runtime": "~7.
|
|
45
|
-
"@fortawesome/fontawesome-svg-core": "~1.
|
|
46
|
-
"@fortawesome/free-solid-svg-icons": "~
|
|
47
|
-
"@fortawesome/react-fontawesome": "~0.
|
|
44
|
+
"@babel/runtime": "~7.18.9",
|
|
45
|
+
"@fortawesome/fontawesome-svg-core": "~6.1.1",
|
|
46
|
+
"@fortawesome/free-solid-svg-icons": "~6.1.1",
|
|
47
|
+
"@fortawesome/react-fontawesome": "~0.2.0",
|
|
48
48
|
"@hot-loader/react-dom": "~17.0.2",
|
|
49
|
-
"@reduxjs/toolkit": "~1.8.
|
|
49
|
+
"@reduxjs/toolkit": "~1.8.3",
|
|
50
50
|
"@types/dompurify": "~2.3.3",
|
|
51
51
|
"@types/history": "~5.0.0",
|
|
52
52
|
"@types/hoist-non-react-statics": "~3.3.1",
|
|
@@ -54,38 +54,38 @@
|
|
|
54
54
|
"@types/lodash": "~4.14.182",
|
|
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.15",
|
|
58
|
+
"@types/react-dom": "~18.0.6",
|
|
59
59
|
"@types/react-helmet": "~6.1.5",
|
|
60
60
|
"@types/react-redux": "~7.1.24",
|
|
61
61
|
"@types/react-router-dom": "~5.3.3",
|
|
62
62
|
"@types/styled-components": "~5.1.25",
|
|
63
63
|
"@types/styled-system": "~5.1.15",
|
|
64
|
-
"@types/yup": "~0.29.
|
|
64
|
+
"@types/yup": "~0.29.14",
|
|
65
65
|
"axios": "~0.27.2",
|
|
66
|
-
"core-js": "~3.
|
|
66
|
+
"core-js": "~3.23.5",
|
|
67
67
|
"date-fns": "~2.28.0",
|
|
68
|
-
"date-fns-tz": "~1.3.
|
|
69
|
-
"dompurify": "~2.3.
|
|
68
|
+
"date-fns-tz": "~1.3.6",
|
|
69
|
+
"dompurify": "~2.3.10",
|
|
70
70
|
"history": "~5.3.0",
|
|
71
71
|
"hoist-non-react-statics": "~3.3.2",
|
|
72
|
-
"immer": "~9.0.
|
|
72
|
+
"immer": "~9.0.15",
|
|
73
73
|
"invariant": "~2.2.4",
|
|
74
74
|
"localforage": "~1.10.0",
|
|
75
75
|
"lodash": "~4.17.21",
|
|
76
76
|
"prop-types": "~15.8.1",
|
|
77
77
|
"pubsub-js": "~1.9.4",
|
|
78
|
-
"react": "~18.
|
|
78
|
+
"react": "~18.2.0",
|
|
79
79
|
"react-aria-live": "~2.0.5",
|
|
80
|
-
"react-dom": "~18.
|
|
80
|
+
"react-dom": "~18.2.0",
|
|
81
81
|
"react-helmet": "~6.1.0",
|
|
82
|
-
"react-hook-form": "~7.
|
|
82
|
+
"react-hook-form": "~7.33.1",
|
|
83
83
|
"react-hot-loader": "~4.13.0",
|
|
84
|
-
"react-redux": "~8.0.
|
|
84
|
+
"react-redux": "~8.0.2",
|
|
85
85
|
"react-router-dom": "~6.3.0",
|
|
86
|
-
"redux-injectors": "~
|
|
86
|
+
"redux-injectors": "~2.0.0",
|
|
87
87
|
"redux-saga": "~1.1.3",
|
|
88
|
-
"reselect": "~4.1.
|
|
88
|
+
"reselect": "~4.1.6",
|
|
89
89
|
"sanitize.css": "~13.0.0",
|
|
90
90
|
"styled-components": "~5.3.5",
|
|
91
91
|
"styled-system": "~5.1.5",
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.4.2",
|
|
96
|
-
"@elliemae/pui-cli": "
|
|
96
|
+
"@elliemae/pui-cli": "7.0.0-alpha.27"
|
|
97
97
|
}
|
|
98
98
|
}
|