Skip to content

Commit a6a5de1

Browse files
build(deps): bump react and @types/react in /react-tailwind-template
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.7 - [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]>
1 parent ccc91dd commit a6a5de1

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

react-tailwind-template/package-lock.json

+18-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-tailwind-template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@db-ui/react-components": "^0.7.1",
14-
"react": "^18.3.1",
14+
"react": "^19.0.0",
1515
"react-dom": "^18.3.1",
1616
"react-router-dom": "7.1.0"
1717
},
1818
"devDependencies": {
1919
"@db-ui/foundations": "^0.7.1",
20-
"@types/react": "^18.3.12",
20+
"@types/react": "^19.0.7",
2121
"@types/react-dom": "^18.3.1",
2222
"@typescript-eslint/eslint-plugin": "^8.21.0",
2323
"@typescript-eslint/parser": "^8.21.0",

0 commit comments

Comments
 (0)