@elliemae/app-react-dependencies 3.0.0-beta.2 → 3.0.0-beta.6

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 +43 -77
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.6",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "url": "https://git.elliemae.io/platform-ui/app-react-dependencies.git"
14
14
  },
15
15
  "engines": {
16
- "npm": ">=8",
16
+ "pnpm": ">=6",
17
17
  "node": ">=16"
18
18
  },
19
19
  "author": "ICE MT",
@@ -27,12 +27,12 @@
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",
34
34
  "release": "semantic-release",
35
- "prepare": "husky install"
35
+ "prepare": "[ -n \"$CI\" ] || husky install"
36
36
  },
37
37
  "jestSonar": {
38
38
  "sonar56x": true,
@@ -40,48 +40,15 @@
40
40
  "reportFile": "tests.xml",
41
41
  "indent": 4
42
42
  },
43
- "peerDependencies": {
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",
48
- "@reduxjs/toolkit": "^1.7.1",
49
- "axios": "^0.24.0",
50
- "core-js": "^3.20.2",
51
- "date-fns": "^2.28.0",
52
- "date-fns-tz": "^1.2.2",
53
- "dompurify": "^2.3.4",
54
- "history": "^5.2.0",
55
- "hoist-non-react-statics": "^3.3.2",
56
- "immer": "^9.0.7",
57
- "invariant": "^2.2.4",
58
- "lodash": "^4.17.21",
59
- "prop-types": "^15.8.0",
60
- "pubsub-js": "^1.9.4",
61
- "react": "^17.0.2",
62
- "react-aria-live": "^2.0.5",
63
- "react-dom": "^17.0.2",
64
- "react-helmet": "^6.1.0",
65
- "react-hook-form": "~7.22.5",
66
- "react-redux": "^7.2.6",
67
- "react-router-dom": "^6.2.1",
68
- "redux": "^4.1.2",
69
- "redux-injectors": "^1.3.0",
70
- "redux-saga": "^1.1.3",
71
- "reselect": "^4.1.5",
72
- "sanitize.css": "^13.0.0",
73
- "styled-components": "^5.3.3",
74
- "styled-system": "^5.1.5"
75
- },
76
43
  "dependencies": {
77
- "@babel/runtime": "^7.16.7",
78
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
79
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
80
- "@fortawesome/react-fontawesome": "^0.1.16",
81
- "@hot-loader/react-dom": "~17.0.1",
82
- "@reduxjs/toolkit": "^1.7.1",
83
- "@types/dompurify": "~2.3.2",
84
- "@types/history": "~4.7.9",
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",
48
+ "@hot-loader/react-dom": "~17.0.2",
49
+ "@reduxjs/toolkit": "~1.7.1",
50
+ "@types/dompurify": "~2.3.3",
51
+ "@types/history": "~4.7.11",
85
52
  "@types/hoist-non-react-statics": "~3.3.1",
86
53
  "@types/invariant": "~2.2.35",
87
54
  "@types/lodash": "~4.14.178",
@@ -90,43 +57,42 @@
90
57
  "@types/react": "~17.0.38",
91
58
  "@types/react-dom": "~17.0.11",
92
59
  "@types/react-helmet": "~6.1.5",
93
- "@types/react-redux": "~7.1.21",
94
- "@types/react-router-dom": "~5.3.2",
95
- "@types/styled-components": "~5.1.19",
96
- "@types/styled-system": "~5.1.14",
60
+ "@types/react-redux": "~7.1.22",
61
+ "@types/react-router-dom": "~5.3.3",
62
+ "@types/styled-components": "~5.1.20",
63
+ "@types/styled-system": "~5.1.15",
97
64
  "@types/yup": "~0.29.13",
98
- "axios": "^0.24.0",
99
- "core-js": "^3.20.2",
100
- "date-fns": "^2.28.0",
101
- "date-fns-tz": "^1.2.2",
102
- "dompurify": "^2.3.4",
103
- "history": "^5.2.0",
104
- "hoist-non-react-statics": "^3.3.2",
105
- "immer": "^9.0.7",
106
- "invariant": "^2.2.4",
65
+ "axios": "~0.25.0",
66
+ "core-js": "~3.20.3",
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.12",
73
+ "invariant": "~2.2.4",
107
74
  "localforage": "~1.10.0",
108
- "lodash": "^4.17.21",
109
- "prop-types": "^15.8.0",
110
- "pubsub-js": "^1.9.4",
111
- "react": "^17.0.2",
112
- "react-aria-live": "^2.0.5",
113
- "react-dom": "^17.0.2",
114
- "react-helmet": "^6.1.0",
115
- "react-hook-form": "~7.22.5",
75
+ "lodash": "~4.17.21",
76
+ "prop-types": "~15.8.1",
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.24.2",
116
83
  "react-hot-loader": "~4.13.0",
117
- "react-redux": "^7.2.6",
118
- "react-router-dom": "^6.2.1",
119
- "redux": "^4.1.2",
120
- "redux-injectors": "^1.3.0",
121
- "redux-saga": "^1.1.3",
122
- "reselect": "^4.1.5",
123
- "sanitize.css": "^13.0.0",
124
- "styled-components": "^5.3.3",
125
- "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",
126
92
  "yup": "~0.32.11"
127
93
  },
128
94
  "devDependencies": {
129
- "@elliemae/browserslist-config-elliemae": "~1.2.1",
130
- "@elliemae/pui-cli": "~5.24.1"
95
+ "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.3.0",
96
+ "@elliemae/pui-cli": "~6.0.0-beta.57"
131
97
  }
132
98
  }