From 2490c3a7e7d0a627787edf1ce8aedeb0335938fb Mon Sep 17 00:00:00 2001 From: C4illin Date: Mon, 2 Jun 2025 15:50:24 +0200 Subject: [PATCH] chore: update dependencies --- bun.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bun.lock b/bun.lock index eeadd30..279b310 100644 --- a/bun.lock +++ b/bun.lock @@ -12,31 +12,31 @@ "sanitize-filename": "^1.6.3", }, "devDependencies": { - "@eslint/js": "^9.26.0", + "@eslint/js": "^9.27.0", "@ianvs/prettier-plugin-sort-imports": "^4.4.1", "@kitajs/ts-html-plugin": "^4.1.1", - "@tailwindcss/cli": "^4.1.6", - "@tailwindcss/postcss": "^4.1.6", + "@tailwindcss/cli": "^4.1.7", + "@tailwindcss/postcss": "^4.1.7", "@total-typescript/ts-reset": "^0.6.1", - "@types/bun": "^1.2.13", + "@types/bun": "^1.2.14", "@types/eslint-plugin-tailwindcss": "^3.17.0", - "@types/node": "^22.15.17", + "@types/node": "^22.15.21", "autoprefixer": "^10.4.21", "cssnano": "^7.0.7", - "eslint": "^9.26.0", - "eslint-plugin-readable-tailwind": "^2.1.1", + "eslint": "^9.27.0", + "eslint-plugin-readable-tailwind": "^2.1.2", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-tailwindcss": "4.0.0-alpha.0", "globals": "^16.1.0", - "knip": "^5.55.1", - "npm-run-all2": "^8.0.1", + "knip": "^5.57.2", + "npm-run-all2": "^8.0.3", "postcss": "^8.5.3", "postcss-cli": "^11.0.1", "prettier": "^3.5.3", "tailwind-scrollbar": "^4.0.2", - "tailwindcss": "^4.1.6", + "tailwindcss": "^4.1.7", "typescript": "^5.8.3", - "typescript-eslint": "^8.32.0", + "typescript-eslint": "^8.32.1", }, }, },