Skip to content

Commit d2af09c

Browse files
Bump @types/react from 19.0.1 to 19.0.2 (#5832)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.0.1 to 19.0.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=19.0.1&new-version=19.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `@types/react` package version from `19.0.1` to `19.0.2` across multiple projects and updates the associated dependencies in the `pnpm-lock.yaml` file. ### Detailed summary - Updated `@types/react` from `19.0.1` to `19.0.2` in: - `apps/playground-web/package.json` - `apps/dashboard/package.json` - `apps/portal/package.json` - `packages/thirdweb/package.json` - `apps/wallet-ui/package.json` - Updated `@types/react` references in `pnpm-lock.yaml`. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 93228cb commit d2af09c

File tree

6 files changed

+593
-593
lines changed

6 files changed

+593
-593
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@types/papaparse": "^5.3.15",
123123
"@types/pluralize": "^0.0.33",
124124
"@types/qrcode": "^1.5.5",
125-
"@types/react": "19.0.1",
125+
"@types/react": "19.0.2",
126126
"@types/react-dom": "19.0.2",
127127
"@types/react-table": "^7.7.20",
128128
"@types/spdx-correct": "^3.1.3",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/node": "22.10.2",
50-
"@types/react": "19.0.1",
50+
"@types/react": "19.0.2",
5151
"@types/react-dom": "19.0.2",
5252
"eslint": "8.57.0",
5353
"eslint-config-next": "15.1.2",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/flexsearch": "^0.7.6",
5656
"@types/mdx": "^2.0.13",
5757
"@types/node": "22.10.2",
58-
"@types/react": "19.0.1",
58+
"@types/react": "19.0.2",
5959
"@types/react-dom": "19.0.2",
6060
"@types/react-html-parser": "^2.0.6",
6161
"@types/tryghost__content-api": "^1.3.16",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@next/eslint-plugin-next": "15.1.0",
3939
"@types/node": "22.10.2",
40-
"@types/react": "19.0.1",
40+
"@types/react": "19.0.2",
4141
"@types/react-dom": "19.0.2",
4242
"@typescript-eslint/eslint-plugin": "7.14.1",
4343
"@typescript-eslint/parser": "7.14.1",

packages/thirdweb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"@testing-library/react": "^16.1.0",
343343
"@testing-library/user-event": "^14.5.2",
344344
"@types/cross-spawn": "^6.0.6",
345-
"@types/react": "19.0.1",
345+
"@types/react": "19.0.2",
346346
"@viem/anvil": "0.0.10",
347347
"@vitejs/plugin-react": "^4.3.4",
348348
"@vitest/coverage-v8": "2.1.8",

0 commit comments

Comments
 (0)