Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Bump the prod-dependencies group with 4 updates #33

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/blue-gifts-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@matthiesenxyz/astro-hashnode": patch
---

Bump dependencies:

- @tailwindcss/vite from to
- tailwindcss from to
- @astrojs/node from to
- astro from to
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"vite": "^5.2.6"
},
"dependencies": {
"@tailwindcss/vite": "4.0.0-alpha.9",
"@tailwindcss/vite": "4.0.0-alpha.10",
"astro-font": "^0.0.78",
"astro-integration-kit": "~0.7.1",
"astro-remote": "^0.3.2",
"astro-seo": "^0.8.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"picocolors": "^1.0.0",
"tailwindcss": "4.0.0-alpha.9",
"tailwindcss": "4.0.0-alpha.10",
"ultrahtml": "^1.5.3"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "8.2.4",
"@astrojs/node": "8.2.5",
"@matthiesenxyz/astro-hashnode": "workspace:*",
"astro": "^4.5.6"
"astro": "^4.5.9"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
Expand Down
Loading