Skip to content

Commit 57b38c4

Browse files
chore(lapis-docs): bump react and @types/react in /lapis-docs
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.10 - [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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 485ae17 commit 57b38c4

File tree

2 files changed

+102
-53
lines changed

2 files changed

+102
-53
lines changed

lapis-docs/package-lock.json

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

lapis-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@astrojs/starlight": "^0.32.2",
1919
"@astrojs/starlight-tailwind": "^3.0.0",
2020
"@astrojs/tailwind": "^5.1.5",
21-
"@types/react": "^18.3.12",
21+
"@types/react": "^19.0.10",
2222
"@types/react-dom": "^18.3.1",
2323
"astro": "^5.4.2",
2424
"change-case": "^5.4.4",
2525
"daisyui": "^4.12.23",
2626
"js-yaml": "^4.1.0",
27-
"react": "^18.3.1",
27+
"react": "^19.0.0",
2828
"react-dom": "^18.3.1",
2929
"sharp": "^0.33.5",
3030
"swagger-ui": "^5.20.1",

0 commit comments

Comments
 (0)