From e14fe80efa26b3ca54241f8df288c1536a2f9682 Mon Sep 17 00:00:00 2001 From: "Nikola R. Hristov" Date: Fri, 5 Apr 2024 01:39:05 +0300 Subject: [PATCH] squash! --- package.json | 8 ++++---- tsconfig.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 68b06285..d085670c 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "@astrojs/check": "0.5.10", "@astrojs/prefetch": "0.4.1", "@astrojs/sitemap": "3.1.2", - "@playform/build": "0.0.2", - "@playform/compress": "0.0.1", + "@playform/build": "0.0.5", + "@playform/compress": "0.0.2", "@playform/format": "0.0.1", "@playform/inline": "0.0.1", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.12", - "astro": "4.5.15", + "astro": "4.5.16", "astro-capo": "0.0.1", "astrojs-service-worker": "2.0.0", "autoprefixer": "10.4.19", @@ -46,7 +46,7 @@ "postcss-reporter": "7.1.0", "postcss-url": "10.1.3", "tailwindcss": "3.4.3", - "typescript": "5.4.3", + "typescript": "5.4.4", "zod": "3.22.4" }, "publishConfig": { diff --git a/tsconfig.json b/tsconfig.json index 63d249ee..a5e98665 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,5 +3,6 @@ "baseUrl": "./", "types": ["astro/client", "astro/env"] }, - "extends": "@playform/build/tsconfig" + "extends": "@playform/build/tsconfig", + "include": ["Source"] }