From 10c2d95bcf72ddf4ab63ac20833d0e3573b8f875 Mon Sep 17 00:00:00 2001 From: Pauline Date: Mon, 23 Oct 2023 12:02:56 -0400 Subject: chore(deps): bump all dependencies --- apps/website/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/website') 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" } } -- cgit