Skip to content

Commit f37fdc2

Browse files
chore(devdeps): update dependency @types/react-router-dom to v5.3.2 (#458)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2944f42 commit f37fdc2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@testing-library/jest-dom": "5.14.1",
2020
"@testing-library/react": "12.1.2",
2121
"@testing-library/react-hooks": "7.0.2",
22-
"@types/react-router-dom": "5.3.1",
22+
"@types/react-router-dom": "5.3.2",
2323
"builtin-modules": "3.2.0",
2424
"cross-env": "7.0.3",
2525
"eslint": "8.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,10 +2594,10 @@
25942594
dependencies:
25952595
"@types/react" "*"
25962596

2597-
"@types/[email protected].1":
2598-
version "5.3.1"
2599-
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.1.tgz#76700ccce6529413ec723024b71f01fc77a4a980"
2600-
integrity sha512-UvyRy73318QI83haXlaMwmklHHzV9hjl3u71MmM6wYNu0hOVk9NLTa0vGukf8zXUqnwz4O06ig876YSPpeK28A==
2597+
"@types/[email protected].2":
2598+
version "5.3.2"
2599+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.2.tgz#ebd8e145cf056db5c66eb1dac63c72f52e8542ee"
2600+
integrity sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==
26012601
dependencies:
26022602
"@types/history" "*"
26032603
"@types/react" "*"

0 commit comments

Comments
 (0)