@elliemae/app-react-dependencies 5.0.0-next.7 → 5.0.0-next.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "5.0.0-next.7",
3
+ "version": "5.0.0-next.9",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "engines": {
23
23
  "pnpm": ">=8",
24
- "node": ">=18"
24
+ "node": ">=20"
25
25
  },
26
26
  "author": "ICE MT",
27
27
  "license": "MIT",
@@ -60,33 +60,35 @@
60
60
  "indent": 4
61
61
  },
62
62
  "dependencies": {
63
- "@babel/runtime": "~7.23.1",
63
+ "@babel/runtime": "~7.23.2",
64
64
  "@hot-loader/react-dom": "~17.0.2",
65
- "@reduxjs/toolkit": "~1.9.6",
66
- "@types/dompurify": "~3.0.3",
65
+ "@reduxjs/toolkit": "~1.9.7",
66
+ "@types/dompurify": "~3.0.4",
67
67
  "@types/history": "~5.0.0",
68
- "@types/hoist-non-react-statics": "~3.3.2",
69
- "@types/invariant": "~2.2.35",
70
- "@types/lodash": "~4.14.199",
71
- "@types/prop-types": "~15.7.7",
72
- "@types/pubsub-js": "~1.8.4",
73
- "@types/react": "~18.2.22",
74
- "@types/react-dom": "~18.2.7",
75
- "@types/react-helmet": "~6.1.6",
76
- "@types/react-redux": "~7.1.26",
68
+ "@types/hoist-non-react-statics": "~3.3.4",
69
+ "@types/invariant": "~2.2.36",
70
+ "@types/lodash": "~4.14.200",
71
+ "@types/prop-types": "~15.7.9",
72
+ "@types/pubsub-js": "~1.8.5",
73
+ "@types/react": "~18.2.33",
74
+ "@types/react-dom": "~18.2.14",
75
+ "@types/react-helmet": "~6.1.8",
76
+ "@types/react-redux": "~7.1.28",
77
77
  "@types/react-router-dom": "~5.3.3",
78
- "@types/styled-system": "~5.1.18",
78
+ "@types/styled-components": "~5.1.29",
79
+ "@types/styled-system": "~5.1.20",
79
80
  "@types/yup": "~0.32.0",
80
81
  "@xstyled/styled-components": "3.8.0",
81
- "axios": "~1.4.0",
82
- "core-js": "~3.32.2",
82
+ "axios": "~1.6.0",
83
+ "core-js": "~3.33.1",
83
84
  "date-fns": "~2.30.0",
84
85
  "date-fns-tz": "~2.0.0",
85
- "dompurify": "~3.0.5",
86
+ "dompurify": "~3.0.6",
86
87
  "history": "~5.3.0",
87
88
  "hoist-non-react-statics": "~3.3.2",
88
89
  "immer": "~9.0.21",
89
90
  "invariant": "~2.2.4",
91
+ "ky": "~1.1.1",
90
92
  "localforage": "~1.10.0",
91
93
  "lodash": "~4.17.21",
92
94
  "prop-types": "~15.8.1",
@@ -95,20 +97,20 @@
95
97
  "react-aria-live": "~2.0.5",
96
98
  "react-dom": "~18.2.0",
97
99
  "react-helmet": "~6.1.0",
98
- "react-hook-form": "~7.46.2",
100
+ "react-hook-form": "~7.47.0",
99
101
  "react-hot-loader": "~4.13.1",
100
- "react-redux": "~8.1.2",
101
- "react-router-dom": "~6.16.0",
102
+ "react-redux": "~8.1.3",
103
+ "react-router-dom": "~6.17.0",
102
104
  "redux-injectors": "~2.1.0",
103
105
  "redux-saga": "~1.2.3",
104
106
  "reselect": "~4.1.8",
105
107
  "sanitize.css": "~13.0.0",
106
108
  "styled-components": "~5.3.11",
107
109
  "styled-system": "~5.1.5",
108
- "yup": "~1.3.0"
110
+ "yup": "~1.3.2"
109
111
  },
110
112
  "devDependencies": {
111
113
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
112
- "@elliemae/pui-cli": "~9.0.0-next.20"
114
+ "@elliemae/pui-cli": "~9.0.0-next.22"
113
115
  }
114
116
  }