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 25, 2024
1 parent e3306b2 commit cff36d8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 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
42 changes: 21 additions & 21 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.2",
"@urql/core": "5.0.4",
"astro": "4.11.1",
"date-fns": "3.6.0"
},
"eslintIgnore": [
Expand All @@ -32,10 +32,10 @@
],
"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/markdown-remark": "5.1.1",
"@astrojs/mdx": "3.1.2",
"@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",
Expand All @@ -49,33 +49,33 @@
"@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.14.1",
"@typescript-eslint/parser": "7.14.1",
"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.9.1",
"cssnano": "7.0.3",
"cssnano-preset-advanced": "7.0.3",
"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",
"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-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.5",
"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",
"typescript": "5.4.5",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"unist-util-visit": "5.0.0"
},
"engines": {
"node": "^20.3.0"
"node": "^20.15.0"
}
}

0 comments on commit cff36d8

Please sign in to comment.