aboutsummaryrefslogtreecommitdiff
path: root/apps/website/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/package.json')
-rw-r--r--apps/website/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/website/package.json b/apps/website/package.json
index bb13cbe..11da785 100644
--- a/apps/website/package.json
+++ b/apps/website/package.json
@@ -11,19 +11,19 @@
"test": "vitest"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
- "@astrojs/rss": "^3.0.0",
+ "@astrojs/mdx": "^2.0.2",
+ "@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
- "@astrojs/tailwind": "^5.0.2",
- "astro": "^4.0.6",
+ "@astrojs/tailwind": "^5.0.4",
+ "astro": "^4.0.7",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
- "vitest": "^0.34.6"
+ "vitest": "^1.1.0"
},
"devDependencies": {
"@polyfrost/config": "workspace:*",
"@types/node": "~20.10.5",
- "node-html-parser": "^6.1.11",
+ "node-html-parser": "^6.1.12",
"typescript": "^5.3.3"
}
}