Skip to content

Commit

Permalink
build(deps): Bump the patch-minor group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch-minor group with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/db](https://github.com/withastro/astro/tree/HEAD/packages/db) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@astrojs/check` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)

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

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

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor
- dependency-name: "@astrojs/db"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 2dacb15 commit d2ff8fd
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 148 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"check-links": "lychee --config .lychee.toml ."
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/db": "^0.12.0",
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.13.1",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.2",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@playwright/test": "^1.46.1",
"@radix-ui/colors": "^3.0.0",
"@types/howler": "^2.2.11",
"@types/node": "^22.4.0",
"@types/node": "^22.4.1",
"hastscript": "^9.0.0",
"html-validate": "^8.21.0",
"husky": "^9.1.4",
Expand Down
Loading

0 comments on commit d2ff8fd

Please sign in to comment.