fix(deps): update react-router monorepo to v6.24.1
This commit is contained in:
parent
5181421736
commit
6871cb3af5
@ -38,8 +38,8 @@
|
||||
"history": "^5.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "6.23.1",
|
||||
"react-router-dom": "6.23.1",
|
||||
"react-router": "6.24.1",
|
||||
"react-router-dom": "6.24.1",
|
||||
"react-use": "^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
34
yarn.lock
34
yarn.lock
@ -9083,10 +9083,10 @@
|
||||
dependencies:
|
||||
"@react-hookz/deep-equal" "^1.0.4"
|
||||
|
||||
"@remix-run/router@1.16.1":
|
||||
version "1.16.1"
|
||||
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd"
|
||||
integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==
|
||||
"@remix-run/router@1.17.1":
|
||||
version "1.17.1"
|
||||
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.17.1.tgz#bf93997beb81863fde042ebd05013a2618471362"
|
||||
integrity sha512-mCOMec4BKd6BRGBZeSnGiIgwsbLGp3yhVqAD8H+PxiRNEHgDpZb8J1TnrSDlg97t0ySKMQJTHCWBCmBpSmkF6Q==
|
||||
|
||||
"@repeaterjs/repeater@^3.0.4":
|
||||
version "3.0.5"
|
||||
@ -12412,8 +12412,8 @@ anymatch@^3.0.3, anymatch@~3.1.2:
|
||||
history "^5.0.0"
|
||||
react "^18.0.0"
|
||||
react-dom "^18.0.0"
|
||||
react-router "6.23.1"
|
||||
react-router-dom "6.23.1"
|
||||
react-router "6.24.1"
|
||||
react-router-dom "6.24.1"
|
||||
react-use "^17.0.0"
|
||||
|
||||
append-field@^1.0.0:
|
||||
@ -24155,20 +24155,20 @@ react-remove-scroll@2.5.5:
|
||||
use-callback-ref "^1.3.0"
|
||||
use-sidecar "^1.1.2"
|
||||
|
||||
react-router-dom@6.23.1:
|
||||
version "6.23.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
|
||||
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
|
||||
react-router-dom@6.24.1:
|
||||
version "6.24.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.24.1.tgz#b1a22f7d6c5a1bfce30732bd370713f991ab4de4"
|
||||
integrity sha512-U19KtXqooqw967Vw0Qcn5cOvrX5Ejo9ORmOtJMzYWtCT4/WOfFLIZGGsVLxcd9UkBO0mSTZtXqhZBsWlHr7+Sg==
|
||||
dependencies:
|
||||
"@remix-run/router" "1.16.1"
|
||||
react-router "6.23.1"
|
||||
"@remix-run/router" "1.17.1"
|
||||
react-router "6.24.1"
|
||||
|
||||
react-router@6.23.1:
|
||||
version "6.23.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
|
||||
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
|
||||
react-router@6.24.1:
|
||||
version "6.24.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.24.1.tgz#5a3bbba0000afba68d42915456ca4c806f37a7de"
|
||||
integrity sha512-PTXFXGK2pyXpHzVo3rR9H7ip4lSPZZc0bHG5CARmj65fTT6qG7sTngmb6lcYu1gf3y/8KxORoy9yn59pGpCnpg==
|
||||
dependencies:
|
||||
"@remix-run/router" "1.16.1"
|
||||
"@remix-run/router" "1.17.1"
|
||||
|
||||
react-side-effect@^2.1.0:
|
||||
version "2.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user