Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meowso committed Sep 15, 2024
1 parent 7d6ecf0 commit ca3e722
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Binary file modified bun.lockb
Binary file not shown.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,46 +18,46 @@
"@astrojs/tailwind": "5.1.0",
"astro": "4.15.6",
"astro-expressive-code": "^0.36.1",
"astro-icon": "^1.1.0",
"astro-icon": "^1.1.1",
"rehype-external-links": "^3.0.0",
"satori": "0.10.14",
"satori": "0.11.0",
"satori-html": "^0.3.2",
"sharp": "^0.33.3",
"typescript": "^5.4.5"
"sharp": "^0.33.5",
"typescript": "^5.6.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@iconify-json/mdi": "^1.1.66",
"@pagefind/default-ui": "^1.1.0",
"@iconify-json/mdi": "^1.2.0",
"@pagefind/default-ui": "^1.1.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"astro-eslint-parser": "^1.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^9.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^1.1.2",
"astro-eslint-parser": "^1.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-perfectionist": "^3.3.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-perfectionist": "^3.6.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.1.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"pagefind": "^1.1.1",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"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.6",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.11"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@9.10.0"
}

0 comments on commit ca3e722

Please sign in to comment.