From 37ab61743f37353628120ef1c5bc99196924ec81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Mon, 30 Dec 2024 19:42:55 +0100 Subject: [PATCH] build: update the npm package lock --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73c0a89..e7d5e2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,14 +5,14 @@ "packages": { "": { "dependencies": { - "tailwindcss": "^3.4.10" + "tailwindcss": "3.4.10" }, "devDependencies": { - "htmlhint": "^1.1.4", - "markdownlint-cli": "^0.43.0", - "prettier": "^3.4.2", - "stylelint": "^16.12.0", - "stylelint-config-standard": "^36.0.1" + "htmlhint": "1.1.4", + "markdownlint-cli": "0.43.0", + "prettier": "3.4.2", + "stylelint": "16.12.0", + "stylelint-config-standard": "36.0.1" } }, "node_modules/@alloc/quick-lru": { -- 2.47.1