Skip to content

Commit 753438b

Browse files
committed
Update react-router monorepo to v5.3.1
1 parent e6ebc35 commit 753438b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"react": "17.0.1",
2323
"react-dom": "17.0.1",
2424
"react-responsive": "8.2.0",
25-
"react-router": "5.2.1",
26-
"react-router-dom": "5.2.1",
25+
"react-router": "5.3.1",
26+
"react-router-dom": "5.3.1",
2727
"react-scripts": "4.0.3",
2828
"typescript": "4.1.3",
2929
"wpapi": "1.2.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9756,23 +9756,23 @@ [email protected]:
97569756
prop-types "^15.6.1"
97579757
shallow-equal "^1.1.0"
97589758

9759-
react-router-dom@5.2.1:
9760-
version "5.2.1"
9761-
resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.1.tgz"
9762-
integrity sha512-xhFFkBGVcIVPbWM2KEYzED+nuHQPmulVa7sqIs3ESxzYd1pYg8N8rxPnQ4T2o1zu/2QeDUWcaqST131SO1LR3w==
9759+
react-router-dom@5.3.1:
9760+
version "5.3.1"
9761+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.1.tgz#0151baf2365c5fcd8493f6ec9b9b31f34d0f8ae1"
9762+
integrity sha512-f0pj/gMAbv9e8gahTmCEY20oFhxhrmHwYeIwH5EO5xu0qme+wXtsdB8YfUOAZzUz4VaXmb58m3ceiLtjMhqYmQ==
97639763
dependencies:
97649764
"@babel/runtime" "^7.12.13"
97659765
history "^4.9.0"
97669766
loose-envify "^1.3.1"
97679767
prop-types "^15.6.2"
9768-
react-router "5.2.1"
9768+
react-router "5.3.1"
97699769
tiny-invariant "^1.0.2"
97709770
tiny-warning "^1.0.0"
97719771

9772-
react-router@5.2.1:
9773-
version "5.2.1"
9774-
resolved "https://registry.npmjs.org/react-router/-/react-router-5.2.1.tgz"
9775-
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
9772+
react-router@5.3.1:
9773+
version "5.3.1"
9774+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.1.tgz#b13e84a016c79b9e80dde123ca4112c4f117e3cf"
9775+
integrity sha512-v+zwjqb7bakqgF+wMVKlAPTca/cEmPOvQ9zt7gpSNyPXau1+0qvuYZ5BWzzNDP1y6s15zDwgb9rPN63+SIniRQ==
97769776
dependencies:
97779777
"@babel/runtime" "^7.12.13"
97789778
history "^4.9.0"

0 commit comments

Comments
 (0)