Skip to content

Commit

Permalink
fix(v2): ensure that the react-router and *-dom version matches
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Nov 21, 2020
1 parent 04f307c commit eabc4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"react-router-dom": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-toggle": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-loadable-ssr-addon": "^0.3.0",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-router-dom": "^5.2.0",
"resolve-pathname": "^3.0.0",
"semver": "^6.3.0",
"serve-handler": "^6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16839,7 +16839,7 @@ react-router-config@^5.1.1:
dependencies:
"@babel/runtime" "^7.1.2"

react-router-dom@^5.1.2:
react-router-dom@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
integrity sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==
Expand Down

0 comments on commit eabc4d0

Please sign in to comment.