Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate <[email protected]>
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent e3306b2 commit fb13739
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/yeskunall/www/internal

go 1.22.3
go 1.22.4

require (
github.com/Khan/genqlient v0.7.0
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
"@urql/core": "5.0.4",
"astro": "4.10.2",
"date-fns": "3.6.0"
},
"eslintIgnore": [
Expand All @@ -33,9 +33,9 @@
"devDependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/markdown-remark": "5.1.0",
"@astrojs/mdx": "3.0.0",
"@astrojs/mdx": "3.1.0",
"@astrojs/rss": "4.0.6",
"@astrojs/sitemap": "3.1.4",
"@astrojs/sitemap": "3.1.5",
"@astrojs/tailwind": "5.1.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/introspection": "4.0.3",
Expand All @@ -49,19 +49,19 @@
"@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.13.0",
"@typescript-eslint/parser": "7.13.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.8.4",
"cssnano": "7.0.2",
"cssnano-preset-advanced": "7.0.2",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand All @@ -73,9 +73,9 @@
"micromark-extension-gfm": "3.0.0",
"postcss": "8.4.38",
"postcss-import": "16.1.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.14",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-toml": "2.0.1",
"pretty-ms": "9.0.0",
"reading-time": "1.5.0",
Expand All @@ -88,11 +88,11 @@
"sanitize-html": "2.13.0",
"schema-dts": "1.1.2",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"unist-util-visit": "5.0.0"
},
"engines": {
"node": "^20.3.0"
"node": "^20.14.0"
}
}

0 comments on commit fb13739

Please sign in to comment.