mirror of
https://github.com/ershisan99/bundlers-demo.git
synced 2025-12-16 20:49:27 +00:00
move react and react-dome to peer-deps
This commit is contained in:
10
package.json
10
package.json
@@ -15,9 +15,7 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"clsx": "^2.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"clsx": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@it-incubator/eslint-config": "^1.0.1",
|
||||
@@ -35,10 +33,16 @@
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@vitejs/plugin-react": "^4.0.3",
|
||||
"eslint-plugin-storybook": "^0.6.15",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"sass": "^1.69.5",
|
||||
"storybook": "7.5.3",
|
||||
"stylelint": "^15.11.0",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18.0.2",
|
||||
"react-dom": ">=18.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user