@elliemae/app-react-dependencies 3.0.0-beta.3 → 3.0.0
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/README.md +10 -0
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
## Major Version Changelog
|
|
6
6
|
|
|
7
|
+
### v2 to v3
|
|
8
|
+
|
|
9
|
+
Please review follow ChangeLogs to migrate to this new version of the library
|
|
10
|
+
|
|
11
|
+
[React Boilerplate - January 2022](https://confluence.elliemae.io/display/FEAE/React+Boilerplate+ChangeLog)
|
|
12
|
+
|
|
13
|
+
[SDK - v2 to v3](https://confluence.elliemae.io/display/FEAE/App+SDK+ChangeLog)
|
|
14
|
+
|
|
15
|
+
[CLI - v5 to v6](https://confluence.elliemae.io/display/FEAE/CLI+ChangeLog)
|
|
16
|
+
|
|
7
17
|
### v1 to v2
|
|
8
18
|
|
|
9
19
|
Following are the major breaking changes in v2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/app-react-dependencies",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
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
|
-
"
|
|
16
|
+
"pnpm": ">=6",
|
|
17
17
|
"node": ">=16"
|
|
18
18
|
},
|
|
19
19
|
"author": "ICE MT",
|
|
@@ -32,7 +32,7 @@
|
|
|
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,
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@fortawesome/fontawesome-svg-core": "~1.2.36",
|
|
46
46
|
"@fortawesome/free-solid-svg-icons": "~5.15.4",
|
|
47
47
|
"@fortawesome/react-fontawesome": "~0.1.16",
|
|
48
|
-
"@hot-loader/react-dom": "~17.0.
|
|
48
|
+
"@hot-loader/react-dom": "~17.0.2",
|
|
49
49
|
"@reduxjs/toolkit": "~1.7.1",
|
|
50
|
-
"@types/dompurify": "~2.3.
|
|
51
|
-
"@types/history": "~4.7.
|
|
50
|
+
"@types/dompurify": "~2.3.3",
|
|
51
|
+
"@types/history": "~4.7.11",
|
|
52
52
|
"@types/hoist-non-react-statics": "~3.3.1",
|
|
53
53
|
"@types/invariant": "~2.2.35",
|
|
54
54
|
"@types/lodash": "~4.14.178",
|
|
@@ -57,29 +57,29 @@
|
|
|
57
57
|
"@types/react": "~17.0.38",
|
|
58
58
|
"@types/react-dom": "~17.0.11",
|
|
59
59
|
"@types/react-helmet": "~6.1.5",
|
|
60
|
-
"@types/react-redux": "~7.1.
|
|
61
|
-
"@types/react-router-dom": "~5.3.
|
|
62
|
-
"@types/styled-components": "~5.1.
|
|
63
|
-
"@types/styled-system": "~5.1.
|
|
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",
|
|
64
64
|
"@types/yup": "~0.29.13",
|
|
65
|
-
"axios": "~0.
|
|
66
|
-
"core-js": "~3.20.
|
|
65
|
+
"axios": "~0.25.0",
|
|
66
|
+
"core-js": "~3.20.3",
|
|
67
67
|
"date-fns": "~2.28.0",
|
|
68
68
|
"date-fns-tz": "~1.2.2",
|
|
69
69
|
"dompurify": "~2.3.4",
|
|
70
70
|
"history": "~5.2.0",
|
|
71
71
|
"hoist-non-react-statics": "~3.3.2",
|
|
72
|
-
"immer": "~9.0.
|
|
72
|
+
"immer": "~9.0.12",
|
|
73
73
|
"invariant": "~2.2.4",
|
|
74
74
|
"localforage": "~1.10.0",
|
|
75
75
|
"lodash": "~4.17.21",
|
|
76
|
-
"prop-types": "~15.8.
|
|
76
|
+
"prop-types": "~15.8.1",
|
|
77
77
|
"pubsub-js": "~1.9.4",
|
|
78
78
|
"react": "~17.0.2",
|
|
79
79
|
"react-aria-live": "~2.0.5",
|
|
80
80
|
"react-dom": "~17.0.2",
|
|
81
81
|
"react-helmet": "~6.1.0",
|
|
82
|
-
"react-hook-form": "~7.
|
|
82
|
+
"react-hook-form": "~7.24.2",
|
|
83
83
|
"react-hot-loader": "~4.13.0",
|
|
84
84
|
"react-redux": "~7.2.6",
|
|
85
85
|
"react-router-dom": "~6.2.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"yup": "~0.32.11"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@elliemae/browserslist-config-elliemae": "~1.
|
|
96
|
-
"@elliemae/pui-cli": "~
|
|
95
|
+
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.3.0",
|
|
96
|
+
"@elliemae/pui-cli": "~6.0.0"
|
|
97
97
|
}
|
|
98
98
|
}
|