Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to ^18.2.32 (#2155)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^18.2.31` ->
`^18.2.32`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.31/18.2.32)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.32?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.32?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.31/18.2.32?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.31/18.2.32?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**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent f9495fe commit 5fe6b5c
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 93 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/prop-types": "^15.7.9",
"@types/react": "^18.2.31",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
Expand Down
2 changes: 1 addition & 1 deletion config-helpers/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "tsc && unbuild"
},
"devDependencies": {
"@types/react": "^18.2.31",
"@types/react": "^18.2.32",
"next": "^13.4.7",
"react": "^18.2.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/react": "^18.2.31",
"@types/react": "^18.2.32",
"@types/react-dom": "^18.2.14",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
Expand Down

0 comments on commit 5fe6b5c

Please sign in to comment.