Skip to content

Commit 82abd33

Browse files
authored
fix: React Router Typing and CHANGELOG (getsentry#2771)
1 parent b24387b commit 82abd33

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6+
- [react] feat: Add instrumentation for React Router v3 (#2759)
67

78
## 5.20.0
89

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@testing-library/react-hooks": "^3.3.0",
3333
"@types/hoist-non-react-statics": "^3.3.1",
3434
"@types/react": "^16.9.35",
35-
"@types/react-router-3": "npm:@types/react-router@^3.2.0",
35+
"@types/react-router-3": "npm:@types/react-router@3.0.20",
3636
"jest": "^24.7.1",
3737
"jsdom": "^16.2.2",
3838
"npm-run-all": "^4.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,10 +1590,10 @@
15901590
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
15911591
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==
15921592

1593-
"@types/react-router-3@npm:@types/react-router@^3.2.0":
1594-
version "3.0.23"
1595-
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-3.0.23.tgz#86612ce051244c60306724942cc0de24225a0653"
1596-
integrity sha512-1JrVSk4hVdZOmrD1Me1UuxdgMxjQC8o+7b6aG90GKypo9f2gzbYaJ9w92v+8XRtsU5yVnfcPhuZLoWdZc38OsQ==
1593+
"@types/react-router-3@npm:@types/react-router@3.0.20":
1594+
version "3.0.20"
1595+
resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-3.0.20.tgz#a711682475ccef70ad9ad9e459859380221e6ee6"
1596+
integrity sha512-0sx2ThGYgblXPf8we/c+umFzP3RCbBp1bbFmd3pO1UaOYnTDno82iql3MQTVqB09rhopKORNfakDU/9xZ4QR6g==
15971597
dependencies:
15981598
"@types/history" "^3"
15991599
"@types/react" "*"

0 commit comments

Comments
 (0)