Skip to content

Commit 9a8f013

Browse files
Bump react-router-dom from 6.23.1 to 6.26.1 in /graph-tutorial
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.1 to 6.26.1. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/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]>
1 parent 44ac352 commit 9a8f013

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

graph-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^18.3.1",
1414
"react-bootstrap": "^2.10.4",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "^6.23.1",
16+
"react-router-dom": "^6.26.1",
1717
"react-scripts": "5.0.1",
1818
"web-vitals": "^3.5.2",
1919
"windows-iana": "^5.1.0"

graph-tutorial/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,10 +1758,10 @@
17581758
dependencies:
17591759
"@swc/helpers" "^0.5.0"
17601760

1761-
"@remix-run/router@1.16.1":
1762-
version "1.16.1"
1763-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd"
1764-
integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==
1761+
"@remix-run/router@1.19.1":
1762+
version "1.19.1"
1763+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.1.tgz#984771bfd1de2715f42394c87fb716c1349e014f"
1764+
integrity sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==
17651765

17661766
"@restart/hooks@^0.4.9":
17671767
version "0.4.15"
@@ -8082,20 +8082,20 @@ react-refresh@^0.11.0:
80828082
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
80838083
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
80848084

8085-
react-router-dom@^6.23.1:
8086-
version "6.23.1"
8087-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
8088-
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
8085+
react-router-dom@^6.26.1:
8086+
version "6.26.1"
8087+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.26.1.tgz#a408892b41767a49dc94b3564b0e7d8e3959f623"
8088+
integrity sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==
80898089
dependencies:
8090-
"@remix-run/router" "1.16.1"
8091-
react-router "6.23.1"
8090+
"@remix-run/router" "1.19.1"
8091+
react-router "6.26.1"
80928092

8093-
react-router@6.23.1:
8094-
version "6.23.1"
8095-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
8096-
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
8093+
react-router@6.26.1:
8094+
version "6.26.1"
8095+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.26.1.tgz#88c64837e05ffab6899a49df2a1484a22471e4ce"
8096+
integrity sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==
80978097
dependencies:
8098-
"@remix-run/router" "1.16.1"
8098+
"@remix-run/router" "1.19.1"
80998099

81008100
81018101
version "5.0.1"

0 commit comments

Comments
 (0)