Skip to content

Commit

Permalink
Merge branch 'main' into vite
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 23, 2023
2 parents 50f1b9c + 347b668 commit 315c6bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^15.12.3",
"@types/react-dom": "^17.0.11",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-hooks-helper": "^1.6.3",
"@types/react-redux": "^7.1.20",
"@types/react-transition-group": "^4.4.4",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4832,7 +4832,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:<18.0.0, @types/react-dom@npm:^17.0.11":
"@types/react-dom@npm:<18.0.0, @types/react-dom@npm:^17.0.2":
version: 17.0.20
resolution: "@types/react-dom@npm:17.0.20"
dependencies:
Expand Down Expand Up @@ -6982,7 +6982,8 @@ __metadata:
"@testing-library/react": ^12.1.2
"@testing-library/user-event": ^13.5.0
"@types/node": ^15.12.3
"@types/react-dom": ^17.0.11
"@types/react": ^17.0.2
"@types/react-dom": ^17.0.2
"@types/react-hooks-helper": ^1.6.3
"@types/react-redux": ^7.1.20
"@types/react-transition-group": ^4.4.4
Expand Down

0 comments on commit 315c6bb

Please sign in to comment.