Skip to content

Commit

Permalink
chore(lapis-docs): bump react and @types/react in /lapis-docs
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.8
- [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]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 1474028 commit 44d81ec
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 67 deletions.
182 changes: 117 additions & 65 deletions lapis-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lapis-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@types/react": "^18.3.12",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.3.1",
"astro": "^5.1.10",
"change-case": "^5.4.4",
"daisyui": "^4.12.23",
"js-yaml": "^4.1.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"swagger-ui": "^5.18.2",
Expand Down

0 comments on commit 44d81ec

Please sign in to comment.