Browse Source

chore(deps-dev): bump the astro group with 3 updates (#5545)

Bumps the astro group with 3 updates: [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check), [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/check` from 0.3.3 to 0.5.10
- [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/check@0.5.10/packages/astro-check)

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

Updates `astro` from 4.0.6 to 4.5.17
- [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@4.5.17/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/5546/head
dependabot[bot] 8 months ago committed by GitHub
parent
commit
b1896a921e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2462
      package-lock.json
  2. 6
      package.json

2462
package-lock.json generated

File diff suppressed because it is too large Load Diff

6
package.json

@ -57,12 +57,12 @@
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
},
"devDependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/mdx": "^2.0.1",
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.2.4",
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"astro": "^4.0.6",
"astro": "^4.5.17",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"bundlewatch": "^0.3.3",

Loading…
Cancel
Save