Skip to content

Commit 130f50a

Browse files
Merge pull request #349 from openscript-ch/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents e261cd8 + ae0ff89 commit 130f50a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"gatsby-transformer-sharp": "5.13.1",
3030
"interweave": "^13.0.0",
3131
"polished": "^4.2.2",
32-
"react": "18.3.0",
32+
"react": "18.3.1",
3333
"react-alternating-timeline": "^2.1.4",
34-
"react-dom": "18.3.0",
34+
"react-dom": "18.3.1",
3535
"react-intl": "6.6.5",
3636
"react-use": "^17.4.0",
3737
"type-fest": "^4.9.0"
@@ -45,7 +45,7 @@
4545
"@types/jest": "^29.5.11",
4646
"@types/mdx": "^2.0.5",
4747
"@types/node": "20.12.7",
48-
"@types/react": "18.3.0",
48+
"@types/react": "18.3.1",
4949
"@types/react-dom": "18.3.0",
5050
"@typescript-eslint/eslint-plugin": "6.21.0",
5151
"@typescript-eslint/parser": "6.21.0",
@@ -60,7 +60,7 @@
6060
"eslint-plugin-mdx": "^3.1.1",
6161
"eslint-plugin-prettier": "5.1.3",
6262
"eslint-plugin-react": "7.34.1",
63-
"eslint-plugin-react-hooks": "4.6.1",
63+
"eslint-plugin-react-hooks": "4.6.2",
6464
"identity-obj-proxy": "^3.0.0",
6565
"jest": "^29.6.1",
6666
"jest-environment-jsdom": "^29.6.1",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,10 +3649,10 @@
36493649
"@types/scheduler" "*"
36503650
csstype "^3.0.2"
36513651

3652-
"@types/[email protected].0":
3653-
version "18.3.0"
3654-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.0.tgz#2e6ac50dea2f68f774b20f1bd536ef82365cd64a"
3655-
integrity sha512-DiUcKjzE6soLyln8NNZmyhcQjVv+WsUIFSqetMN0p8927OztKT4VTfFTqsbAi5oAGIcgOmOajlfBqyptDDjZRw==
3652+
"@types/[email protected].1":
3653+
version "18.3.1"
3654+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
3655+
integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
36563656
dependencies:
36573657
"@types/prop-types" "*"
36583658
csstype "^3.0.2"
@@ -6868,10 +6868,10 @@ [email protected]:
68686868
prettier-linter-helpers "^1.0.0"
68696869
synckit "^0.8.6"
68706870

6871-
6872-
version "4.6.1"
6873-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.1.tgz#85a7e271da14ae4eb4ed717abb4db6e99700550f"
6874-
integrity sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg==
6871+
6872+
version "4.6.2"
6873+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
6874+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
68756875

68766876
eslint-plugin-react-hooks@^4.6.0:
68776877
version "4.6.0"
@@ -13409,13 +13409,13 @@ react-dev-utils@^12.0.1:
1340913409
strip-ansi "^6.0.1"
1341013410
text-table "^0.2.0"
1341113411

13412-
13413-
version "18.3.0"
13414-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.0.tgz#98a3a1cc4e471d517c2a084f38ab1d58d02cada7"
13415-
integrity sha512-zaKdLBftQJnvb7FtDIpZtsAIb2MZU087RM8bRDZU8LVCCFYjPTsDZJNFUWPcVz3HFSN1n/caxi0ca4B/aaVQGQ==
13412+
13413+
version "18.3.1"
13414+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
13415+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
1341613416
dependencies:
1341713417
loose-envify "^1.1.0"
13418-
scheduler "^0.23.1"
13418+
scheduler "^0.23.2"
1341913419

1342013420
react-error-overlay@^6.0.11:
1342113421
version "6.0.11"
@@ -13492,10 +13492,10 @@ react-use@^17.4.0:
1349213492
ts-easing "^0.2.0"
1349313493
tslib "^2.1.0"
1349413494

13495-
13496-
version "18.3.0"
13497-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.0.tgz#84386d0a36fdf5ef50fa5755b7812bdfb76194a5"
13498-
integrity sha512-RPutkJftSAldDibyrjuku7q11d3oy6wKOyPe5K1HA/HwwrXcEqBdHsLypkC2FFYjP7bPUa6gbzSBhw4sY2JcDg==
13495+
13496+
version "18.3.1"
13497+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
13498+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
1349913499
dependencies:
1350013500
loose-envify "^1.1.0"
1350113501

@@ -14093,10 +14093,10 @@ saxes@^6.0.0:
1409314093
dependencies:
1409414094
xmlchars "^2.2.0"
1409514095

14096-
scheduler@^0.23.1:
14097-
version "0.23.1"
14098-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.1.tgz#ef964a7936d7cbe8f7bc0d38fc479a823aed2923"
14099-
integrity sha512-5GKS5JGfiah1O38Vfa9srZE4s3wdHbwjlCrvIookrg2FO9aIwKLOJXuJQFlEfNcVSOXuaL2hzDeY20uVXcUtrw==
14096+
scheduler@^0.23.2:
14097+
version "0.23.2"
14098+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
14099+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
1410014100
dependencies:
1410114101
loose-envify "^1.1.0"
1410214102

0 commit comments

Comments
 (0)