Skip to content

Commit 7d463aa

Browse files
committed
Update dependency react-router-dom to v5.3.0
1 parent b094707 commit 7d463aa

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"list-stream": "2.0.0",
8080
"react": "17.0.2",
8181
"react-dom": "17.0.2",
82-
"react-router-dom": "5.2.0",
82+
"react-router-dom": "5.3.0",
8383
"react-scripts": "4.0.3",
8484
"rollup-plugin-includepaths": "0.2.4"
8585
},

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,13 @@
18781878
dependencies:
18791879
regenerator-runtime "^0.13.4"
18801880

1881+
"@babel/runtime@^7.12.13":
1882+
version "7.15.4"
1883+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1884+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
1885+
dependencies:
1886+
regenerator-runtime "^0.13.4"
1887+
18811888
"@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3":
18821889
version "7.12.13"
18831890
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -14962,25 +14969,25 @@ react-refresh@^0.8.3:
1496214969
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
1496314970
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
1496414971

14965-
react-router-dom@5.2.0:
14966-
version "5.2.0"
14967-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
14968-
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
14972+
react-router-dom@5.3.0:
14973+
version "5.3.0"
14974+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363"
14975+
integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==
1496914976
dependencies:
14970-
"@babel/runtime" "^7.1.2"
14977+
"@babel/runtime" "^7.12.13"
1497114978
history "^4.9.0"
1497214979
loose-envify "^1.3.1"
1497314980
prop-types "^15.6.2"
14974-
react-router "5.2.0"
14981+
react-router "5.2.1"
1497514982
tiny-invariant "^1.0.2"
1497614983
tiny-warning "^1.0.0"
1497714984

14978-
react-router@5.2.0:
14979-
version "5.2.0"
14980-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.0.tgz#424e75641ca8747fbf76e5ecca69781aa37ea293"
14981-
integrity sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==
14985+
react-router@5.2.1:
14986+
version "5.2.1"
14987+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
14988+
integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
1498214989
dependencies:
14983-
"@babel/runtime" "^7.1.2"
14990+
"@babel/runtime" "^7.12.13"
1498414991
history "^4.9.0"
1498514992
hoist-non-react-statics "^3.1.0"
1498614993
loose-envify "^1.3.1"

0 commit comments

Comments
 (0)