From 79d43eb1c69fbc9eaf3c0889f3f7e1eb89b9a718 Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Fri, 1 Mar 2024 17:08:51 -0500 Subject: [PATCH] :bug: :( have to lock astro version --- package-lock.json | 12 ++++++------ package.json | 2 +- workspaces/website/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae81dfd..7f5d4bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.2" + "astro": "4.4.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -13655,9 +13655,9 @@ } }, "node_modules/astro": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.8.tgz", - "integrity": "sha512-jAAfzvgHOfuZmqJjnSDownVNuWKYmsGkrFqecEppHarMA/cZ5QIboW6GQHZ8eGZQdtYRCjON3h4i64XFZfuwSg==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.4.2.tgz", + "integrity": "sha512-r1djG61ABvZ9n73vaTW6nTKnMvWY1LQhPpBtzoA2OI2RAk/ptzsqK9ozkAG1qXO2bW3NLJi6pfMxxpngNAALyQ==", "dependencies": { "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", @@ -13718,7 +13718,7 @@ "tsconfck": "^3.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.1.4", + "vite": "^5.1.2", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", @@ -44653,7 +44653,7 @@ "@types/react-dom": "^18.2.19", "@webcomponents/template-shadowroot": "^0.2.1", "airtable": "^0.12.2", - "astro": "^4.4.2", + "astro": "4.4.2", "marked": "^12.0.0", "profile-components": "^0.3.0", "react": "^18.2.0", diff --git a/package.json b/package.json index 5250209..59f960a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "workspaces/*" ], "devDependencies": { - "astro": "^4.4.2" + "astro": "4.4.2" } } diff --git a/workspaces/website/package.json b/workspaces/website/package.json index 878b6a4..e76fc0e 100644 --- a/workspaces/website/package.json +++ b/workspaces/website/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^18.2.19", "@webcomponents/template-shadowroot": "^0.2.1", "airtable": "^0.12.2", - "astro": "^4.4.2", + "astro": "4.4.2", "marked": "^12.0.0", "profile-components": "^0.3.0", "react": "^18.2.0",