@elliemae/app-react-dependencies 4.1.0 → 4.3.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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "ICE MT React Application Dependencies",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -41,35 +41,35 @@
|
|
|
41
41
|
"indent": 4
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@babel/runtime": "~7.
|
|
45
|
-
"@fortawesome/fontawesome-svg-core": "~6.2.
|
|
46
|
-
"@fortawesome/free-solid-svg-icons": "~6.2.
|
|
44
|
+
"@babel/runtime": "~7.20.7",
|
|
45
|
+
"@fortawesome/fontawesome-svg-core": "~6.2.1",
|
|
46
|
+
"@fortawesome/free-solid-svg-icons": "~6.2.1",
|
|
47
47
|
"@fortawesome/react-fontawesome": "~0.2.0",
|
|
48
48
|
"@hot-loader/react-dom": "~17.0.2",
|
|
49
|
-
"@reduxjs/toolkit": "~1.
|
|
50
|
-
"@types/dompurify": "~2.
|
|
49
|
+
"@reduxjs/toolkit": "~1.9.1",
|
|
50
|
+
"@types/dompurify": "~2.4.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
|
-
"@types/lodash": "~4.14.
|
|
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.
|
|
59
|
-
"@types/react-helmet": "~6.1.
|
|
60
|
-
"@types/react-redux": "~7.1.
|
|
57
|
+
"@types/react": "~18.0.26",
|
|
58
|
+
"@types/react-dom": "~18.0.10",
|
|
59
|
+
"@types/react-helmet": "~6.1.6",
|
|
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
|
-
"@types/styled-system": "~5.1.
|
|
63
|
+
"@types/styled-system": "~5.1.16",
|
|
64
64
|
"@types/yup": "~0.29.14",
|
|
65
|
-
"axios": "~1.
|
|
66
|
-
"core-js": "~3.
|
|
65
|
+
"axios": "~1.2.2",
|
|
66
|
+
"core-js": "~3.27.1",
|
|
67
67
|
"date-fns": "~2.29.3",
|
|
68
68
|
"date-fns-tz": "~1.3.7",
|
|
69
|
-
"dompurify": "~2.4.
|
|
69
|
+
"dompurify": "~2.4.1",
|
|
70
70
|
"history": "~5.3.0",
|
|
71
71
|
"hoist-non-react-statics": "~3.3.2",
|
|
72
|
-
"immer": "~9.0.
|
|
72
|
+
"immer": "~9.0.17",
|
|
73
73
|
"invariant": "~2.2.4",
|
|
74
74
|
"localforage": "~1.10.0",
|
|
75
75
|
"lodash": "~4.17.21",
|
|
@@ -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.
|
|
83
|
-
"react-hot-loader": "~4.13.
|
|
84
|
-
"react-redux": "~8.0.
|
|
85
|
-
"react-router-dom": "~6.
|
|
86
|
-
"redux-injectors": "~2.
|
|
87
|
-
"redux-saga": "~1.2.
|
|
88
|
-
"reselect": "~4.1.
|
|
82
|
+
"react-hook-form": "~7.41.5",
|
|
83
|
+
"react-hot-loader": "~4.13.1",
|
|
84
|
+
"react-redux": "~8.0.5",
|
|
85
|
+
"react-router-dom": "~6.6.1",
|
|
86
|
+
"redux-injectors": "~2.1.0",
|
|
87
|
+
"redux-saga": "~1.2.2",
|
|
88
|
+
"reselect": "~4.1.7",
|
|
89
89
|
"sanitize.css": "~13.0.0",
|
|
90
90
|
"styled-components": "~5.3.6",
|
|
91
91
|
"styled-system": "~5.1.5",
|
|
92
92
|
"yup": "~0.32.11"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.
|
|
96
|
-
"@elliemae/pui-cli": "~7.
|
|
95
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
|
|
96
|
+
"@elliemae/pui-cli": "~7.22.0"
|
|
97
97
|
}
|
|
98
98
|
}
|