fix(deps): update react-router monorepo to v6.27.0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Kasper Juul Hermansen 2024-10-16 04:04:00 +00:00
parent 3314df88b4
commit 26a4c8ae4a
2 changed files with 19 additions and 19 deletions

View File

@ -38,8 +38,8 @@
"history": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router": "6.26.2",
"react-router-dom": "6.26.2",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"react-use": "^17.0.0"
},
"devDependencies": {

View File

@ -7903,10 +7903,10 @@
dependencies:
"@react-hookz/deep-equal" "^1.0.4"
"@remix-run/router@1.19.2":
version "1.19.2"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
"@remix-run/router@1.20.0":
version "1.20.0"
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
"@repeaterjs/repeater@^3.0.4":
version "3.0.5"
@ -11293,8 +11293,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.26.2"
react-router-dom "6.26.2"
react-router "6.27.0"
react-router-dom "6.27.0"
react-use "^17.0.0"
append-field@^1.0.0:
@ -22867,20 +22867,20 @@ react-resizable@^3.0.5:
prop-types "15.x"
react-draggable "^4.0.3"
react-router-dom@6.26.2:
version "6.26.2"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
react-router-dom@6.27.0:
version "6.27.0"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.27.0.tgz#8d7972a425fd75f91c1e1ff67e47240c5752dc3f"
integrity sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==
dependencies:
"@remix-run/router" "1.19.2"
react-router "6.26.2"
"@remix-run/router" "1.20.0"
react-router "6.27.0"
react-router@6.26.2:
version "6.26.2"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
react-router@6.27.0:
version "6.27.0"
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4"
integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==
dependencies:
"@remix-run/router" "1.19.2"
"@remix-run/router" "1.20.0"
react-side-effect@^2.1.0:
version "2.1.2"