Skip to content

Commit d566c0f

Browse files
chore(deps): pin dependency @types/react-dom to 18.3.7 (#552)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/react-dom](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)) | devDependencies | pin | [`^18.3.0` -> `18.3.7`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.3.7/18.3.7) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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 is behind base branch, 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 --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent f9ab1db commit d566c0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/lodash": "^4.17.20",
5454
"@types/node": "^20.8.7",
5555
"@types/react": "18.3.27",
56-
"@types/react-dom": "^18.3.0",
56+
"@types/react-dom": "18.3.7",
5757
"@types/react-router-dom": "^5.2.0",
5858
"@typescript-eslint/eslint-plugin": "^8.3.0",
5959
"@typescript-eslint/parser": "^8.3.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,7 +3436,7 @@ __metadata:
34363436
languageName: node
34373437
linkType: hard
34383438

3439-
"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.3.0":
3439+
"@types/react-dom@npm:18.3.7, @types/react-dom@npm:^18.0.0":
34403440
version: 18.3.7
34413441
resolution: "@types/react-dom@npm:18.3.7"
34423442
peerDependencies:
@@ -7200,7 +7200,7 @@ __metadata:
72007200
"@types/lodash": "npm:^4.17.20"
72017201
"@types/node": "npm:^20.8.7"
72027202
"@types/react": "npm:18.3.27"
7203-
"@types/react-dom": "npm:^18.3.0"
7203+
"@types/react-dom": "npm:18.3.7"
72047204
"@types/react-router-dom": "npm:^5.2.0"
72057205
"@typescript-eslint/eslint-plugin": "npm:^8.3.0"
72067206
"@typescript-eslint/parser": "npm:^8.3.0"

0 commit comments

Comments
 (0)