Skip to content

Commit a3babb9

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [tailwind-merge](https://github.com/dcastil/tailwind-merge), [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `astro` from 5.16.14 to 5.17.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro) Updates `tailwind-merge` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.0...v3.5.0) Updates `@tailwindcss/vite` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-vite) Updates `tailwindcss` from 4.1.18 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: astro dependency-version: 5.17.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ee1778 commit a3babb9

2 files changed

Lines changed: 682 additions & 376 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"@astrojs/sitemap": "^3.7.0",
2121
"@fontsource/work-sans": "^5.0.18",
2222
"@radix-ui/colors": "^3.0.0",
23-
"astro": "^5.16.14",
23+
"astro": "^5.18.0",
2424
"chart.js": "^4.5.1",
2525
"clsx": "^2.1.0",
26-
"tailwind-merge": "^3.4.0",
26+
"tailwind-merge": "^3.5.0",
2727
"typescript": "^5.9.3"
2828
},
2929
"devDependencies": {
3030
"@myriaddreamin/typst-ts-node-compiler": "0.7.0-rc2",
3131
"@tailwindcss/typography": "^0.5.19",
32-
"@tailwindcss/vite": "^4.1.18",
32+
"@tailwindcss/vite": "^4.2.1",
3333
"prettier": "^3.8.1",
3434
"prettier-plugin-astro": "^0.14.1",
3535
"prettier-plugin-tailwindcss": "^0.7.2",
36-
"tailwindcss": "^4.1.18"
36+
"tailwindcss": "^4.2.1"
3737
}
3838
}

0 commit comments

Comments
 (0)