Skip to content

Commit d20b55f

Browse files
Update play/pause state
1 parent 14c0487 commit d20b55f

4 files changed

Lines changed: 215 additions & 212 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@
1717
},
1818
"dependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@astrojs/db": "^0.14.5",
21-
"@astrojs/preact": "^4.0.7",
20+
"@astrojs/db": "^0.14.10",
21+
"@astrojs/preact": "^4.0.8",
2222
"@astrojs/sitemap": "^3.3.0",
2323
"@astrojs/vercel": "^8.1.3",
24-
"@preact/signals": "^1.3.1",
24+
"@preact/signals": "^2.0.3",
2525
"@vercel/analytics": "^1.4.1",
2626
"@vercel/speed-insights": "^1.1.0",
2727
"astro": "^5.1.4",
2828
"astro-seo-schema": "^5.0.0",
2929
"atropos": "^2.0.2",
30-
"preact": "^10.25.1",
30+
"preact": "^10.26.5",
3131
"rss-to-json": "^2.1.1",
3232
"schema-dts": "^1.1.2",
3333
"valibot": "^0.31.1"
3434
},
3535
"devDependencies": {
3636
"@playwright/test": "^1.49.0",
37-
"@tailwindcss/forms": "^0.5.9",
38-
"@tailwindcss/typography": "^0.5.15",
39-
"@tailwindcss/vite": "^4.0.17",
37+
"@tailwindcss/forms": "^0.5.10",
38+
"@tailwindcss/typography": "^0.5.16",
39+
"@tailwindcss/vite": "^4.1.3",
4040
"@types/html-to-text": "^9.0.4",
4141
"@types/node": "^22.10.1",
4242
"html-to-text": "^9.0.5",
4343
"prettier": "^3.4.1",
4444
"prettier-plugin-astro": "^0.14.1",
4545
"prettier-plugin-tailwindcss": "^0.6.11",
4646
"sharp": "^0.33.5",
47-
"tailwind-scrollbar": "^4.0.1",
48-
"tailwindcss": "^4.0.17",
47+
"tailwind-scrollbar": "^4.0.2",
48+
"tailwindcss": "^4.1.3",
4949
"typescript": "^5.7.2"
5050
},
5151
"engines": {

0 commit comments

Comments
 (0)