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

Commite4019f1

Browse files
chore: bump eslint-plugin-react-hooks from 4.4.0 to 4.5.0 in /site
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.4.0 to 4.5.0.- [Release notes](https://github.com/facebook/react/releases)- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)---updated-dependencies:- dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
1 parent65d5975 commite4019f1

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

‎site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/superagent":"4.1.15",
6363
"@typescript-eslint/eslint-plugin":"5.21.0",
6464
"@typescript-eslint/parser":"5.19.0",
65-
"@xstate/cli":"0.1.6",
65+
"@xstate/cli":"0.1.7",
6666
"chromatic":"6.5.4",
6767
"copy-webpack-plugin":"10.2.4",
6868
"css-loader":"6.7.1",
@@ -77,10 +77,10 @@
7777
"eslint-plugin-jsx-a11y":"6.5.1",
7878
"eslint-plugin-no-storage":"1.0.2",
7979
"eslint-plugin-react":"7.29.4",
80-
"eslint-plugin-react-hooks":"4.4.0",
80+
"eslint-plugin-react-hooks":"4.5.0",
8181
"html-webpack-plugin":"5.5.0",
8282
"jest":"27.5.1",
83-
"jest-junit":"13.1.0",
83+
"jest-junit":"13.2.0",
8484
"jest-runner-eslint":"1.0.0",
8585
"mini-css-extract-plugin":"2.6.0",
8686
"msw":"0.39.2",

‎site/yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,14 +3666,14 @@
36663666
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
36673667
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
36683668

3669-
"@xstate/cli@0.1.6":
3670-
version "0.1.6"
3671-
resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.1.6.tgz#1ee6bb4897a8bb4b94155c7715b00a90aadedaa4"
3672-
integrity sha512-npDPm9kRGFgWLPfyCsn2MBzmiV/Mx3R8sGNPKQEbBnmRiXD2c2hGqoYwrWiittk+pFOJmc7tm9eT8NUbxND0/g==
3669+
"@xstate/cli@0.1.7":
3670+
version "0.1.7"
3671+
resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.1.7.tgz#2e20e1ba44a14894320e76544c51cea8ccff663d"
3672+
integrity sha512-BE2EumZoivO19PWXLPAx/gzOAQHrEWrp/T8L7u0LigbUODoAmZwKCuF94IYmRipUYKeyjhYUX2jstoHXg/7Asg==
36733673
dependencies:
36743674
"@babel/core" "^7.12.10"
3675-
"@xstate/machine-extractor" "0.6.3"
3676-
"@xstate/tools-shared" "1.1.4"
3675+
"@xstate/machine-extractor" "0.6.4"
3676+
"@xstate/tools-shared" "1.1.5"
36773677
chokidar "^3.5.3"
36783678
commander "^8.0.0"
36793679
xstate "^4.29.0"
@@ -3685,10 +3685,10 @@
36853685
dependencies:
36863686
fast-safe-stringify "^2.1.1"
36873687

3688-
"@xstate/machine-extractor@0.6.3":
3689-
version "0.6.3"
3690-
resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.3.tgz#c5922fbd6044085bb855016f76412c769aa0e4f1"
3691-
integrity sha512-PieLwCFiL+q4/fZczAv4/cl5J4ULDM5z6GoCliajTnHIAh0wHxxKiey6LsVvqWVzGw9fUlO87AqtWPsIcsy4jw==
3688+
"@xstate/machine-extractor@0.6.4":
3689+
version "0.6.4"
3690+
resolved "https://registry.yarnpkg.com/@xstate/machine-extractor/-/machine-extractor-0.6.4.tgz#8aff092ecc06333190dc71faa9e7d9cf08dc4614"
3691+
integrity sha512-CTDHDdXbAdhS8XFOi0P/GF3zhh7rrcpycrM1Anlc1f0awILaNo+2kATBEVsL6k7nfFsGStjGeE8RwWeiUfYwag==
36923692

36933693
"@xstate/react@3.0.0":
36943694
version "3.0.0"
@@ -3698,12 +3698,12 @@
36983698
use-isomorphic-layout-effect "^1.0.0"
36993699
use-sync-external-store "^1.0.0"
37003700

3701-
"@xstate/tools-shared@1.1.4":
3702-
version "1.1.4"
3703-
resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-1.1.4.tgz#dcaf161792df0ba16be0d7dd57efa844bf265039"
3704-
integrity sha512-gH1NdnQYbmM9JpKbD1Q3ybWzgwUArS5tgq5GZUSMtFVyghlG8JNWILx+s8XvshE9HCZB0jy3pFa4bUscbCLerw==
3701+
"@xstate/tools-shared@1.1.5":
3702+
version "1.1.5"
3703+
resolved "https://registry.yarnpkg.com/@xstate/tools-shared/-/tools-shared-1.1.5.tgz#82f285279953a0f075caad3fbc8cf4f5ad041b8f"
3704+
integrity sha512-Gr9UMEMJxdrN16bEIb3eIys9pi08K4dAHK5ptIC3mBHy77JBGtgfYMTO619uy1pdmbBRVFWg7aPAcMIusqjq8w==
37053705
dependencies:
3706-
"@xstate/machine-extractor" "0.6.3"
3706+
"@xstate/machine-extractor" "0.6.4"
37073707

37083708
"@xtuc/ieee754@^1.2.0":
37093709
version "1.2.0"
@@ -6425,10 +6425,10 @@ eslint-plugin-no-storage@1.0.2:
64256425
resolved "https://registry.yarnpkg.com/eslint-plugin-no-storage/-/eslint-plugin-no-storage-1.0.2.tgz#b32b2f00c4084f8e70c6c4ea79704ffe28b6caad"
64266426
integrity sha1-sysvAMQIT45wxsTqeXBP/ii2yq0=
64276427

6428-
eslint-plugin-react-hooks@4.4.0:
6429-
version "4.4.0"
6430-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4"
6431-
integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==
6428+
eslint-plugin-react-hooks@4.5.0:
6429+
version "4.5.0"
6430+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad"
6431+
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==
64326432

64336433
eslint-plugin-react@7.29.4:
64346434
version "7.29.4"
@@ -8748,10 +8748,10 @@ jest-jasmine2@^27.5.1:
87488748
pretty-format "^27.5.1"
87498749
throat "^6.0.1"
87508750

8751-
jest-junit@13.1.0:
8752-
version "13.1.0"
8753-
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.1.0.tgz#c364b90b88ad2492dae4002f00c9fed75e0590c4"
8754-
integrity sha512-ECbhzEG3Oe2IH3Mnwcv2vAXM4qTbcObN/gTUzwKPlpaNsf2G/zlj/teEUqRGV17YQiQ4AqzTf3pCO7W59DKVIw==
8751+
jest-junit@13.2.0:
8752+
version "13.2.0"
8753+
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.2.0.tgz#66eeb86429aafac8c1745a70f44ace185aacb943"
8754+
integrity sha512-B0XNlotl1rdsvFZkFfoa19mc634+rrd8E4Sskb92Bb8MmSXeWV9XJGUyctunZS1W410uAxcyYuPUGVnbcOH8cg==
87558755
dependencies:
87568756
mkdirp "^1.0.4"
87578757
strip-ansi "^6.0.1"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp