Skip to content

Commit

Permalink
Merge pull request #250 from chrismwilliams/update/webmention-post
Browse files Browse the repository at this point in the history
Update Webmention post
  • Loading branch information
chrismwilliams authored Apr 8, 2024
2 parents 8c8a6cd + ffc3ef6 commit f952c5c
Show file tree
Hide file tree
Showing 6 changed files with 1,039 additions and 809 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,52 +12,52 @@
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "2.2.0",
"@astrojs/mdx": "2.2.4",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.1",
"@astrojs/sitemap": "3.1.2",
"@astrojs/tailwind": "5.1.0",
"astro": "4.5.5",
"astro-expressive-code": "^0.33.5",
"astro": "4.5.16",
"astro-expressive-code": "^0.34.1",
"astro-icon": "^1.1.0",
"rehype-external-links": "^3.0.0",
"satori": "0.10.13",
"satori-html": "^0.3.2",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.5.9",
"@iconify-json/mdi": "^1.1.64",
"@pagefind/default-ui": "^1.0.4",
"@resvg/resvg-js": "^2.6.0",
"@astrojs/check": "^0.5.10",
"@iconify-json/mdi": "^1.1.66",
"@pagefind/default-ui": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"astro-eslint-parser": "^0.16.3",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-perfectionist": "^2.7.0",
"eslint-plugin-regexp": "^2.3.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.35",
"pagefind": "^1.1.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-import": "^16.0.1",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
},
"packageManager": "pnpm@8.6.1"
}
Loading

0 comments on commit f952c5c

Please sign in to comment.