Added the react-transition-group dependency to the client package.json

This commit is contained in:
2023-06-02 16:59:20 +02:00
parent 6b04de8cd8
commit fa2f5a90d3
2 changed files with 32 additions and 1 deletions

View File

@ -18,6 +18,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"react-transition-group": "^4.4.5",
"sass": "^1.62.1",
"socket.io-client": "^4.6.2"
},