Skip to content

Commit 59792fc

Browse files
committed
chore: update material-symbols version and upgrade tailwindcss dependencies
1 parent 2dc2a33 commit 59792fc

2 files changed

Lines changed: 46 additions & 23 deletions

File tree

bun.lock

Lines changed: 42 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro build",
8+
"cloudflare": "bun install --frozen-lockfile && bun run build",
89
"preview": "astro preview",
910
"astro": "astro"
1011
},
1112
"dependencies": {
1213
"astro": "5.7.13",
13-
"material-symbols": "^0.31.2"
14+
"material-symbols": "^0.31.3"
1415
},
1516
"devDependencies": {
1617
"@biomejs/biome": "^1.9.4",
17-
"@tailwindcss/vite": "^4.1.6",
18-
"tailwindcss": "^4.1.6",
18+
"@tailwindcss/vite": "^4.1.7",
19+
"tailwindcss": "^4.1.7",
1920
"tailwindcss-animated": "^2.0.0"
2021
},
2122
"trustedDependencies": [

0 commit comments

Comments
 (0)