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": {