feat: announcement bar added

This commit is contained in:
Al Murad Uzzaman
2025-11-04 12:48:44 +06:00
parent 670162da19
commit 8cd72d878a
5 changed files with 106 additions and 10 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "5.7.0",
"version": "5.8.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -17,12 +17,12 @@
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@astrojs/mdx": "4.3.8",
"@astrojs/react": "4.4.0",
"@astrojs/mdx": "4.3.9",
"@astrojs/react": "4.4.1",
"@astrojs/sitemap": "3.6.0",
"@digi4care/astro-google-tagmanager": "^1.6.0",
"@justinribeiro/lite-youtube": "^1.8.2",
"astro": "5.15.1",
"@justinribeiro/lite-youtube": "^1.9.0",
"astro": "5.15.3",
"astro-auto-import": "^0.4.5",
"astro-font": "^1.1.0",
"date-fns": "^4.1.0",
@@ -43,10 +43,10 @@
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.16",
"@types/node": "24.9.1",
"@types/node": "24.10.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9.38.0",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1",