Skip to content

Commit f93a240

Browse files
Bump the all-updates group across 1 directory with 3 updates
Bumps the all-updates group with 3 updates in the /page directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `astro` from 4.15.8 to 4.15.11 - [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.15.11/packages/astro) Updates `tailwindcss` from 3.4.12 to 3.4.13 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.12...v3.4.13) Updates `typedoc` from 0.26.7 to 0.26.8 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.26.7...v0.26.8) --- updated-dependencies: - dependency-name: astro 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-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b6fbe30 commit f93a240

File tree

2 files changed

+133
-126
lines changed

2 files changed

+133
-126
lines changed

page/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/tailwind": "^5.1.1",
17-
"astro": "^4.15.8",
17+
"astro": "^4.15.11",
1818
"marked": "^14.1.2",
19-
"tailwindcss": "^3.4.12"
19+
"tailwindcss": "^3.4.13"
2020
},
2121
"devDependencies": {
2222
"@catppuccin/tailwindcss": "^0.1.6",
2323
"@types/marked": "^6.0.0",
2424
"gh-pages": "^6.1.1",
25-
"typedoc": "^0.26.7"
25+
"typedoc": "^0.26.8"
2626
}
2727
}

0 commit comments

Comments
 (0)