Skip to content

Commit

Permalink
⬆️ (repo) [NO-ISSUE]: Bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 4e950ec commit 61f2d32
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 216 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nextra": "^3.0.13",
"nextra-theme-blog": "^3.0.13",
"nextra-theme-docs": "^3.0.15",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16",
"tailwind-merge": "^1.14.0"
Expand All @@ -33,7 +33,7 @@
"@ledgerhq/prettier-config-dsdk": "workspace:*",
"@ledgerhq/tsconfig-dsdk": "workspace:*",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^19.0.6",
"globals": "15.13.0"
}
}
4 changes: 2 additions & 2 deletions apps/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@playwright/test": "^1.49.0",
"@sentry/nextjs": "^8.42.0",
"next": "14.2.15",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-lottie": "^1.2.10",
"rxjs": "^7.8.1",
Expand All @@ -39,7 +39,7 @@
"@ledgerhq/eslint-config-dsdk": "workspace:*",
"@ledgerhq/prettier-config-dsdk": "workspace:*",
"@ledgerhq/tsconfig-dsdk": "workspace:*",
"@types/react": "^18.3.12",
"@types/react": "^19.0.6",
"@types/react-lottie": "^1.2.10",
"@types/styled-components": "^5.1.25",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/react": "^18.3.12",
"@types/react": "^19.0.6",
"@types/react-dom": "^18.3.1"
}
}
Loading

0 comments on commit 61f2d32

Please sign in to comment.