Skip to content

Commit

Permalink
feat: deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Sep 25, 2023
1 parent 91bfdf1 commit 88f869f
Show file tree
Hide file tree
Showing 6 changed files with 1,781 additions and 889 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,39 @@
},
"dependencies": {
"@fastify/middie": "^8.3.0",
"@fastify/static": "^6.10.2",
"@notionhq/client": "^2.2.11",
"@fastify/static": "^6.11.2",
"@notionhq/client": "^2.2.13",
"astro-icon": "^0.8.1",
"contentful": "^10.4.2",
"dayjs": "^1.11.9",
"fastify": "^4.21.0",
"contentful": "^10.5.2",
"dayjs": "^1.11.10",
"fastify": "^4.23.2",
"html-entities": "^2.4.0",
"notion-to-md": "^3.1.1",
"reading-time": "^1.5.0",
"rehype": "^12.0.1",
"rehype": "^13.0.1",
"rehype-prism-plus": "^1.6.3",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"sitemap": "^7.1.1",
"unified": "^10.1.2",
"unified": "^11.0.3",
"unist-util-select": "^5.0.0"
},
"devDependencies": {
"@astrojs/node": "^5.3.5",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/check": "^0.2.0",
"@astrojs/node": "^6.0.1",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/tailwind": "^5.0.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.5.1",
"@types/unist": "^2.0.6",
"astro": "^2.10.12",
"astro-seo": "^0.7.5",
"prettier": "3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.5",
"@types/unist": "^3.0.0",
"astro": "^3.1.3",
"astro-seo": "^0.8.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 88f869f

Please sign in to comment.