mirror of https://github.com/acid-info/lsd.git
fix(lsd-react): remove react and react-dom from dependencies
This commit is contained in:
parent
07267156f0
commit
d95f83d623
|
@ -18,8 +18,6 @@
|
|||
"@emotion/styled": "^11.10.5",
|
||||
"clsx": "^1.2.1",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-use": "^17.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -48,7 +46,9 @@
|
|||
"typescript": "^4.9.3",
|
||||
"utility-types": "^3.10.0",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-dts": "^1.7.2"
|
||||
"vite-plugin-dts": "^1.7.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
|
|
Loading…
Reference in New Issue