Skip to content

Commit 58f546b

Browse files
committed
Update react-router-dom to v5.0.0
1 parent 96a617a commit 58f546b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"react": "^16.7.0",
88
"react-dom": "^16.7.0",
99
"react-redux": "^6.0.0",
10-
"react-router-dom": "^4.4.0",
10+
"react-router-dom": "^5.0.0",
1111
"react-syntax-highlighter": "^10.1.2",
1212
"redux": "^4.0.1",
1313
"styled-components": "^4.1.3",

Diff for: yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -5992,7 +5992,7 @@ history@^4.7.2:
59925992
value-equal "^0.4.0"
59935993
warning "^3.0.0"
59945994

5995-
history@^4.8.0-beta.0, history@^4.9.0:
5995+
history@^4.9.0:
59965996
version "4.9.0"
59975997
resolved "https://registry.yarnpkg.com/history/-/history-4.9.0.tgz#84587c2068039ead8af769e9d6a6860a14fa1bca"
59985998
integrity sha512-H2DkjCjXf0Op9OAr6nJ56fcRkTSNrUiv41vNJ6IswJjif6wlpZK0BTfFbi7qK9dXLSYZxkq5lBsj3vUjlYBYZA==
@@ -9618,23 +9618,23 @@ react-resize-detector@^3.2.1:
96189618
prop-types "^15.6.2"
96199619
resize-observer-polyfill "^1.5.1"
96209620

9621-
react-router-dom@^4.4.0:
9622-
version "4.4.0"
9623-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.4.0.tgz#fad67b46375f7081a76d1c92a83a92d28b5abc35"
9624-
integrity sha512-r4knbi8lanTGrwoUXFaWALrJZOAl3h9bdFUz4woHgEm7/bYcpBGfnYhPU82xjXrPeJyWF6OmIxpwXjxos30gOQ==
9621+
react-router-dom@^5.0.0:
9622+
version "5.0.0"
9623+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.0.0.tgz#542a9b86af269a37f0b87218c4c25ea8dcf0c073"
9624+
integrity sha512-wSpja5g9kh5dIteZT3tUoggjnsa+TPFHSMrpHXMpFsaHhQkm/JNVGh2jiF9Dkh4+duj4MKCkwO6H08u6inZYgQ==
96259625
dependencies:
96269626
"@babel/runtime" "^7.1.2"
9627-
history "^4.8.0-beta.0"
9627+
history "^4.9.0"
96289628
loose-envify "^1.3.1"
96299629
prop-types "^15.6.2"
9630-
react-router "^4.4.0"
9630+
react-router "5.0.0"
96319631
tiny-invariant "^1.0.2"
96329632
tiny-warning "^1.0.0"
96339633

9634-
react-router@^4.4.0:
9635-
version "4.4.0"
9636-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.4.0.tgz#e8b8b88329f564d4c48b7ee631b10310188c6888"
9637-
integrity sha512-qTGsOSF2b02zOsUfcnHjw7muI0Ejx+yA2e4P9qqzB2O+N3Icpca4epViXRgkBIvBjagXBtroxXqH0RJhYDMUbg==
9634+
react-router@5.0.0:
9635+
version "5.0.0"
9636+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.0.0.tgz#349863f769ffc2fa10ee7331a4296e86bc12879d"
9637+
integrity sha512-6EQDakGdLG/it2x9EaCt9ZpEEPxnd0OCLBHQ1AcITAAx7nCnyvnzf76jKWG1s2/oJ7SSviUgfWHofdYljFexsA==
96389638
dependencies:
96399639
"@babel/runtime" "^7.1.2"
96409640
create-react-context "^0.2.2"

0 commit comments

Comments
 (0)