Skip to content

Commit

Permalink
Update react-router monorepo to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2022
1 parent 253630c commit 33a9c9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/app/package.json
Expand Up @@ -46,8 +46,8 @@
"history": "5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-use": "15.3.8"
},
"devDependencies": {
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Expand Up @@ -7338,8 +7338,8 @@ apollo-server@^3.0.0:
history "5.3.0"
react "17.0.2"
react-dom "17.0.2"
react-router "6.0.0-beta.0"
react-router-dom "6.0.0-beta.0"
react-router "6.3.0"
react-router-dom "6.3.0"
react-use "15.3.8"

aproba@^1.0.3:
Expand Down Expand Up @@ -17925,14 +17925,22 @@ react-router-dom@6.0.0-beta.0:
prop-types "^15.7.2"
react-router "6.0.0-beta.0"

react-router-dom@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
dependencies:
history "^5.2.0"
react-router "6.3.0"

react-router@6.0.0-beta.0:
version "6.0.0-beta.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.0.0-beta.0.tgz#3e11f39b6ded4412c2fed9e4f989dd4c8156724d"
integrity sha512-VgMdfpVcmFQki/LZuLh8E/MNACekDetz4xqft+a6fBZvvJnVqKbLqebF7hyoawGrV1HcO5tVaUang2Og4W2j1Q==
dependencies:
prop-types "^15.7.2"

react-router@^6.0.0-beta.0:
react-router@6.3.0, react-router@^6.0.0-beta.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
Expand Down

0 comments on commit 33a9c9a

Please sign in to comment.