@elliemae/app-react-dependencies 2.9.2 → 3.0.0-beta.3

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 +42 -78
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "2.9.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -13,8 +13,8 @@
13
13
  "url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
14
14
  },
15
15
  "engines": {
16
- "npm": ">=7",
17
- "node": ">=14"
16
+ "npm": ">=8",
17
+ "node": ">=16"
18
18
  },
19
19
  "author": "ICE MT",
20
20
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "prettify": "prettier --write",
28
28
  "test": "exit 0",
29
29
  "test:staged": "exit 0",
30
- "setup": "rimraf -r node_modules && rimraf package-lock.json && npm i",
30
+ "setup": "rimraf -r node_modules && rimraf pnpm-lock.yaml && pnpm i",
31
31
  "storybook:build": "exit 0",
32
32
  "storybook:docs:build": "exit 0",
33
33
  "upgrade": "ncu -u && npm run setup",
@@ -40,95 +40,59 @@
40
40
  "reportFile": "tests.xml",
41
41
  "indent": 4
42
42
  },
43
- "peerDependencies": {
44
- "@babel/runtime": "^7.16.0",
45
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
46
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
47
- "@fortawesome/react-fontawesome": "^0.1.16",
48
- "@reduxjs/toolkit": "^1.6.2",
49
- "axios": "^0.24.0",
50
- "connected-react-router": "^6.9.1",
51
- "core-js": "^3.19.1",
52
- "date-fns": "^2.25.0",
53
- "date-fns-tz": "^1.1.6",
54
- "dompurify": "^2.3.3",
55
- "history": "^4.10.1",
56
- "hoist-non-react-statics": "^3.3.2",
57
- "immer": "^9.0.6",
58
- "invariant": "^2.2.4",
59
- "lodash": "^4.17.21",
60
- "prop-types": "^15.7.2",
61
- "pubsub-js": "^1.9.3",
62
- "react": "^17.0.2",
63
- "react-aria-live": "^2.0.5",
64
- "react-dom": "^17.0.2",
65
- "react-helmet": "^6.1.0",
66
- "react-hook-form": "~7.18.0",
67
- "react-redux": "^7.2.6",
68
- "react-router-dom": "^5.3.0",
69
- "redux": "^4.1.2",
70
- "redux-injectors": "^1.3.0",
71
- "redux-saga": "^1.1.3",
72
- "reselect": "^4.1.2",
73
- "sanitize.css": "^13.0.0",
74
- "styled-components": "^5.3.3",
75
- "styled-system": "^5.1.5"
76
- },
77
43
  "dependencies": {
78
- "@babel/runtime": "^7.16.0",
79
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
80
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
81
- "@fortawesome/react-fontawesome": "^0.1.16",
44
+ "@babel/runtime": "~7.16.7",
45
+ "@fortawesome/fontawesome-svg-core": "~1.2.36",
46
+ "@fortawesome/free-solid-svg-icons": "~5.15.4",
47
+ "@fortawesome/react-fontawesome": "~0.1.16",
82
48
  "@hot-loader/react-dom": "~17.0.1",
83
- "@reduxjs/toolkit": "^1.6.2",
84
- "@types/dompurify": "~2.3.1",
49
+ "@reduxjs/toolkit": "~1.7.1",
50
+ "@types/dompurify": "~2.3.2",
85
51
  "@types/history": "~4.7.9",
86
52
  "@types/hoist-non-react-statics": "~3.3.1",
87
53
  "@types/invariant": "~2.2.35",
88
- "@types/lodash": "~4.14.176",
54
+ "@types/lodash": "~4.14.178",
89
55
  "@types/prop-types": "~15.7.4",
90
56
  "@types/pubsub-js": "~1.8.3",
91
- "@types/react": "~17.0.34",
57
+ "@types/react": "~17.0.38",
92
58
  "@types/react-dom": "~17.0.11",
93
- "@types/react-helmet": "~6.1.4",
94
- "@types/react-redux": "~7.1.20",
59
+ "@types/react-helmet": "~6.1.5",
60
+ "@types/react-redux": "~7.1.21",
95
61
  "@types/react-router-dom": "~5.3.2",
96
- "@types/styled-components": "~5.1.15",
97
- "@types/styled-system": "~5.1.13",
62
+ "@types/styled-components": "~5.1.19",
63
+ "@types/styled-system": "~5.1.14",
98
64
  "@types/yup": "~0.29.13",
99
- "axios": "^0.24.0",
100
- "connected-react-router": "^6.9.1",
101
- "core-js": "^3.19.1",
102
- "date-fns": "^2.25.0",
103
- "date-fns-tz": "^1.1.6",
104
- "dompurify": "^2.3.3",
105
- "history": "^4.10.1",
106
- "hoist-non-react-statics": "^3.3.2",
107
- "immer": "^9.0.6",
108
- "invariant": "^2.2.4",
65
+ "axios": "~0.24.0",
66
+ "core-js": "~3.20.2",
67
+ "date-fns": "~2.28.0",
68
+ "date-fns-tz": "~1.2.2",
69
+ "dompurify": "~2.3.4",
70
+ "history": "~5.2.0",
71
+ "hoist-non-react-statics": "~3.3.2",
72
+ "immer": "~9.0.7",
73
+ "invariant": "~2.2.4",
109
74
  "localforage": "~1.10.0",
110
- "lodash": "^4.17.21",
111
- "prop-types": "^15.7.2",
112
- "pubsub-js": "^1.9.3",
113
- "react": "^17.0.2",
114
- "react-aria-live": "^2.0.5",
115
- "react-dom": "^17.0.2",
116
- "react-helmet": "^6.1.0",
117
- "react-hook-form": "~7.18.0",
75
+ "lodash": "~4.17.21",
76
+ "prop-types": "~15.8.0",
77
+ "pubsub-js": "~1.9.4",
78
+ "react": "~17.0.2",
79
+ "react-aria-live": "~2.0.5",
80
+ "react-dom": "~17.0.2",
81
+ "react-helmet": "~6.1.0",
82
+ "react-hook-form": "~7.22.5",
118
83
  "react-hot-loader": "~4.13.0",
119
- "react-redux": "^7.2.6",
120
- "react-router-dom": "^5.3.0",
121
- "redux": "^4.1.2",
122
- "redux-injectors": "^1.3.0",
123
- "redux-saga": "^1.1.3",
124
- "reselect": "^4.1.2",
125
- "sanitize.css": "^13.0.0",
126
- "styled-components": "^5.3.3",
127
- "styled-system": "^5.1.5",
84
+ "react-redux": "~7.2.6",
85
+ "react-router-dom": "~6.2.1",
86
+ "redux-injectors": "~1.3.0",
87
+ "redux-saga": "~1.1.3",
88
+ "reselect": "~4.1.5",
89
+ "sanitize.css": "~13.0.0",
90
+ "styled-components": "~5.3.3",
91
+ "styled-system": "~5.1.5",
128
92
  "yup": "~0.32.11"
129
93
  },
130
94
  "devDependencies": {
131
95
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
132
- "@elliemae/pui-cli": "~5.13.0"
96
+ "@elliemae/pui-cli": "~5.24.1"
133
97
  }
134
98
  }