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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}

View File

@ -27,6 +27,7 @@
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
@ -36,14 +37,11 @@
"@storybook/builder-vite": "7.0.0-beta.60",
"@storybook/react": "7.0.0-beta.60",
"@storybook/react-vite": "7.0.0-beta.60",
"@swc/core": "^1.3.37",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"storybook": "7.0.0-beta.60",
"storybook-dark-mode-v7": "3.0.0-alpha.0",
"swc": "^1.0.11",
"swc-loader": "^0.2.3",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"yjs": "^13.5.48"

File diff suppressed because it is too large Load Diff