@elliemae/app-react-dependencies 3.0.0-beta.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 +31 -65
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.3",
4
4
  "description": "ICE MT React Application Dependencies",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
@@ -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,46 +40,13 @@
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",
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",
81
48
  "@hot-loader/react-dom": "~17.0.1",
82
- "@reduxjs/toolkit": "^1.7.1",
49
+ "@reduxjs/toolkit": "~1.7.1",
83
50
  "@types/dompurify": "~2.3.2",
84
51
  "@types/history": "~4.7.9",
85
52
  "@types/hoist-non-react-statics": "~3.3.1",
@@ -95,34 +62,33 @@
95
62
  "@types/styled-components": "~5.1.19",
96
63
  "@types/styled-system": "~5.1.14",
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.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",
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",
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",
115
82
  "react-hook-form": "~7.22.5",
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": {