Skip to content

Commit

Permalink
chore: add react-transition-group
Browse files Browse the repository at this point in the history
  • Loading branch information
isqua committed Oct 24, 2023
1 parent 2bf5dc8 commit 99bd5ef
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 11 deletions.
49 changes: 39 additions & 10 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
"react-router-dom": "^6.17.0",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand Down

0 comments on commit 99bd5ef

Please sign in to comment.