Skip to content

Commit 143eae3

Browse files
Bump react-router-dom from 6.22.0 to 6.22.2 in /graph-tutorial
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.22.0 to 6.22.2. - [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/react-router-dom@6.22.2/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] <support@github.com>
1 parent d8b4034 commit 143eae3

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

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.2.0",
1414
"react-bootstrap": "^2.10.1",
1515
"react-dom": "^18.2.0",
16-
"react-router-dom": "^6.21.3",
16+
"react-router-dom": "^6.22.2",
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.15.0":
1762-
version "1.15.0"
1763-
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.0.tgz#461a952c2872dd82c8b2e9b74c4dfaff569123e2"
1764-
integrity sha512-HOil5aFtme37dVQTB6M34G95kPM3MMuqSmIRVCC52eKV+Y/tGSqw9P3rWhlAx6A+mz+MoX+XxsGsNJbaI5qCgQ==
1761+
"@remix-run/router@1.15.2":
1762+
version "1.15.2"
1763+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.15.2.tgz#35726510d332ba5349c6398d13259d5da184553d"
1764+
integrity sha512-+Rnav+CaoTE5QJc4Jcwh5toUpnVLKYbpU6Ys0zqbakqbaLQHeglLVHPfxOiQqdNmUy5C2lXz5dwC6tQNX2JW2Q==
17651765

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

8100-
react-router-dom@^6.21.3:
8101-
version "6.22.0"
8102-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.0.tgz#177c8bd27146decbb991eafb5df159f7a9f70035"
8103-
integrity sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==
8100+
react-router-dom@^6.22.2:
8101+
version "6.22.2"
8102+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.22.2.tgz#8233968a8a576f3006e5549c80f3527d2598fc9c"
8103+
integrity sha512-WgqxD2qySEIBPZ3w0sHH+PUAiamDeszls9tzqMPBDA1YYVucTBXLU7+gtRfcSnhe92A3glPnvSxK2dhNoAVOIQ==
81048104
dependencies:
8105-
"@remix-run/router" "1.15.0"
8106-
react-router "6.22.0"
8105+
"@remix-run/router" "1.15.2"
8106+
react-router "6.22.2"
81078107

8108-
react-router@6.22.0:
8109-
version "6.22.0"
8110-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.0.tgz#a22b44851a79dafc6b944cb418db3e80622b9be1"
8111-
integrity sha512-q2yemJeg6gw/YixRlRnVx6IRJWZD6fonnfZhN1JIOhV2iJCPeRNSH3V1ISwHf+JWcESzLC3BOLD1T07tmO5dmg==
8108+
react-router@6.22.2:
8109+
version "6.22.2"
8110+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.22.2.tgz#27e77e4c635a5697693b922d131d773451c98a5b"
8111+
integrity sha512-YD3Dzprzpcq+tBMHBS822tCjnWD3iIZbTeSXMY9LPSG541EfoBGyZ3bS25KEnaZjLcmQpw2AVLkFyfgXY8uvcw==
81128112
dependencies:
8113-
"@remix-run/router" "1.15.0"
8113+
"@remix-run/router" "1.15.2"
81148114

81158115
react-scripts@5.0.1:
81168116
version "5.0.1"

0 commit comments

Comments
 (0)