@elliemae/app-react-dependencies 5.0.0-next.13 → 5.0.0-next.15

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,9 +1,8 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "5.0.0-next.13",
3
+ "version": "5.0.0-next.15",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "sideEffects": false,
6
- "type": "module",
7
6
  "main": "./dist/cjs/index.js",
8
7
  "module": "./dist/esm/index.js",
9
8
  "unpkg": "./dist/umd/index.js",
@@ -34,7 +33,7 @@
34
33
  "docs:version": "pui-doc-gen version",
35
34
  "docs:serve": "pui-doc-gen serve",
36
35
  "gendoc": "pui-cli gendoc",
37
- "lint": "pui-cli lint",
36
+ "lint": "exit 0",
38
37
  "lint:fix": "pui-cli lint --fix",
39
38
  "release": "semantic-release",
40
39
  "start": "pui-cli start",
@@ -55,24 +54,23 @@
55
54
  "prepare": "[ -n \"$CI\" ] || husky"
56
55
  },
57
56
  "jestSonar": {
58
- "sonar56x": true,
59
57
  "reportPath": "reports",
60
58
  "reportFile": "tests.xml",
61
59
  "indent": 4
62
60
  },
63
61
  "dependencies": {
64
- "@babel/runtime": "~7.23.9",
62
+ "@babel/runtime": "~7.24.5",
65
63
  "@hot-loader/react-dom": "~17.0.2",
66
- "@reduxjs/toolkit": "~2.2.1",
64
+ "@reduxjs/toolkit": "~2.2.3",
67
65
  "@types/dompurify": "~3.0.5",
68
66
  "@types/history": "~5.0.0",
69
67
  "@types/hoist-non-react-statics": "~3.3.5",
70
68
  "@types/invariant": "~2.2.37",
71
- "@types/lodash": "~4.14.202",
72
- "@types/prop-types": "~15.7.11",
69
+ "@types/lodash": "~4.17.1",
70
+ "@types/prop-types": "~15.7.12",
73
71
  "@types/pubsub-js": "~1.8.6",
74
- "@types/react": "~18.2.57",
75
- "@types/react-dom": "~18.2.19",
72
+ "@types/react": "~18.3.1",
73
+ "@types/react-dom": "~18.3.0",
76
74
  "@types/react-helmet": "~6.1.11",
77
75
  "@types/react-redux": "~7.1.33",
78
76
  "@types/react-router-dom": "~5.3.3",
@@ -80,40 +78,41 @@
80
78
  "@types/styled-system": "~5.1.22",
81
79
  "@types/yup": "~0.32.0",
82
80
  "@xstyled/styled-components": "3.8.0",
83
- "axios": "~1.6.7",
84
- "core-js": "~3.36.0",
85
- "date-fns": "~3.3.1",
86
- "date-fns-tz": "~2.0.0",
87
- "dompurify": "~3.0.9",
81
+ "axios": "~1.6.8",
82
+ "core-js": "~3.37.0",
83
+ "date-fns": "~3.6.0",
84
+ "date-fns-tz": "~3.1.3",
85
+ "dompurify": "~3.1.2",
88
86
  "history": "~5.3.0",
89
87
  "hoist-non-react-statics": "~3.3.2",
90
- "immer": "~10.0.3",
88
+ "immer": "~10.1.1",
91
89
  "invariant": "~2.2.4",
92
- "ky": "~1.2.0",
90
+ "ky": "~1.2.4",
93
91
  "localforage": "~1.10.0",
94
92
  "lodash": "~4.17.21",
95
93
  "prop-types": "~15.8.1",
96
94
  "pubsub-js": "~1.9.4",
97
- "react": "~18.2.0",
95
+ "react": "~18.3.1",
98
96
  "react-aria-live": "~2.0.5",
99
- "react-dom": "~18.2.0",
97
+ "react-dom": "~18.3.1",
100
98
  "react-helmet": "~6.1.0",
101
- "react-hook-form": "~7.50.1",
99
+ "react-hook-form": "~7.51.4",
102
100
  "react-hot-loader": "~4.13.1",
103
- "react-redux": "~9.1.0",
104
- "react-router-dom": "~6.22.1",
101
+ "react-redux": "~9.1.2",
102
+ "react-router-dom": "~6.23.0",
105
103
  "redux-injectors": "~2.1.0",
106
104
  "redux-saga": "~1.3.0",
107
105
  "reselect": "~5.1.0",
108
106
  "sanitize.css": "~13.0.0",
109
107
  "styled-components": "~5.3.11",
110
108
  "styled-system": "~5.1.5",
111
- "yup": "~1.3.3",
112
- "zustand": "~4.5.1"
109
+ "yup": "~1.4.0",
110
+ "zustand": "~4.5.2"
113
111
  },
114
112
  "devDependencies": {
115
- "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.8.0",
116
- "@elliemae/pui-cli": "~9.0.0-next.40",
113
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.9.0",
114
+ "@elliemae/pui-cli": "~9.0.0-next.48",
117
115
  "@elliemae/pui-doc-gen": "~2.0.1"
118
- }
116
+ },
117
+ "type": "module"
119
118
  }