chore: fix peer dependencies (#1317)

This commit is contained in:
Himself65
2023-03-04 20:24:57 -06:00
committed by GitHub
parent 9a199eb9a1
commit f63d54a9de
3 changed files with 318 additions and 573 deletions

View File

@@ -35,6 +35,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.8",
"swr": "^2.0.4",
"y-indexeddb": "^9.0.9",
@@ -51,12 +52,14 @@
"@types/react-dom": "^18.0.11",
"@types/webpack-env": "^1.18.0",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.3",
"next": "^13.2.2",
"next-debug-local": "^0.1.5",
"next-router-mock": "^0.9.2",
"raw-loader": "^4.0.2",
"redux": "^4.2.1",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"webpack": "^5.75.0"
}
}