diff --git a/bun.lockb b/bun.lockb index 02b0487..5897d78 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/internal/go.mod b/internal/go.mod index 5b35dd2..f98d1cd 100644 --- a/internal/go.mod +++ b/internal/go.mod @@ -1,6 +1,6 @@ module github.com/yeskunall/www/internal -go 1.22.3 +go 1.22.5 require ( github.com/Khan/genqlient v0.7.0 diff --git a/package.json b/package.json index 79a6b9c..43a714b 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "codegen": "graphql-codegen" }, "dependencies": { - "@astrojs/vercel": "7.6.0", - "@urql/core": "5.0.3", - "astro": "4.8.6", + "@astrojs/vercel": "7.7.2", + "@urql/core": "5.0.4", + "astro": "4.12.2", "date-fns": "3.6.0" }, "eslintIgnore": [ @@ -31,53 +31,53 @@ "src/generated/" ], "devDependencies": { - "@astrojs/check": "0.7.0", - "@astrojs/markdown-remark": "5.1.0", - "@astrojs/mdx": "3.0.0", - "@astrojs/rss": "4.0.6", - "@astrojs/sitemap": "3.1.4", + "@astrojs/check": "0.8.2", + "@astrojs/markdown-remark": "5.2.0", + "@astrojs/mdx": "3.1.3", + "@astrojs/rss": "4.0.7", + "@astrojs/sitemap": "3.1.6", "@astrojs/tailwind": "5.1.0", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/introspection": "4.0.3", - "@graphql-codegen/typescript": "4.0.7", - "@graphql-codegen/typescript-operations": "4.2.1", + "@graphql-codegen/typescript": "4.0.9", + "@graphql-codegen/typescript-operations": "4.2.3", "@radix-ui/colors": "3.0.0", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/typography": "0.5.13", "@total-typescript/ts-reset": "0.5.1", - "@types/eslint": "8.56.10", + "@types/eslint": "8.56.11", "@types/hast": "3.0.4", "@types/markdown-it": "14.1.1", "@types/sanitize-html": "2.11.0", - "@typescript-eslint/eslint-plugin": "7.10.0", - "@typescript-eslint/parser": "7.10.0", + "@typescript-eslint/eslint-plugin": "7.17.0", + "@typescript-eslint/parser": "7.17.0", "astro-eslint-parser": "1.0.2", "astro-icon": "1.1.0", "autoprefixer": "10.4.19", "class-variance-authority": "0.7.0", "clsx": "2.1.1", - "cspell": "8.8.3", - "cssnano": "7.0.1", - "cssnano-preset-advanced": "7.0.1", + "cspell": "8.12.1", + "cssnano": "7.0.4", + "cssnano-preset-advanced": "7.0.4", "eslint": "8.57.0", "eslint-import-resolver-typescript": "3.6.1", - "eslint-plugin-astro": "1.2.0", + "eslint-plugin-astro": "1.2.3", "eslint-plugin-deprecation": "3.0.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsx-a11y": "6.8.0", - "eslint-plugin-perfectionist": "2.10.0", + "eslint-plugin-jsx-a11y": "6.9.0", + "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-typescript-sort-keys": "3.2.0", "markdown-it": "14.1.0", "mdast-util-to-string": "4.0.0", "micromark": "4.0.0", "micromark-extension-gfm": "3.0.0", - "postcss": "8.4.38", + "postcss": "8.4.39", "postcss-import": "16.1.0", - "prettier": "3.2.5", - "prettier-plugin-astro": "0.13.0", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier": "3.3.3", + "prettier-plugin-astro": "0.14.1", + "prettier-plugin-tailwindcss": "0.6.5", "prettier-plugin-toml": "2.0.1", - "pretty-ms": "9.0.0", + "pretty-ms": "9.1.0", "reading-time": "1.5.0", "rehype-accessible-emojis": "0.3.2", "rehype-autolink-headings": "7.1.0", @@ -87,12 +87,12 @@ "remark-unwrap-images": "4.0.0", "sanitize-html": "2.13.0", "schema-dts": "1.1.2", - "tailwind-merge": "2.3.0", - "tailwindcss": "3.4.3", - "typescript": "5.4.5", + "tailwind-merge": "2.4.0", + "tailwindcss": "3.4.6", + "typescript": "5.5.4", "unist-util-visit": "5.0.0" }, "engines": { - "node": "^20.3.0" + "node": "^20.15.1" } }