Skip to content

Commit

Permalink
chore(deps): bump react-transition-group from 4.4.1 to 4.4.5 (#5662)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 10, 2022
1 parent ff16563 commit c707af6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react-popper": "^1.3.7",
"react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"normalize.css": "^8.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"promise": "^8.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
"react-transition-group": "^4.4.5",
"tslib": "~2.3.1",
"whatwg-fetch": "^3.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9924,10 +9924,10 @@ react-test-renderer@^16.0.0-0, react-test-renderer@^16.13.1, react-test-renderer
react-is "^16.8.6"
scheduler "^0.19.1"

react-transition-group@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.1.tgz#63868f9325a38ea5ee9535d828327f85773345c9"
integrity sha512-Djqr7OQ2aPUiYurhPalTrVy9ddmFCCzwhqQmtN+J3+3DzLO209Fdr70QrN8Z3DsglWql6iY1lDWAfpFiBtuKGw==
react-transition-group@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
dependencies:
"@babel/runtime" "^7.5.5"
dom-helpers "^5.0.1"
Expand Down

1 comment on commit c707af6

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore(deps): bump react-transition-group from 4.4.1 to 4.4.5 (#5662)

Previews: documentation | landing | table | demo

Please sign in to comment.