@elliemae/app-react-dependencies 5.0.0-next.14 → 5.0.0-next.17

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.14",
3
+ "version": "5.0.0-next.17",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",
@@ -12,16 +12,16 @@
12
12
  "demo",
13
13
  "build"
14
14
  ],
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
15
  "repository": {
19
16
  "type": "git",
20
17
  "url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
21
18
  },
22
19
  "engines": {
23
- "pnpm": ">=8",
24
- "node": ">=20"
20
+ "pnpm": ">=9",
21
+ "node": ">=22"
22
+ },
23
+ "publishConfig": {
24
+ "access": "public"
25
25
  },
26
26
  "author": "ICE MT",
27
27
  "license": "MIT",
@@ -33,7 +33,7 @@
33
33
  "docs:version": "pui-doc-gen version",
34
34
  "docs:serve": "pui-doc-gen serve",
35
35
  "gendoc": "pui-cli gendoc",
36
- "lint": "pui-cli lint",
36
+ "lint": "exit 0",
37
37
  "lint:fix": "pui-cli lint --fix",
38
38
  "release": "semantic-release",
39
39
  "start": "pui-cli start",
@@ -54,66 +54,65 @@
54
54
  "prepare": "[ -n \"$CI\" ] || husky"
55
55
  },
56
56
  "jestSonar": {
57
- "sonar56x": true,
58
57
  "reportPath": "reports",
59
58
  "reportFile": "tests.xml",
60
59
  "indent": 4
61
60
  },
62
61
  "dependencies": {
63
- "@babel/runtime": "~7.24.0",
62
+ "@babel/runtime": "~7.26.0",
64
63
  "@hot-loader/react-dom": "~17.0.2",
65
- "@reduxjs/toolkit": "~2.2.1",
66
- "@types/dompurify": "~3.0.5",
64
+ "@reduxjs/toolkit": "~2.5.0",
65
+ "@types/dompurify": "~3.2.0",
67
66
  "@types/history": "~5.0.0",
68
- "@types/hoist-non-react-statics": "~3.3.5",
67
+ "@types/hoist-non-react-statics": "~3.3.6",
69
68
  "@types/invariant": "~2.2.37",
70
- "@types/lodash": "~4.14.202",
71
- "@types/prop-types": "~15.7.11",
69
+ "@types/lodash": "~4.17.14",
70
+ "@types/prop-types": "~15.7.14",
72
71
  "@types/pubsub-js": "~1.8.6",
73
- "@types/react": "~18.2.63",
74
- "@types/react-dom": "~18.2.20",
72
+ "@types/react": "~18.3.18",
73
+ "@types/react-dom": "~18.3.5",
75
74
  "@types/react-helmet": "~6.1.11",
76
- "@types/react-redux": "~7.1.33",
75
+ "@types/react-redux": "~7.1.34",
77
76
  "@types/react-router-dom": "~5.3.3",
78
77
  "@types/styled-components": "~5.1.34",
79
- "@types/styled-system": "~5.1.22",
78
+ "@types/styled-system": "~5.1.23",
80
79
  "@types/yup": "~0.32.0",
81
- "@xstyled/styled-components": "3.8.0",
82
- "axios": "~1.6.7",
83
- "core-js": "~3.36.0",
84
- "date-fns": "~3.3.1",
85
- "date-fns-tz": "~2.0.0",
86
- "dompurify": "~3.0.9",
80
+ "@xstyled/styled-components": "~3.8.1",
81
+ "axios": "~1.7.9",
82
+ "core-js": "~3.40.0",
83
+ "date-fns": "~4.1.0",
84
+ "date-fns-tz": "~3.2.0",
85
+ "dompurify": "~3.2.3",
87
86
  "history": "~5.3.0",
88
87
  "hoist-non-react-statics": "~3.3.2",
89
- "immer": "~10.0.3",
88
+ "immer": "~10.1.1",
90
89
  "invariant": "~2.2.4",
91
- "ky": "~1.2.2",
90
+ "ky": "~1.7.4",
92
91
  "localforage": "~1.10.0",
93
92
  "lodash": "~4.17.21",
94
93
  "prop-types": "~15.8.1",
95
- "pubsub-js": "~1.9.4",
96
- "react": "~18.2.0",
94
+ "pubsub-js": "~1.9.5",
95
+ "react": "~18.3.1",
97
96
  "react-aria-live": "~2.0.5",
98
- "react-dom": "~18.2.0",
97
+ "react-dom": "~18.3.1",
99
98
  "react-helmet": "~6.1.0",
100
- "react-hook-form": "~7.51.0",
99
+ "react-hook-form": "~7.54.2",
101
100
  "react-hot-loader": "~4.13.1",
102
- "react-redux": "~9.1.0",
103
- "react-router-dom": "~6.22.2",
101
+ "react-redux": "~9.2.0",
102
+ "react-router-dom": "~6.28.1",
104
103
  "redux-injectors": "~2.1.0",
105
104
  "redux-saga": "~1.3.0",
106
- "reselect": "~5.1.0",
105
+ "reselect": "~5.1.1",
107
106
  "sanitize.css": "~13.0.0",
108
107
  "styled-components": "~5.3.11",
109
108
  "styled-system": "~5.1.5",
110
- "yup": "~1.3.3",
111
- "zustand": "~4.5.2"
109
+ "yup": "~1.6.1",
110
+ "zustand": "~5.0.3"
112
111
  },
113
112
  "devDependencies": {
114
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
115
- "@elliemae/pui-cli": "~9.0.0-next.43",
116
- "@elliemae/pui-doc-gen": "~2.0.1"
113
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.11.0",
114
+ "@elliemae/pui-cli": "~9.0.0-next.60",
115
+ "@elliemae/pui-doc-gen": "~3.2.0"
117
116
  },
118
117
  "type": "module"
119
118
  }