Skip to content

Commit

Permalink
refactor: use unified instead of remark
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Oct 17, 2023
1 parent 625debc commit e3a57e7
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 198 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.287.0",
"nanoid": "^5.0.1",
"next": "^13.5.4",
"nanoid": "^5.0.2",
"next": "^13.5.5",
"next-auth": "^4.23.2",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.11.1",
Expand All @@ -40,21 +40,21 @@
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@next/bundle-analyzer": "^13.5.4",
"@next/bundle-analyzer": "^13.5.5",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/file-saver": "^2.0.5",
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@upstash/ratelimit": "^0.4.4",
"@vercel/kv": "^0.2.3",
"autoprefixer": "^10.4.16",
"discord-api-types": "^0.37.60",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-next": "13.5.5",
"eslint-plugin-unicorn": "^48.0.1",
"gray-matter": "^4.0.3",
"image-size": "^1.0.2",
Expand All @@ -66,11 +66,14 @@
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"unified": "^11.0.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit e3a57e7

Please sign in to comment.