diff options
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index 69ad7e8..7d10673 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@astrojs/tailwind": "^5.0.2", - "astro": "^3.3.0", + "astro": "^3.3.3", "tailwindcss": "^3.3.3" }, "devDependencies": { "@polyfrost/config": "workspace:*", "@types/node": "~18.17.19", - "typescript": "^5.2.2", - "node-html-parser": "^6.1.10" + "node-html-parser": "^6.1.10", + "typescript": "^5.2.2" } } |