Skip to content

Commit c074860

Browse files
⬆️ Update dependency @types/react to ^18.3.12 (#5358)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^18.3.11` -> `^18.3.12`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.11/18.3.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.3.11/18.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.11/18.3.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3b8590 commit c074860

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@types/express": "^5.0.0",
2424
"@types/lodash": "^4.17.12",
25-
"@types/react": "^18.3.11",
25+
"@types/react": "^18.3.12",
2626
"@types/supertest": "^6.0.2",
2727
"happy-dom": "^15.7.4",
2828
"typescript": "~5.6.3",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2995,7 +2995,7 @@ __metadata:
29952995
"@testing-library/user-event": "npm:^14.5.2"
29962996
"@types/express": "npm:^5.0.0"
29972997
"@types/lodash": "npm:^4.17.12"
2998-
"@types/react": "npm:^18.3.11"
2998+
"@types/react": "npm:^18.3.12"
29992999
"@types/supertest": "npm:^6.0.2"
30003000
express: "npm:^4.21.1"
30013001
fast-check: "workspace:*"
@@ -5706,13 +5706,13 @@ __metadata:
57065706
languageName: node
57075707
linkType: hard
57085708

5709-
"@types/react@npm:*, @types/react@npm:^18.3.11":
5710-
version: 18.3.11
5711-
resolution: "@types/react@npm:18.3.11"
5709+
"@types/react@npm:*, @types/react@npm:^18.3.12":
5710+
version: 18.3.12
5711+
resolution: "@types/react@npm:18.3.12"
57125712
dependencies:
57135713
"@types/prop-types": "npm:*"
57145714
csstype: "npm:^3.0.2"
5715-
checksum: 10c0/ce80512246ca5bda69db85b9f4f1835189334acfb6b2c4f3eda8cabff1ff1a3ea9ce4f3b895bdbc18c94140aa45592331aa3fdeb557f525c1b048de7ce84fc0e
5715+
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
57165716
languageName: node
57175717
linkType: hard
57185718

0 commit comments

Comments
 (0)