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 12, 2024
1 parent 6ef5c17 commit 0ffb2ea
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 1,170 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
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"packageManager": "[email protected].1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
},
"scripts": {
"build": "astro sync && astro check && astro build",
Expand Down Expand Up @@ -37,24 +37,24 @@
},
"dependencies": {
"@astrojs/vercel": "7.8.1",
"astro": "4.15.10",
"astro": "4.16.1",
"date-fns": "4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.7.3",
"@astrojs/check": "0.9.3",
"@astrojs/markdown-remark": "5.2.0",
"@astrojs/check": "0.9.4",
"@astrojs/markdown-remark": "5.3.0",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.1",
"@astrojs/rss": "4.0.8",
"@astrojs/sitemap": "3.2.0",
"@astrojs/tailwind": "5.1.2",
"@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-react/eslint-plugin": "1.15.0",
"@eslint/compat": "1.2.0",
"@eslint/eslintrc": "3.1.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "4.1.0",
"@phosphor-icons/react": "2.1.7",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-popover": "1.1.2",
Expand All @@ -65,30 +65,30 @@
"@types/eslint-plugin-tailwindcss": "3.17.0",
"@types/eslint__eslintrc": "2.1.2",
"@types/hast": "3.0.4",
"@types/node": "22.7.4",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@types/sanitize-html": "2.13.0",
"@types/umami": "2.10.0",
"astro-eslint-parser": "1.0.3",
"astro-icon": "1.1.1",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"commitizen": "4.3.1",
"cspell": "8.14.4",
"cspell": "8.15.1",
"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-tailwindcss": "3.17.5",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"knip": "5.33.3",
"lint-staged": "15.2.10",
"markdownlint": "0.35.0",
"markdownlint-cli": "0.42.0",
Expand All @@ -102,14 +102,14 @@
"rehype-accessible-emojis": "0.3.2",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"remark-unwrap-images": "4.0.0",
"sanitize-html": "2.13.0",
"remark-unwrap-images": "4.0.1",
"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",
"typescript": "5.6.3",
"unist-util-visit": "5.0.0"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 0ffb2ea

Please sign in to comment.