Skip to content

Commit 38a06b5

Browse files
build(deps): bump react-router-dom in /single-page-app/ui (#257)
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.26.2 to 6.27.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24a2add commit 38a06b5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mdi-react": "^9.3.0",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"react-router-dom": "^6.26.2"
21+
"react-router-dom": "^6.27.0"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.3.12",

single-page-app/ui/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,10 +1405,10 @@
14051405
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
14061406
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
14071407

1408-
"@remix-run/router@1.19.2":
1409-
version "1.19.2"
1410-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
1411-
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==
1408+
"@remix-run/router@1.20.0":
1409+
version "1.20.0"
1410+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
1411+
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
14121412

14131413
14141414
version "4.21.0"
@@ -3666,20 +3666,20 @@ react-remove-scroll@^2.5.6:
36663666
use-callback-ref "^1.3.0"
36673667
use-sidecar "^1.1.2"
36683668

3669-
react-router-dom@^6.26.2:
3670-
version "6.26.2"
3671-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.2.tgz#a6e3b0cbd6bfd508e42b9342099d015a0ac59680"
3672-
integrity sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==
3669+
react-router-dom@^6.27.0:
3670+
version "6.27.0"
3671+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.27.0.tgz#8d7972a425fd75f91c1e1ff67e47240c5752dc3f"
3672+
integrity sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==
36733673
dependencies:
3674-
"@remix-run/router" "1.19.2"
3675-
react-router "6.26.2"
3674+
"@remix-run/router" "1.20.0"
3675+
react-router "6.27.0"
36763676

3677-
react-router@6.26.2:
3678-
version "6.26.2"
3679-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.2.tgz#2f0a68999168954431cdc29dd36cec3b6fa44a7e"
3680-
integrity sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==
3677+
react-router@6.27.0:
3678+
version "6.27.0"
3679+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.27.0.tgz#db292474926c814c996c0ff3ef0162d1f9f60ed4"
3680+
integrity sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==
36813681
dependencies:
3682-
"@remix-run/router" "1.19.2"
3682+
"@remix-run/router" "1.20.0"
36833683

36843684
react-style-singleton@^2.2.1:
36853685
version "2.2.1"

0 commit comments

Comments
 (0)