From 688a62a5467100a1aefc1f7083b8e8f4fad0f541 Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:30:24 +1300 Subject: [PATCH] Remove eleventy-zero dep from integration tests --- javascript-modules/integration-tests/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/javascript-modules/integration-tests/package.json b/javascript-modules/integration-tests/package.json index 26366f5a..5347f531 100644 --- a/javascript-modules/integration-tests/package.json +++ b/javascript-modules/integration-tests/package.json @@ -13,7 +13,6 @@ "license": "MIT", "devDependencies": { "@11ty/eleventy": "^3.0.0", - "@11ty/eleventy-zero": "npm:@11ty/eleventy@0.12.1", "@astrojs/mdx": "^3.1.7", "@astrojs/react": "3.0.0", "@babel/generator": "^7", @@ -68,4 +67,4 @@ "express": "^4.21.1", "express-ws": "^5.0.2" } -} +} \ No newline at end of file