Skip to content

Commit

Permalink
Merge pull request #155 from Saifullah-dev/fix/peer-dependency
Browse files Browse the repository at this point in the history
fix: rollback react v18
  • Loading branch information
Saifullah-dev authored Jan 23, 2025
2 parents 6669b32 + 6784dbf commit 3a79605
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
37 changes: 21 additions & 16 deletions frontend/package-lock.json

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

12 changes: 5 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"react-collapsed": "^4.2.0",
"react-icons": "^5.4.0"
"react-collapsed": "^4.2.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand All @@ -32,16 +31,15 @@
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.6",
"semantic-release": "^24.1.0",
"vite": "^5.4.14"
"vite": "^5.4.6"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"react-collapsed": "^4.2.0"
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit 3a79605

Please sign in to comment.