Skip to content

Commit 8a5440c

Browse files
committed
downgrade to react 17 and adds yarn.lock to resolve failing ci build
1 parent 17a9713 commit 8a5440c

File tree

2 files changed

+4660
-10
lines changed

2 files changed

+4660
-10
lines changed

frontend/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"i18next": "^22.4.6",
2323
"next": "12.3.1",
2424
"next-i18next": "^13.0.2",
25-
"react": "18.2.0",
26-
"react-dom": "18.2.0",
25+
"react": "^17.0.2",
26+
"react-dom": "^17.0.2",
2727
"react-i18next": "^12.1.1",
2828
"react-icons": "^4.4.0",
2929
"react-json-view": "^1.21.3",
@@ -32,20 +32,14 @@
3232
"devDependencies": {
3333
"@types/howler": "^2.2.7",
3434
"@types/node": "18.7.18",
35-
"@types/react": "18.0.20",
36-
"@types/react-dom": "18.0.6",
35+
"@types/react": "17.0.80",
36+
"@types/react-dom": "17.0.25",
3737
"autoprefixer": "^10.4.11",
3838
"eslint": "8.23.1",
3939
"eslint-config-next": "12.3.1",
4040
"eslint-config-prettier": "^8.5.0",
4141
"postcss": "^8.4.16",
4242
"tailwindcss": "^3.1.8",
4343
"typescript": "4.8.3"
44-
},
45-
"overrides": {
46-
"react-json-view": {
47-
"react": "18.1.0",
48-
"react-dom": "18.1.0"
49-
}
5044
}
5145
}

0 commit comments

Comments
 (0)