Skip to content

Commit

Permalink
chore(deps): bump react-transition-group from 2.9.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 2.9.0 to 3.0.0.
- [Release notes](https://github.com/reactjs/react-transition-group/releases)
- [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-transition-group@v2.9.0...v3.0.0)

---
updated-dependencies:
- dependency-name: react-transition-group
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 7, 2021
1 parent 4b8ab57 commit f5fb734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -263,7 +263,7 @@
"classnames": "^2.2.3",
"prop-types": "^15.5.8",
"react-popper": "^1.3.6",
"react-transition-group": "^2.3.1"
"react-transition-group": "^3.0.0"
},
"peerDependencies": {
"react": ">=16.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11560,10 +11560,10 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.3.2:
react-is "^16.8.6"
scheduler "^0.19.1"

react-transition-group@^2.3.1:
version "2.9.0"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d"
integrity sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==
react-transition-group@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-3.0.0.tgz#36efa4db970d5eec5e3028e0c458931163fa3b9b"
integrity sha512-A9ojB/LWECbFj58SNfjK1X9aaAU+1olLS0DFSikvrr2KfMaiBELemHDa5dKNvcTk2t3gUtDL/PJpFrBKDfMpLg==
dependencies:
dom-helpers "^3.4.0"
loose-envify "^1.4.0"
Expand Down

0 comments on commit f5fb734

Please sign in to comment.