Skip to content

Commit

Permalink
chore(lapis-docs): bump the minorandpatch group
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /lapis-docs with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.23.1` | `0.23.2` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.17.13` | `5.17.14` |
| [swagger-ui-react](https://github.com/swagger-api/swagger-ui) | `5.17.13` | `5.17.14` |
| [yaml](https://github.com/eemeli/yaml) | `2.4.2` | `2.4.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `20.14.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.0` |


Updates `@astrojs/starlight` from 0.23.1 to 0.23.2
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/[email protected]/packages/starlight)

Updates `swagger-ui` from 5.17.13 to 5.17.14
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.17.13...v5.17.14)

Updates `swagger-ui-react` from 5.17.13 to 5.17.14
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.17.13...v5.17.14)

Updates `yaml` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.4.2...v2.4.3)

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

Updates `prettier` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.0)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: swagger-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 46a0efa commit d5654af
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
48 changes: 24 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.

12 changes: 6 additions & 6 deletions lapis-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@astrojs/react": "^3.4.0",
"@astrojs/starlight": "^0.23.1",
"@astrojs/starlight": "^0.23.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@types/react": "^18.3.3",
Expand All @@ -27,19 +27,19 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"swagger-ui": "^5.17.13",
"swagger-ui-react": "^5.17.13",
"swagger-ui": "^5.17.14",
"swagger-ui-react": "^5.17.14",
"tailwindcss": "^3.4.3",
"yaml": "^2.4.2",
"yaml": "^2.4.3",
"zod": "^3.23.0"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@playwright/test": "^1.44.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
"@types/node": "^20.14.0",
"@types/swagger-ui": "^3.52.4",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"prettier-plugin-astro": "^0.14.0",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit d5654af

Please sign in to comment.