Skip to content

Commit

Permalink
chore(deps-dev): bump @types/react-transition-group
Browse files Browse the repository at this point in the history
Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.4.11 to 4.4.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group)

---
updated-dependencies:
- dependency-name: "@types/react-transition-group"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 3dc74cd commit 4ece767
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.11",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "10.4.20",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ __metadata:
"@types/node": "npm:^20"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react-transition-group": "npm:^4.4.11"
"@types/react-transition-group": "npm:^4.4.12"
"@typescript-eslint/eslint-plugin": "npm:^8.18.0"
"@typescript-eslint/parser": "npm:^8.18.0"
autoprefixer: "npm:10.4.20"
Expand Down Expand Up @@ -2833,7 +2833,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.0, @types/react-transition-group@npm:^4.4.11":
"@types/react-transition-group@npm:^4.4.0":
version: 4.4.11
resolution: "@types/react-transition-group@npm:4.4.11"
dependencies:
Expand All @@ -2842,6 +2842,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.12":
version: 4.4.12
resolution: "@types/react-transition-group@npm:4.4.12"
peerDependencies:
"@types/react": "*"
checksum: 10c0/0441b8b47c69312c89ec0760ba477ba1a0808a10ceef8dc1c64b1013ed78517332c30f18681b0ec0b53542731f1ed015169fed1d127cc91222638ed955478ec7
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
Expand Down

0 comments on commit 4ece767

Please sign in to comment.