Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit248820d

Browse files
chore: bump react-router-dom from 6.3.0 to 6.4.1 in /site
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.3.0 to 6.4.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/react-router-dom@6.4.1/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] <support@github.com>
1 parentd931b2c commit248820d

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

‎site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-helmet-async":"1.3.0",
5858
"react-i18next":"11.18.4",
5959
"react-markdown":"8.0.3",
60-
"react-router-dom":"6.3.0",
60+
"react-router-dom":"6.4.1",
6161
"react-syntax-highlighter":"15.5.0",
6262
"remark-gfm":"3.0.1",
6363
"sourcemapped-stacktrace":"1.1.11",
@@ -97,7 +97,7 @@
9797
"@typescript-eslint/parser":"5.36.2",
9898
"@xstate/cli":"0.3.0",
9999
"canvas":"2.10.0",
100-
"chromatic":"6.9.0",
100+
"chromatic":"6.10.1",
101101
"eslint":"8.23.0",
102102
"eslint-config-prettier":"8.5.0",
103103
"eslint-import-resolver-alias":"1.1.2",

‎site/yarn.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,11 @@
18151815
schema-utils "^3.0.0"
18161816
source-map "^0.7.3"
18171817

1818+
"@remix-run/router@1.0.1":
1819+
version "1.0.1"
1820+
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.0.1.tgz#88d7ac31811ab0cef14aaaeae2a0474923b278bc"
1821+
integrity sha512-eBV5rvW4dRFOU1eajN7FmYxjAIVz/mRHgUE9En9mBn6m3mulK3WTR5C3iQhL9MZ14rWAq+xOlEaCkDiW0/heOg==
1822+
18181823
"@sinclair/typebox@^0.24.1":
18191824
version "0.24.42"
18201825
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.42.tgz#a74b608d494a1f4cc079738e050142a678813f52"
@@ -5036,10 +5041,10 @@ chownr@^2.0.0:
50365041
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
50375042
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
50385043

5039-
chromatic@6.9.0:
5040-
version "6.9.0"
5041-
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-6.9.0.tgz#6ca326d2157263a7ffa73cde2ca2d0ea9d5cd816"
5042-
integrity sha512-ykfUHLyznZTPi8djKMfrBoOpWinSUfa2HDLmvHgYc2e6Jc4Oqm5jYW9S7l92navSF+EOzov90L7W8rX2NpiBjQ==
5044+
chromatic@6.10.1:
5045+
version "6.10.1"
5046+
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-6.10.1.tgz#5a52e7d616dfd35b6857d724d503cb7baa842922"
5047+
integrity sha512-x8UN5rQ4HK1bUv2uDsHnCQW3bcsFmJH90F5w8mXHkiDc7kEAvbOAm/im2cWbi/VUDI+jW+A7SvZTUi54lBF5wQ==
50435048
dependencies:
50445049
"@discoveryjs/json-ext" "^0.5.7"
50455050
"@types/webpack-env" "^1.17.0"
@@ -7664,7 +7669,7 @@ highlight.js@^10.4.1, highlight.js@~10.7.0:
76647669
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
76657670
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
76667671

7667-
history@5.3.0, history@^5.2.0:
7672+
history@5.3.0:
76687673
version "5.3.0"
76697674
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
76707675
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
@@ -11617,20 +11622,20 @@ react-refresh@^0.14.0:
1161711622
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
1161811623
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
1161911624

11620-
react-router-dom@6.3.0:
11621-
version "6.3.0"
11622-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
11623-
integrity sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==
11625+
react-router-dom@6.4.1:
11626+
version "6.4.1"
11627+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.4.1.tgz#99c9b7c4967890701c888517475aa5d54d25760e"
11628+
integrity sha512-MY7NJCrGNVJtGp8ODMOBHu20UaIkmwD2V3YsAOUQoCXFk7Ppdwf55RdcGyrSj+ycSL9Uiwrb3gTLYSnzcRoXww==
1162411629
dependencies:
11625-
history "^5.2.0"
11626-
react-router "6.3.0"
11630+
"@remix-run/router" "1.0.1"
11631+
react-router "6.4.1"
1162711632

11628-
react-router@6.3.0:
11629-
version "6.3.0"
11630-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557"
11631-
integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==
11633+
react-router@6.4.1:
11634+
version "6.4.1"
11635+
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.1.tgz#dd9cc4dfa264751d143a4b6c9d4faa60ab3ce26c"
11636+
integrity sha512-OJASKp5AykDWFewgWUim1vlLr7yfD4vO/h+bSgcP/ix8Md+LMHuAjovA74MQfsfhQJGGN1nHRhwS5qQQbbBt3A==
1163211637
dependencies:
11633-
history "^5.2.0"
11638+
"@remix-run/router" "1.0.1"
1163411639

1163511640
react-syntax-highlighter@15.5.0, react-syntax-highlighter@^15.4.5:
1163611641
version "15.5.0"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp