Skip to content

Commit 9018e78

Browse files
committed
CW-mentions-streams
Remove react-scan
1 parent b417895 commit 9018e78

File tree

3 files changed

+3632
-3321
lines changed

3 files changed

+3632
-3321
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: "18.x"
13+
node-version: "14.x"
1414
- name: Install dependencies
1515
run: yarn
1616
- name: Run project tests

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"react-pin-input": "^1.0.1",
5555
"react-redux": "^7.2.2",
5656
"react-router-dom": "^5.2.0",
57-
"react-scan": "^0.0.45",
5857
"react-scripts": "^5.0.1",
5958
"react-scroll": "^1.8.7",
6059
"react-scrollbars-custom": "^4.1.1",
@@ -68,7 +67,7 @@
6867
"redux-persist": "^6.0.0",
6968
"redux-saga": "^1.1.3",
7069
"reselect": "^4.0.0",
71-
"sass": "^1.83.0",
70+
"node-sass": "^4.14.1",
7271
"slate": "0.94.1",
7372
"slate-history": "0.93.0",
7473
"slate-react": "0.98.1",
@@ -146,15 +145,15 @@
146145
"@types/lodash": "^4.14.163",
147146
"@types/node": "^12.19.3",
148147
"@types/openpgp": "4.4.12",
149-
"@types/react": "17.0.2",
148+
"@types/react": "^16.9.55",
150149
"@types/react-aria-menubutton": "^6.2.9",
151150
"@types/react-datepicker": "^4.3.4",
152151
"@types/react-dom": "^16.9.9",
153152
"@types/react-linkify": "^1.0.1",
154153
"@types/react-loadable": "^5.5.1",
155154
"@types/react-phone-number-input": "^3.0.13",
156155
"@types/react-redux": "^7.1.9",
157-
"@types/react-router-dom": "5.1.9",
156+
"@types/react-router-dom": "^5.1.6",
158157
"@types/react-scroll": "^1.8.3",
159158
"@types/react-select": "^5.0.1",
160159
"@types/react-virtualized": "^9.21.16",
@@ -181,8 +180,8 @@
181180
"lint-staged": ">=10",
182181
"prettier": "^2.1.1",
183182
"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",
186185
"redux-devtools-extension": "^2.13.8",
187186
"redux-freeze": "^0.1.7",
188187
"ts-jest": "^27.1.5",
@@ -194,7 +193,7 @@
194193
"@types/react-dom": "17.0.2"
195194
},
196195
"engines": {
197-
"node": ">=14.18.x"
196+
"node": "^14.18.x"
198197
},
199198
"lint-staged": {
200199
"*.{js,jsx,ts,tsx,html,css,scss}": "prettier --write"

0 commit comments

Comments
 (0)