Skip to content

Commit

Permalink
update dependencies and types (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz authored Jan 13, 2024
1 parent b9641db commit 228249c
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 257 deletions.
2 changes: 2 additions & 0 deletions netlify/edge-functions/og.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// @ts-ignore
import React from "https://esm.sh/react@18.2.0";
// @ts-ignore
import { ImageResponse } from "https://deno.land/x/og_edge/mod.ts";

export default async function handler(req: Request) {
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,43 @@
"prepare": "husky install"
},
"dependencies": {
"@astrojs/check": "0.3.4",
"@astrojs/check": "0.4.1",
"@astrojs/rss": "4.0.1",
"@astrojs/sitemap": "3.0.4",
"@astrojs/tailwind": "5.1.0",
"@orama/plugin-astro": "2.0.0-beta.12",
"astro": "4.1.0",
"astro-expressive-code": "0.30.1",
"astro": "4.1.2",
"astro-expressive-code": "0.31.0",
"astro-icon": "1.0.2",
"astro-seo": "0.8.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"elevenlabs-node": "2.0.1",
"elevenlabs-node": "2.0.3",
"mdast-util-to-string": "4.0.0",
"reading-time": "1.5.0",
"sharp": "0.33.1",
"tailwind-merge": "2.2.0",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@divriots/jampack": "0.23.2",
"@iconify-json/lucide": "1.1.150",
"@iconify-json/lucide": "1.1.154",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.6",
"@typescript-eslint/parser": "6.17.0",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/parser": "6.18.1",
"cypress": "13.6.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.31.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier": "3.2.1",
"prettier-plugin-astro": "0.12.3",
"prettier-plugin-tailwindcss": "0.5.10",
"vitest": "1.1.2"
"prettier-plugin-tailwindcss": "0.5.11",
"vitest": "1.2.0"
}
}
Loading

0 comments on commit 228249c

Please sign in to comment.