Skip to content

Commit

Permalink
client: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 20, 2024
1 parent 8cb3647 commit eb471f0
Show file tree
Hide file tree
Showing 2 changed files with 2,929 additions and 2,297 deletions.
22 changes: 11 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^12",
"@testing-library/user-event": "^13",
"@types/jest": "^27",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@testing-library/jest-dom": "^6",
"@testing-library/react": "^14",
"@testing-library/user-event": "^14",
"@types/jest": "^29",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"react-dom": "^18",
"react-scripts": "5.0.1",
"react-scrollable-feed": "^1.1.2",
"typescript": "^4"
"react-scrollable-feed": "^2",
"typescript": "^5"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit eb471f0

Please sign in to comment.