fix(web): update to react 17 to fix install bug in node 15

This commit is contained in:
Thomas Vaillant
2021-01-14 17:11:31 +01:00
parent 4e2a4f018b
commit 1a04aca75d
3 changed files with 410 additions and 414 deletions

View File

@@ -2,7 +2,7 @@
"name": "root",
"private": true,
"engines": {
"node": ">=10.23.0"
"node": ">=12"
},
"workspaces": [
"packages/**"

View File

@@ -59,10 +59,10 @@
"markdown-to-jsx": "^7.0.1",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"next": "10.0.1",
"next": "^10.0.5",
"open": "^7.3.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0",
"slugify": "^1.4.5",
"socket.io": "^2.3.0",
@@ -77,7 +77,7 @@
"@storybook/react": "^6.1.9",
"@types/lunr": "^2.3.3",
"@types/mkdirp": "^1.0.1",
"@types/react": "^16.9.49",
"@types/react": "^17.0.0",
"@types/react-test-renderer": "^16.9.3",
"@types/signale": "^1.4.1",
"@types/socket.io": "^2.1.11",

814
yarn.lock

File diff suppressed because it is too large Load Diff