mirror of
https://github.com/thomvaill/log4brains.git
synced 2022-05-07 18:36:09 +03:00
fix(web): update to react 17 to fix install bug in node 15
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=10.23.0"
|
||||
"node": ">=12"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/**"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user