Skip to content

Commit 2ec2ee1

Browse files
Bump react-router-dom from 6.23.0 to 6.23.1 in /graph-tutorial
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.0 to 6.23.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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bcd1d8 commit 2ec2ee1

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.2",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "^6.23.0",
16+
"react-router-dom": "^6.23.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/[email protected].0":
1762-
version "1.16.0"
1763-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.0.tgz#0e10181e5fec1434eb071a9bc4bdaac843f16dcc"
1764-
integrity sha512-Quz1KOffeEf/zwkCBM3kBtH4ZoZ+pT3xIXBG4PPW/XFtDP7EGhtTiC2+gpL9GnR7+Qdet5Oa6cYSvwKYg6kN9Q==
1761+
"@remix-run/[email protected].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==
17651765

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

8094-
react-router-dom@^6.23.0:
8095-
version "6.23.0"
8096-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.0.tgz#8b80ad92ad28f4dc38972e92d84b4c208150545a"
8097-
integrity sha512-Q9YaSYvubwgbal2c9DJKfx6hTNoBp3iJDsl+Duva/DwxoJH+OTXkxGpql4iUK2sla/8z4RpjAm6EWx1qUDuopQ==
8094+
react-router-dom@^6.23.1:
8095+
version "6.23.1"
8096+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.23.1.tgz#30cbf266669693e9492aa4fc0dde2541ab02322f"
8097+
integrity sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==
80988098
dependencies:
8099-
"@remix-run/router" "1.16.0"
8100-
react-router "6.23.0"
8099+
"@remix-run/router" "1.16.1"
8100+
react-router "6.23.1"
81018101

8102-
8103-
version "6.23.0"
8104-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.0.tgz#2f2d7492c66a6bdf760be4c6bdf9e1d672fa154b"
8105-
integrity sha512-wPMZ8S2TuPadH0sF5irFGjkNLIcRvOSaEe7v+JER8508dyJumm6XZB1u5kztlX0RVq6AzRVndzqcUh6sFIauzA==
8102+
8103+
version "6.23.1"
8104+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.23.1.tgz#d08cbdbd9d6aedc13eea6e94bc6d9b29cb1c4be9"
8105+
integrity sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==
81068106
dependencies:
8107-
"@remix-run/router" "1.16.0"
8107+
"@remix-run/router" "1.16.1"
81088108

81098109
81108110
version "5.0.1"

0 commit comments

Comments
 (0)