diff --git a/bun.lockb b/bun.lockb index dd04977..4627a4b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 52800ad..2ff6c65 100644 --- a/package.json +++ b/package.json @@ -16,28 +16,28 @@ }, "dependencies": { "@astrojs/partytown": "^2.1.2", - "@astrojs/tailwind": "^5.1.2", - "astro": "^4.16.8", + "@astrojs/tailwind": "^5.1.3", + "astro": "^4.16.17", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", - "tailwindcss": "^3.4.14" + "tailwindcss": "^3.4.16" }, "devDependencies": { - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", - "@eslint/js": "^9.13.0", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", + "@eslint/js": "^9.17.0", "@tailwindcss/typography": "^0.5.15", - "@typescript-eslint/parser": "^8.12.2", - "astro-eslint-parser": "^1.0.3", - "eslint": "^9.13.0", - "eslint-plugin-astro": "^1.3.0", - "husky": "^9.1.6", - "prettier": "^3.3.3", + "@typescript-eslint/parser": "^8.18.1", + "astro-eslint-parser": "^1.1.0", + "eslint": "^9.17.0", + "eslint-plugin-astro": "^1.3.1", + "husky": "^9.1.7", + "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier-plugin-tailwindcss": "^0.6.9", "rehype-katex": "^7.0.1", "rehype-mathjax": "^6.0.0", "remark-math": "^6.0.0", - "typescript-eslint": "^8.12.2" + "typescript-eslint": "^8.18.1" } }