Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 82a2ba9

Browse files
Bump react and @types/react
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 19.0.0 to 19.1.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.1.0/packages/react) Updates `@types/react` from 19.0.12 to 19.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12cf697 commit 82a2ba9

2 files changed

Lines changed: 129 additions & 129 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@tailwindcss/aspect-ratio": "^0.4.2",
1919
"next": "15.3.1",
2020
"pocketbase": "^0.26.0",
21-
"react": "^19.0.0",
21+
"react": "^19.1.0",
2222
"react-dom": "^19.0.0",
2323
"react-intersection-observer": "^9.16.0"
2424
},
2525
"devDependencies": {
2626
"@types/node": "^22.14.1",
27-
"@types/react": "^19.0.12",
27+
"@types/react": "^19.1.2",
2828
"@types/react-dom": "^19.0.4",
2929
"eslint": "^9.25.0",
3030
"eslint-config-next": "15.3.1",

0 commit comments

Comments
 (0)