@elliemae/app-react-dependencies 2.10.0 → 3.0.0-beta.1

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.
Files changed (1) hide show
  1. package/package.json +21 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "2.10.0",
3
+ "version": "3.0.0-beta.1",
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
- "npm": ">=7",
17
- "node": ">=14"
16
+ "npm": ">=8",
17
+ "node": ">=16"
18
18
  },
19
19
  "author": "ICE MT",
20
20
  "license": "MIT",
@@ -47,29 +47,28 @@
47
47
  "@fortawesome/react-fontawesome": "^0.1.16",
48
48
  "@reduxjs/toolkit": "^1.6.2",
49
49
  "axios": "^0.24.0",
50
- "connected-react-router": "^6.9.1",
51
- "core-js": "^3.19.1",
52
- "date-fns": "^2.25.0",
50
+ "core-js": "^3.19.2",
51
+ "date-fns": "^2.27.0",
53
52
  "date-fns-tz": "^1.1.6",
54
53
  "dompurify": "^2.3.3",
55
- "history": "^4.10.1",
54
+ "history": "^5.1.0",
56
55
  "hoist-non-react-statics": "^3.3.2",
57
- "immer": "^9.0.6",
56
+ "immer": "^9.0.7",
58
57
  "invariant": "^2.2.4",
59
58
  "lodash": "^4.17.21",
60
59
  "prop-types": "^15.7.2",
61
- "pubsub-js": "^1.9.3",
60
+ "pubsub-js": "^1.9.4",
62
61
  "react": "^17.0.2",
63
62
  "react-aria-live": "^2.0.5",
64
63
  "react-dom": "^17.0.2",
65
64
  "react-helmet": "^6.1.0",
66
- "react-hook-form": "~7.18.1",
65
+ "react-hook-form": "~7.20.5",
67
66
  "react-redux": "^7.2.6",
68
- "react-router-dom": "^5.3.0",
67
+ "react-router-dom": "^6.0.2",
69
68
  "redux": "^4.1.2",
70
69
  "redux-injectors": "^1.3.0",
71
70
  "redux-saga": "^1.1.3",
72
- "reselect": "^4.1.4",
71
+ "reselect": "^4.1.5",
73
72
  "sanitize.css": "^13.0.0",
74
73
  "styled-components": "^5.3.3",
75
74
  "styled-system": "^5.1.5"
@@ -88,23 +87,22 @@
88
87
  "@types/lodash": "~4.14.177",
89
88
  "@types/prop-types": "~15.7.4",
90
89
  "@types/pubsub-js": "~1.8.3",
91
- "@types/react": "~17.0.35",
90
+ "@types/react": "~17.0.37",
92
91
  "@types/react-dom": "~17.0.11",
93
92
  "@types/react-helmet": "~6.1.4",
94
93
  "@types/react-redux": "~7.1.20",
95
94
  "@types/react-router-dom": "~5.3.2",
96
- "@types/styled-components": "~5.1.15",
95
+ "@types/styled-components": "~5.1.16",
97
96
  "@types/styled-system": "~5.1.13",
98
97
  "@types/yup": "~0.29.13",
99
98
  "axios": "^0.24.0",
100
- "connected-react-router": "^6.9.1",
101
- "core-js": "^3.19.1",
102
- "date-fns": "^2.25.0",
99
+ "core-js": "^3.19.2",
100
+ "date-fns": "^2.27.0",
103
101
  "date-fns-tz": "^1.1.6",
104
102
  "dompurify": "^2.3.3",
105
- "history": "^4.10.1",
103
+ "history": "^5.1.0",
106
104
  "hoist-non-react-statics": "^3.3.2",
107
- "immer": "^9.0.6",
105
+ "immer": "^9.0.7",
108
106
  "invariant": "^2.2.4",
109
107
  "localforage": "~1.10.0",
110
108
  "lodash": "^4.17.21",
@@ -114,14 +112,14 @@
114
112
  "react-aria-live": "^2.0.5",
115
113
  "react-dom": "^17.0.2",
116
114
  "react-helmet": "^6.1.0",
117
- "react-hook-form": "~7.18.1",
115
+ "react-hook-form": "~7.20.5",
118
116
  "react-hot-loader": "~4.13.0",
119
117
  "react-redux": "^7.2.6",
120
- "react-router-dom": "^5.3.0",
118
+ "react-router-dom": "^6.0.2",
121
119
  "redux": "^4.1.2",
122
120
  "redux-injectors": "^1.3.0",
123
121
  "redux-saga": "^1.1.3",
124
- "reselect": "^4.1.4",
122
+ "reselect": "^4.1.5",
125
123
  "sanitize.css": "^13.0.0",
126
124
  "styled-components": "^5.3.3",
127
125
  "styled-system": "^5.1.5",
@@ -129,6 +127,6 @@
129
127
  },
130
128
  "devDependencies": {
131
129
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
132
- "@elliemae/pui-cli": "~5.15.0"
130
+ "@elliemae/pui-cli": "~5.18.0"
133
131
  }
134
132
  }