|
54 | 54 | "react-pin-input": "^1.0.1",
|
55 | 55 | "react-redux": "^7.2.2",
|
56 | 56 | "react-router-dom": "^5.2.0",
|
57 |
| - "react-scan": "^0.0.45", |
58 | 57 | "react-scripts": "^5.0.1",
|
59 | 58 | "react-scroll": "^1.8.7",
|
60 | 59 | "react-scrollbars-custom": "^4.1.1",
|
|
68 | 67 | "redux-persist": "^6.0.0",
|
69 | 68 | "redux-saga": "^1.1.3",
|
70 | 69 | "reselect": "^4.0.0",
|
71 |
| - "sass": "^1.83.0", |
| 70 | + "node-sass": "^4.14.1", |
72 | 71 | "slate": "0.94.1",
|
73 | 72 | "slate-history": "0.93.0",
|
74 | 73 | "slate-react": "0.98.1",
|
|
146 | 145 | "@types/lodash": "^4.14.163",
|
147 | 146 | "@types/node": "^12.19.3",
|
148 | 147 | "@types/openpgp": "4.4.12",
|
149 |
| - "@types/react": "17.0.2", |
| 148 | + "@types/react": "^16.9.55", |
150 | 149 | "@types/react-aria-menubutton": "^6.2.9",
|
151 | 150 | "@types/react-datepicker": "^4.3.4",
|
152 | 151 | "@types/react-dom": "^16.9.9",
|
153 | 152 | "@types/react-linkify": "^1.0.1",
|
154 | 153 | "@types/react-loadable": "^5.5.1",
|
155 | 154 | "@types/react-phone-number-input": "^3.0.13",
|
156 | 155 | "@types/react-redux": "^7.1.9",
|
157 |
| - "@types/react-router-dom": "5.1.9", |
| 156 | + "@types/react-router-dom": "^5.1.6", |
158 | 157 | "@types/react-scroll": "^1.8.3",
|
159 | 158 | "@types/react-select": "^5.0.1",
|
160 | 159 | "@types/react-virtualized": "^9.21.16",
|
|
181 | 180 | "lint-staged": ">=10",
|
182 | 181 | "prettier": "^2.1.1",
|
183 | 182 | "prop-types": "^15.8.1",
|
184 |
| - "react-test-renderer": "17.0.2", |
185 |
| - "redux-devtools": "^3.7.0", |
| 183 | + "react-test-renderer": "^16.10.0", |
| 184 | + "redux-devtools": "^3.5.0", |
186 | 185 | "redux-devtools-extension": "^2.13.8",
|
187 | 186 | "redux-freeze": "^0.1.7",
|
188 | 187 | "ts-jest": "^27.1.5",
|
|
194 | 193 | "@types/react-dom": "17.0.2"
|
195 | 194 | },
|
196 | 195 | "engines": {
|
197 |
| - "node": ">=14.18.x" |
| 196 | + "node": "^14.18.x" |
198 | 197 | },
|
199 | 198 | "lint-staged": {
|
200 | 199 | "*.{js,jsx,ts,tsx,html,css,scss}": "prettier --write"
|
|
0 commit comments