Skip to content

Commit

Permalink
Bump the all-updates group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all-updates group with 5 updates in the /page directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.2` | `5.1.3` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.10` | `5.0.5` |
| [marked](https://github.com/markedjs/marked) | `15.0.0` | `15.0.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.16` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.11` | `0.27.5` |



Updates `@astrojs/tailwind` from 5.1.2 to 5.1.3
- [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/tailwind@5.1.3/packages/integrations/tailwind)

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

Updates `marked` from 15.0.0 to 15.0.4
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.0...v15.0.4)

Updates `tailwindcss` from 3.4.14 to 3.4.16
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.16)

Updates `typedoc` from 0.26.11 to 0.27.5
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.11...v0.27.5)

---
updated-dependencies:
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-updates
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 27b345f commit e2e707e
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 685 deletions.
10 changes: 5 additions & 5 deletions page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"postinstall": "patch-package"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.10",
"marked": "^15.0.0",
"tailwindcss": "^3.4.14"
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.5",
"marked": "^15.0.4",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@types/marked": "^6.0.0",
"gh-pages": "^6.2.0",
"typedoc": "^0.26.11"
"typedoc": "^0.27.5"
}
}
Loading

0 comments on commit e2e707e

Please sign in to comment.