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] authored Oct 6, 2024
1 parent 6ef5c17 commit eb86a7a
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 396 deletions.
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.23.2

require (
github.com/Khan/genqlient v0.7.0
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
},
"scripts": {
"build": "astro sync && astro check && astro build",
Expand Down Expand Up @@ -37,21 +37,21 @@
},
"dependencies": {
"@astrojs/vercel": "7.8.1",
"astro": "4.15.10",
"astro": "4.15.11",
"date-fns": "4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.7.3",
"@astrojs/check": "0.9.3",
"@astrojs/check": "0.9.4",
"@astrojs/markdown-remark": "5.2.0",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/sitemap": "3.2.0",
"@astrojs/tailwind": "5.1.1",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@eslint-react/eslint-plugin": "1.14.3",
"@eslint/compat": "1.1.1",
"@eslint/compat": "1.2.0",
"@eslint/eslintrc": "3.1.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
Expand All @@ -78,17 +78,17 @@
"cspell": "8.14.4",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
"eslint": "9.11.1",
"eslint": "9.12.0",
"eslint-plugin-astro": "1.2.4",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"knip": "5.30.6",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"knip": "5.31.0",
"lint-staged": "15.2.10",
"markdownlint": "0.35.0",
"markdownlint-cli": "0.42.0",
Expand All @@ -103,10 +103,10 @@
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"remark-unwrap-images": "4.0.0",
"sanitize-html": "2.13.0",
"sanitize-html": "2.13.1",
"schema-dts": "1.1.2",
"simple-git-hooks": "2.11.1",
"tailwind-merge": "2.5.2",
"tailwind-merge": "2.5.3",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.2",
Expand Down
Loading

0 comments on commit eb86a7a

Please sign in to comment.