Skip to content

Commit

Permalink
chore(lapis-docs): bump the minorandpatch group (#1061)
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /lapis-docs with 4 updates: [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@playwright/test](https://github.com/microsoft/playwright) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@astrojs/react` from 4.1.6 to 4.2.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@4.2.0/packages/integrations/react)

Updates `astro` from 5.1.8 to 5.1.10
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.1.10/packages/astro)

Updates `@playwright/test` from 1.49.1 to 1.50.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.1...v1.50.0)

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

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 547a85e commit 44b6a33
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
52 changes: 28 additions & 24 deletions lapis-docs/package-lock.json

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

8 changes: 4 additions & 4 deletions lapis-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"e2e": "playwright test"
},
"dependencies": {
"@astrojs/react": "^4.1.6",
"@astrojs/react": "^4.2.0",
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.1.8",
"astro": "^5.1.10",
"change-case": "^5.4.4",
"daisyui": "^4.12.23",
"js-yaml": "^4.1.0",
Expand All @@ -35,9 +35,9 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@playwright/test": "^1.49.1",
"@playwright/test": "^1.50.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@types/swagger-ui": "^3.52.4",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
Expand Down

0 comments on commit 44b6a33

Please sign in to comment.