Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-codes committed Dec 17, 2024
1 parent 52d9c68 commit 83de436
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 83de436

Please sign in to comment.