Skip to content

Commit e2e707e

Browse files
Bump the all-updates group across 1 directory with 5 updates
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>
1 parent 27b345f commit e2e707e

File tree

2 files changed

+518
-685
lines changed

2 files changed

+518
-685
lines changed

page/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"postinstall": "patch-package"
1414
},
1515
"dependencies": {
16-
"@astrojs/tailwind": "^5.1.2",
17-
"astro": "^4.16.10",
18-
"marked": "^15.0.0",
19-
"tailwindcss": "^3.4.14"
16+
"@astrojs/tailwind": "^5.1.3",
17+
"astro": "^5.0.5",
18+
"marked": "^15.0.4",
19+
"tailwindcss": "^3.4.16"
2020
},
2121
"devDependencies": {
2222
"@catppuccin/tailwindcss": "^0.1.6",
2323
"@types/marked": "^6.0.0",
2424
"gh-pages": "^6.2.0",
25-
"typedoc": "^0.26.11"
25+
"typedoc": "^0.27.5"
2626
}
2727
}

0 commit comments

Comments
 (0)