Skip to content

Commit

Permalink
🐛 Remark deps shouldn't be dev ones (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 30, 2023
1 parent 5964a5a commit 61b63f3
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 292 deletions.
2 changes: 1 addition & 1 deletion packages/garden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^3.2.0",
"pino": "^8.17.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-wiki-link": "^1.0.4",
"unified": "^10.1.2"
Expand All @@ -34,7 +35,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"remark-parse": "^10.0.2",
"rimraf": "5.0.5",
"typescript": "^5.3.3"
}
Expand Down
5 changes: 2 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.4",
"remark": "^15.0.1",
"remark-parse": "^10.0.2",
"remark-directive": "^2.0.1",
"remark-emoji": "3.0.2",
"remark-gfm": "^3.0.1",
Expand All @@ -34,9 +36,6 @@
"devDependencies": {
"@types/mdast": "^3.0.15",
"@types/unist": "^2.0.10",
"remark": "^15.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"typescript": "^5.3.3"
}
}
Loading

1 comment on commit 61b63f3

@vercel
Copy link

@vercel vercel bot commented on 61b63f3 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.