From c1d04d1bdf688c7b068ea4170d24f287b9e7bc1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:38:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index e571f32..8f3dd9a 100644 --- a/package.json +++ b/package.json @@ -21,37 +21,37 @@ }, "dependencies": { "@qwikest/icons": "^0.0.13", - "clsx": "^2.0.0", - "tailwind-merge": "^2.0.0" + "clsx": "^2.1.0", + "tailwind-merge": "^2.2.2" }, "devDependencies": { - "@builder.io/qwik": "^1.2.17", - "@builder.io/qwik-city": "^1.2.17", - "@commitlint/cli": "^18.2.0", - "@commitlint/config-conventional": "^18.1.0", - "@ianvs/prettier-plugin-sort-imports": "^4.1.1", - "@netlify/edge-functions": "^2.0.0", - "@types/eslint": "^8.44.4", - "@types/node": "^20.8.4", - "@typescript-eslint/eslint-plugin": "^6.7.5", - "@typescript-eslint/parser": "^6.7.5", - "autoprefixer": "^10.4.14", - "eslint": "^8.51.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-qwik": "^1.2.17", - "eslint-plugin-tailwindcss": "^3.13.0", - "husky": "^8.0.0", - "lint-staged": "^15.0.2", - "netlify-cli": "^15.0.0", - "postcss": "^8.4.31", - "prettier": "^3.0.3", - "prettier-plugin-tailwindcss": "^0.5.4", - "tailwindcss": "3.3.3", - "typescript": "^5.2.2", - "undici": "^5.26.0", - "vercel": "^29.1.1", - "vite": "^4.4.11", - "vite-tsconfig-paths": "^4.2.1" + "@builder.io/qwik": "^1.5.1", + "@builder.io/qwik-city": "^1.5.1", + "@commitlint/cli": "^18.6.1", + "@commitlint/config-conventional": "^18.6.3", + "@ianvs/prettier-plugin-sort-imports": "^4.2.1", + "@netlify/edge-functions": "^2.3.1", + "@types/eslint": "^8.56.6", + "@types/node": "^20.11.30", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "autoprefixer": "^10.4.19", + "eslint": "^8.57.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-qwik": "^1.5.1", + "eslint-plugin-tailwindcss": "^3.15.1", + "husky": "^8.0.3", + "lint-staged": "^15.2.2", + "netlify-cli": "^15.11.0", + "postcss": "^8.4.38", + "prettier": "^3.2.5", + "prettier-plugin-tailwindcss": "^0.5.12", + "tailwindcss": "3.4.1", + "typescript": "^5.4.3", + "undici": "^5.28.3", + "vercel": "^29.4.0", + "vite": "^4.5.2", + "vite-tsconfig-paths": "^4.3.2" }, "trustedDependencies": [ "sharp" @@ -68,6 +68,6 @@ ] }, "engines": { - "node": ">=15.0.0" + "node": ">=15.14.0" } }