Skip to content

Commit

Permalink
fix: add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifullah-dev committed Jan 20, 2025
1 parent bc09464 commit d7bbd88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"eslint-plugin-react-refresh": "^0.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-collapsible": "^2.10.0",
"react-icons": "^5.2.1",
"react-loading": "^2.0.3",
"sass": "^1.77.6",
"semantic-release": "^24.1.0",
"vite": "^5.4.6"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
"react-dom": ">=18",
"react-collapsible": "^2.10.0",
"react-icons": "^5.2.1",
"react-loading": "^2.0.3"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit d7bbd88

Please sign in to comment.