Skip to content

Commit ef2d11d

Browse files
Update react-router monorepo to v5.3.3
1 parent e6ebc35 commit ef2d11d

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.3",
26+
"react-router-dom": "5.3.3",
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.3:
9760+
version "5.3.3"
9761+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.3.tgz#8779fc28e6691d07afcaf98406d3812fe6f11199"
9762+
integrity sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==
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.3"
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.3:
9773+
version "5.3.3"
9774+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288"
9775+
integrity sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==
97769776
dependencies:
97779777
"@babel/runtime" "^7.12.13"
97789778
history "^4.9.0"

0 commit comments

Comments
 (0)