@elliemae/app-react-dependencies 2.10.0 → 3.0.0-beta.4

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 +45 -80
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/app-react-dependencies",
3
- "version": "2.10.0",
3
+ "version": "3.0.0-beta.4",
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
+ "pnpm": ">=6",
17
+ "node": ">=16"
18
18
  },
19
19
  "author": "ICE MT",
20
20
  "license": "MIT",
@@ -27,12 +27,13 @@
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
+ "preinstall": "npx only-allow pnpm",
36
+ "prepare": "[ -n \"$CI\" ] || husky install"
36
37
  },
37
38
  "jestSonar": {
38
39
  "sonar56x": true,
@@ -40,95 +41,59 @@
40
41
  "reportFile": "tests.xml",
41
42
  "indent": 4
42
43
  },
43
- "peerDependencies": {
44
- "@babel/runtime": "^7.16.3",
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.1",
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.4",
73
- "sanitize.css": "^13.0.0",
74
- "styled-components": "^5.3.3",
75
- "styled-system": "^5.1.5"
76
- },
77
44
  "dependencies": {
78
- "@babel/runtime": "^7.16.3",
79
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
80
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
81
- "@fortawesome/react-fontawesome": "^0.1.16",
45
+ "@babel/runtime": "~7.16.7",
46
+ "@fortawesome/fontawesome-svg-core": "~1.2.36",
47
+ "@fortawesome/free-solid-svg-icons": "~5.15.4",
48
+ "@fortawesome/react-fontawesome": "~0.1.16",
82
49
  "@hot-loader/react-dom": "~17.0.1",
83
- "@reduxjs/toolkit": "^1.6.2",
84
- "@types/dompurify": "~2.3.1",
85
- "@types/history": "~4.7.9",
50
+ "@reduxjs/toolkit": "~1.7.1",
51
+ "@types/dompurify": "~2.3.3",
52
+ "@types/history": "~4.7.10",
86
53
  "@types/hoist-non-react-statics": "~3.3.1",
87
54
  "@types/invariant": "~2.2.35",
88
- "@types/lodash": "~4.14.177",
55
+ "@types/lodash": "~4.14.178",
89
56
  "@types/prop-types": "~15.7.4",
90
57
  "@types/pubsub-js": "~1.8.3",
91
- "@types/react": "~17.0.35",
58
+ "@types/react": "~17.0.38",
92
59
  "@types/react-dom": "~17.0.11",
93
- "@types/react-helmet": "~6.1.4",
94
- "@types/react-redux": "~7.1.20",
60
+ "@types/react-helmet": "~6.1.5",
61
+ "@types/react-redux": "~7.1.22",
95
62
  "@types/react-router-dom": "~5.3.2",
96
- "@types/styled-components": "~5.1.15",
97
- "@types/styled-system": "~5.1.13",
63
+ "@types/styled-components": "~5.1.20",
64
+ "@types/styled-system": "~5.1.15",
98
65
  "@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",
66
+ "axios": "~0.24.0",
67
+ "core-js": "~3.20.2",
68
+ "date-fns": "~2.28.0",
69
+ "date-fns-tz": "~1.2.2",
70
+ "dompurify": "~2.3.4",
71
+ "history": "~5.2.0",
72
+ "hoist-non-react-statics": "~3.3.2",
73
+ "immer": "~9.0.12",
74
+ "invariant": "~2.2.4",
109
75
  "localforage": "~1.10.0",
110
- "lodash": "^4.17.21",
111
- "prop-types": "^15.7.2",
112
- "pubsub-js": "^1.9.4",
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.1",
76
+ "lodash": "~4.17.21",
77
+ "prop-types": "~15.8.1",
78
+ "pubsub-js": "~1.9.4",
79
+ "react": "~17.0.2",
80
+ "react-aria-live": "~2.0.5",
81
+ "react-dom": "~17.0.2",
82
+ "react-helmet": "~6.1.0",
83
+ "react-hook-form": "~7.23.0",
118
84
  "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.4",
125
- "sanitize.css": "^13.0.0",
126
- "styled-components": "^5.3.3",
127
- "styled-system": "^5.1.5",
85
+ "react-redux": "~7.2.6",
86
+ "react-router-dom": "~6.2.1",
87
+ "redux-injectors": "~1.3.0",
88
+ "redux-saga": "~1.1.3",
89
+ "reselect": "~4.1.5",
90
+ "sanitize.css": "~13.0.0",
91
+ "styled-components": "~5.3.3",
92
+ "styled-system": "~5.1.5",
128
93
  "yup": "~0.32.11"
129
94
  },
130
95
  "devDependencies": {
131
96
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
132
- "@elliemae/pui-cli": "~5.15.0"
97
+ "@elliemae/pui-cli": "~6.0.0-beta.41"
133
98
  }
134
99
  }