@elliemae/app-react-dependencies 5.0.0-next.1 → 5.0.0-next.11

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,8 +1,9 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "5.0.0-next.1",
3
+ "version": "5.0.0-next.11",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "sideEffects": false,
6
+ "type": "module",
6
7
  "main": "./dist/cjs/index.js",
7
8
  "module": "./dist/esm/index.js",
8
9
  "unpkg": "./dist/umd/index.js",
@@ -21,7 +22,7 @@
21
22
  },
22
23
  "engines": {
23
24
  "pnpm": ">=8",
24
- "node": ">=18"
25
+ "node": ">=20"
25
26
  },
26
27
  "author": "ICE MT",
27
28
  "license": "MIT",
@@ -51,7 +52,7 @@
51
52
  "test:staged": "jest --coverage --passWithNoTests --bail --findRelatedTests",
52
53
  "tscheck": "pui-cli tscheck --files",
53
54
  "upgrade": "ncu -u && npm run setup",
54
- "prepare": "[ -n \"$CI\" ] || husky install"
55
+ "prepare": "[ -n \"$CI\" ] || husky"
55
56
  },
56
57
  "jestSonar": {
57
58
  "sonar56x": true,
@@ -60,34 +61,35 @@
60
61
  "indent": 4
61
62
  },
62
63
  "dependencies": {
63
- "@babel/runtime": "~7.21.5",
64
+ "@babel/runtime": "~7.23.9",
64
65
  "@hot-loader/react-dom": "~17.0.2",
65
- "@reduxjs/toolkit": "~1.9.5",
66
- "@types/dompurify": "~3.0.2",
66
+ "@reduxjs/toolkit": "~2.1.0",
67
+ "@types/dompurify": "~3.0.5",
67
68
  "@types/history": "~5.0.0",
68
- "@types/hoist-non-react-statics": "~3.3.1",
69
- "@types/invariant": "~2.2.35",
70
- "@types/lodash": "~4.14.194",
71
- "@types/prop-types": "~15.7.5",
72
- "@types/pubsub-js": "~1.8.3",
73
- "@types/react": "~18.2.5",
74
- "@types/react-dom": "~18.2.3",
75
- "@types/react-helmet": "~6.1.6",
76
- "@types/react-redux": "~7.1.25",
69
+ "@types/hoist-non-react-statics": "~3.3.5",
70
+ "@types/invariant": "~2.2.37",
71
+ "@types/lodash": "~4.14.202",
72
+ "@types/prop-types": "~15.7.11",
73
+ "@types/pubsub-js": "~1.8.6",
74
+ "@types/react": "~18.2.48",
75
+ "@types/react-dom": "~18.2.18",
76
+ "@types/react-helmet": "~6.1.11",
77
+ "@types/react-redux": "~7.1.33",
77
78
  "@types/react-router-dom": "~5.3.3",
78
- "@types/styled-components": "~5.1.26",
79
- "@types/styled-system": "~5.1.16",
79
+ "@types/styled-components": "~5.1.34",
80
+ "@types/styled-system": "~5.1.22",
80
81
  "@types/yup": "~0.32.0",
81
82
  "@xstyled/styled-components": "3.8.0",
82
- "axios": "~1.4.0",
83
- "core-js": "~3.30.1",
84
- "date-fns": "~2.30.0",
83
+ "axios": "~1.6.7",
84
+ "core-js": "~3.35.1",
85
+ "date-fns": "~3.3.1",
85
86
  "date-fns-tz": "~2.0.0",
86
- "dompurify": "~3.0.2",
87
+ "dompurify": "~3.0.8",
87
88
  "history": "~5.3.0",
88
89
  "hoist-non-react-statics": "~3.3.2",
89
- "immer": "~9.0.21",
90
+ "immer": "~10.0.3",
90
91
  "invariant": "~2.2.4",
92
+ "ky": "~1.2.0",
91
93
  "localforage": "~1.10.0",
92
94
  "lodash": "~4.17.21",
93
95
  "prop-types": "~15.8.1",
@@ -96,20 +98,22 @@
96
98
  "react-aria-live": "~2.0.5",
97
99
  "react-dom": "~18.2.0",
98
100
  "react-helmet": "~6.1.0",
99
- "react-hook-form": "~7.43.9",
101
+ "react-hook-form": "~7.49.3",
100
102
  "react-hot-loader": "~4.13.1",
101
- "react-redux": "~8.0.5",
102
- "react-router-dom": "~6.11.1",
103
+ "react-redux": "~9.1.0",
104
+ "react-router-dom": "~6.21.3",
103
105
  "redux-injectors": "~2.1.0",
104
- "redux-saga": "~1.2.3",
105
- "reselect": "~4.1.8",
106
+ "redux-saga": "~1.3.0",
107
+ "reselect": "~5.1.0",
106
108
  "sanitize.css": "~13.0.0",
107
- "styled-components": "~5.3.10",
109
+ "styled-components": "~5.3.11",
108
110
  "styled-system": "~5.1.5",
109
- "yup": "~1.1.1"
111
+ "yup": "~1.3.3",
112
+ "zustand": "~4.5.0"
110
113
  },
111
114
  "devDependencies": {
112
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.7.0",
113
- "@elliemae/pui-cli": "~8.9.0"
115
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
116
+ "@elliemae/pui-cli": "~9.0.0-next.33",
117
+ "@elliemae/pui-doc-gen": "~2.0.1"
114
118
  }
115
119
  }