Skip to content

Commit 21c0a7c

Browse files
chore(deps): update dependency @types/react to ^18.2.55 (#2453)
[![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/tree/HEAD/types/react)) | [`^18.2.54` -> `^18.2.55`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.54/18.2.55) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.54/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.54/18.2.55?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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e541e9 commit 21c0a7c

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

analyzer/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/prop-types": "^15.7.11",
37-
"@types/react": "^18.2.54",
37+
"@types/react": "^18.2.55",
3838
"@types/react-dom": "^18.2.18",
3939
"pino": "^8.18.0",
4040
"pino-pretty": "^10.3.1",

config-helpers/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "tsc && unbuild"
2929
},
3030
"devDependencies": {
31-
"@types/react": "^18.2.54",
31+
"@types/react": "^18.2.55",
3232
"next": "^13.4.7",
3333
"react": "^18.2.0",
3434
"typescript": "^5.3.3",

framework-plugins/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@previewjs/core": "workspace:*",
3333
"@previewjs/iframe": "workspace:*",
3434
"@previewjs/testing": "workspace:*",
35-
"@types/react": "^18.2.54",
35+
"@types/react": "^18.2.55",
3636
"@types/react-dom": "^18.2.18",
3737
"pino": "^8.18.0",
3838
"pino-pretty": "^10.3.1",

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

screenshot/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@previewjs/plugin-react": "workspace:^",
1313
"@previewjs/screenshot": "workspace:^",
14-
"@types/react": "^18.2.54",
14+
"@types/react": "^18.2.55",
1515
"@types/react-dom": "^18.2.18",
1616
"@vitejs/plugin-react": "^4.2.1",
1717
"playwright": "^1.41.2",

0 commit comments

Comments
 (0)