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

@@ -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"