Skip to content

Commit

Permalink
chore(deps): Update react-transition-group in the hope to avoid the d…
Browse files Browse the repository at this point in the history
…eprecated findDOMNode warning

See also: reactjs/react-transition-group#893
  • Loading branch information
drikusroor committed Dec 16, 2023
1 parent 2c26d95 commit e6cec50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router-dom": "5.2.0",
"react-scripts": "5.0.0",
"react-select": "^5.4.0",
"react-transition-group": "^4.3.0",
"react-transition-group": "^4.4.5",
"sass": "^1.50"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7314,7 +7314,7 @@ __metadata:
react-router-dom: "npm:5.2.0"
react-scripts: "npm:5.0.0"
react-select: "npm:^5.4.0"
react-transition-group: "npm:^4.3.0"
react-transition-group: "npm:^4.4.5"
sass: "npm:^1.50"
storybook: "npm:7.5.3"
webpack: "npm:5.89.0"
Expand Down Expand Up @@ -16440,7 +16440,7 @@ __metadata:
languageName: node
linkType: hard

"react-transition-group@npm:^4.3.0":
"react-transition-group@npm:^4.3.0, react-transition-group@npm:^4.4.5":
version: 4.4.5
resolution: "react-transition-group@npm:4.4.5"
dependencies:
Expand Down

0 comments on commit e6cec50

Please sign in to comment.