Skip to content

Commit

Permalink
chore(deps): bump the npm-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm-dependencies group with 4 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [marked](https://github.com/markedjs/marked) and [playwright](https://github.com/microsoft/playwright).


Updates `@astrojs/starlight` from 0.24.4 to 0.24.5
- [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 `astro` from 4.11.0 to 4.11.3
- [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/[email protected]/packages/astro)

Updates `marked` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v13.0.0...v13.0.1)

Updates `playwright` from 1.44.1 to 1.45.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.1...v1.45.0)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 4e9fae4 commit 58a052e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 48 deletions.
112 changes: 68 additions & 44 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.7.0",
"@astrojs/partytown": "^2.1.0",
"@astrojs/starlight": "^0.24.4",
"@astrojs/starlight": "^0.24.5",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
"astro": "^4.11.0",
"astro": "^4.11.3",
"astro-diagram": "^0.7.0",
"hast-util-select": "^6.0.2",
"hastscript": "^9.0.0",
"marked": "^13.0.0",
"marked": "^13.0.1",
"rehype-mermaid": "^2.1.0",
"remark-svgbob": "^1.1.1",
"sharp": "^0.33.4",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"playwright": "^1.44.1",
"playwright": "^1.45.0",
"prettier": "3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-organize-imports": "^3.2.4",
Expand Down

0 comments on commit 58a052e

Please sign in to comment.