Skip to content

Commit 5c99351

Browse files
Update dependency @types/react-transition-group to v4.4.12
1 parent 2eaa903 commit 5c99351

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/reach-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/reach__router": "1.3.15",
1515
"@types/react": "19.0.1",
1616
"@types/react-dom": "19.0.2",
17-
"@types/react-transition-group": "4.4.11",
17+
"@types/react-transition-group": "4.4.12",
1818
"react": "19.0.0",
1919
"react-dom": "19.0.0",
2020
"react-scripts": "5.0.1",

examples/react-router-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/react": "19.0.1",
1414
"@types/react-dom": "19.0.2",
1515
"@types/react-router-dom": "5.3.3",
16-
"@types/react-transition-group": "4.4.11",
16+
"@types/react-transition-group": "4.4.12",
1717
"react": "19.0.0",
1818
"react-dom": "19.0.0",
1919
"react-router-dom": "5.3.4",

examples/react-router-v6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/react": "19.0.1",
1414
"@types/react-dom": "19.0.2",
1515
"@types/react-router-dom": "5.3.3",
16-
"@types/react-transition-group": "4.4.11",
16+
"@types/react-transition-group": "4.4.12",
1717
"react": "19.0.0",
1818
"react-dom": "19.0.0",
1919
"react-router-dom": "6.2.1",

0 commit comments

Comments
 (0)