From 0622c18a790a1169dc7c478504c00e25ba8ee48d Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:01:08 -0500 Subject: [PATCH] revive dev --- package-lock.json | 12 +++++++++--- package.json | 1 + tsconfig.json | 5 +---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b301041..d920b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@astrojs/rss": "^4.0.2", "@astrojs/sitemap": "^3.0.4", "@astrojs/tailwind": "^5.1.0", + "@fontsource/montserrat-alternates": "^5.0.8", "astro": "^4.1.2", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" @@ -936,6 +937,11 @@ "node": ">=12" } }, + "node_modules/@fontsource/montserrat-alternates": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/@fontsource/montserrat-alternates/-/montserrat-alternates-5.0.8.tgz", + "integrity": "sha512-wFDGm5efIzEoFH57jenRw1h27TzEKst8xx0Veq01Z/fS0v3ESvPbiRLUl9euMwu62/zBkuzG9CpR0Ng1yTB6Uw==" + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -7343,9 +7349,9 @@ } }, "node_modules/vite": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", - "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dependencies": { "esbuild": "^0.19.3", "postcss": "^8.4.32", diff --git a/package.json b/package.json index 2050c6f..fcab9ed 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@astrojs/rss": "^4.0.2", "@astrojs/sitemap": "^3.0.4", "@astrojs/tailwind": "^5.1.0", + "@fontsource/montserrat-alternates": "^5.0.8", "astro": "^4.1.2", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" diff --git a/tsconfig.json b/tsconfig.json index d75d7e2..7a36ca0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,5 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true - }, - "files": [ - "consts.ts" - ] + } } \ No newline at end of file