@elliemae/app-react-dependencies 2.3.0 → 2.4.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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -48,7 +48,7 @@
48
48
  "@reduxjs/toolkit": "^1.6.1",
49
49
  "axios": "^0.21.4",
50
50
  "connected-react-router": "^6.9.1",
51
- "core-js": "^3.18.0",
51
+ "core-js": "^3.18.1",
52
52
  "date-fns": "^2.24.0",
53
53
  "date-fns-tz": "^1.1.6",
54
54
  "dompurify": "^2.3.3",
@@ -63,7 +63,7 @@
63
63
  "react-aria-live": "^2.0.5",
64
64
  "react-dom": "^17.0.2",
65
65
  "react-helmet": "^6.1.0",
66
- "react-hook-form": "^7.15.4",
66
+ "react-hook-form": "^7.16.1",
67
67
  "react-redux": "^7.2.5",
68
68
  "react-router-dom": "^5.3.0",
69
69
  "redux": "^4.1.1",
@@ -85,20 +85,20 @@
85
85
  "@types/history": "~4.7.9",
86
86
  "@types/hoist-non-react-statics": "~3.3.1",
87
87
  "@types/invariant": "~2.2.35",
88
- "@types/lodash": "~4.14.173",
88
+ "@types/lodash": "~4.14.174",
89
89
  "@types/prop-types": "~15.7.4",
90
- "@types/pubsub-js": "~1.8.2",
91
- "@types/react": "~17.0.22",
90
+ "@types/pubsub-js": "~1.8.3",
91
+ "@types/react": "~17.0.24",
92
92
  "@types/react-dom": "~17.0.9",
93
93
  "@types/react-helmet": "~6.1.2",
94
94
  "@types/react-redux": "~7.1.18",
95
- "@types/react-router-dom": "~5.1.9",
95
+ "@types/react-router-dom": "~5.3.0",
96
96
  "@types/styled-components": "~5.1.14",
97
97
  "@types/styled-system": "~5.1.13",
98
98
  "@types/yup": "~0.29.13",
99
99
  "axios": "^0.21.4",
100
100
  "connected-react-router": "^6.9.1",
101
- "core-js": "^3.18.0",
101
+ "core-js": "^3.18.1",
102
102
  "date-fns": "^2.24.0",
103
103
  "date-fns-tz": "^1.1.6",
104
104
  "dompurify": "^2.3.3",
@@ -114,7 +114,7 @@
114
114
  "react-aria-live": "^2.0.5",
115
115
  "react-dom": "^17.0.2",
116
116
  "react-helmet": "^6.1.0",
117
- "react-hook-form": "^7.15.4",
117
+ "react-hook-form": "^7.16.1",
118
118
  "react-hot-loader": "~4.13.0",
119
119
  "react-redux": "^7.2.5",
120
120
  "react-router-dom": "^5.3.0",
@@ -129,6 +129,6 @@
129
129
  },
130
130
  "devDependencies": {
131
131
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
132
- "@elliemae/pui-cli": "~5.1.3"
132
+ "@elliemae/pui-cli": "~5.4.2"
133
133
  }
134
134
  }