From d42561eebfe56033503f92d46b8d45d409c6cee8 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 31 May 2024 12:49:06 -0500 Subject: [PATCH] remove all non-exact package versions --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ec39f4..f57ceba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "http-server": "^14.1.1", - "tailwindcss": "^3.4.3" + "http-server": "14.1.1", + "tailwindcss": "3.4.3" } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index 2847b2a..7b75d7c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/jwetzell/showbridge#readme", "devDependencies": { - "http-server": "^14.1.1", - "tailwindcss": "^3.4.3" + "http-server": "14.1.1", + "tailwindcss": "3.4.3" } }