Skip to content

Commit

Permalink
chore(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `3.1.6` | `3.1.7` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.0` | `5.1.1` |
| [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.9.2` | `0.9.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.6` | `4.15.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.12` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.2` | `1.2.3` |


Updates `@astrojs/mdx` from 3.1.6 to 3.1.7
- [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/[email protected]/packages/integrations/mdx)

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

Updates `@xmldom/xmldom` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.9.2...0.9.3)

Updates `astro` from 4.15.6 to 4.15.8
- [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 `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.11...v3.4.12)

Updates `@iconify-json/simple-icons` from 1.2.2 to 1.2.3
- [Commits](https://github.com/iconify/icon-sets/commits)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@iconify-json/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 1c1aead commit 9f13884
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 61 deletions.
104 changes: 49 additions & 55 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"format:check": "prettier --check ./src"
},
"dependencies": {
"@astrojs/mdx": "^3.1.6",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/tailwind": "^5.1.1",
"@fontsource-variable/fira-code": "^5.1.0",
"@fontsource-variable/overpass": "^5.1.0",
"@fontsource-variable/roboto-flex": "^5.1.0",
"@xmldom/xmldom": "^0.9.2",
"@xmldom/xmldom": "^0.9.3",
"asciinema-player": "^3.8.0",
"astro": "^4.15.6",
"astro": "^4.15.8",
"astro-icon": "^1.1.1",
"astro-seo": "^0.8.4",
"htmx.org": "^2.0.2",
"markdown-it": "^14.0.0",
"node-html-parser": "^6.1.13",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"turndown": "^7.2.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.0",
"@iconify/tailwind": "^1.1.3",
"@iconify-json/simple-icons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
Expand Down

0 comments on commit 9f13884

Please sign in to comment.