Skip to content

Commit

Permalink
fix: remove react + react dom deps (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Nov 27, 2023
1 parent a7d9deb commit 10b307a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.5.2",
"storybook-dark-mode": "^3.0.1",
"tailwindcss": "^3.3.3",
Expand All @@ -61,6 +59,10 @@
"plugin:storybook/recommended"
]
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
Expand Down

0 comments on commit 10b307a

Please sign in to comment.