diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index a6e73a0..730f5a5 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -11,20 +11,18 @@ "test": "vitest" }, "dependencies": { - "@astrojs/mdx": "^2.0.2", + "@astrojs/mdx": "^2.0.3", "@astrojs/rss": "^4.0.1", - "@astrojs/sitemap": "^3.0.3", - "@astrojs/tailwind": "^5.0.4", - "astro": "^4.0.7", - "fullpage.js": "^4.0.20", - "locomotive-scroll": "^4.1.4", - "sass": "^1.69.5", - "tailwindcss": "^3.4.0", - "vitest": "^1.1.0" + "@astrojs/sitemap": "^3.0.4", + "@astrojs/tailwind": "^5.1.0", + "astro": "^4.1.1", + "sass": "^1.69.7", + "tailwindcss": "^3.4.1", + "vitest": "^1.1.3" }, "devDependencies": { "@polyfrost/config": "workspace:*", - "@types/node": "~20.10.5", + "@types/node": "~20.10.7", "node-html-parser": "^6.1.12", "typescript": "^5.3.3" } |