Skip to content

Commit

Permalink
Move react types to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 14, 2024
1 parent c089327 commit 0fe56ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"private": true,
"dependencies": {
"@fontsource/clear-sans": "^5.0.11",
"@types/react": "^18.3.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"copy-to-clipboard": "^3.3.3",
Expand All @@ -20,6 +19,7 @@
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.24.1",
"@types/react": "^18.3.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand Down

0 comments on commit 0fe56ae

Please sign in to comment.