Skip to content

Commit

Permalink
chore: pin api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar authored Feb 24, 2024
1 parent 438724d commit cb49aa8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"author": "Invertase <[email protected]>",
"license": "MIT",
"dependencies": {
"@code-hike/mdx": "^0.7.2",
"@mdx-js/mdx": "^2.2.1",
"@code-hike/mdx": "0.7.2",
"@mdx-js/mdx": "2.2.1",
"@octokit/graphql": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand All @@ -26,19 +26,19 @@
"hast-util-parse-selector": "^3.1.0",
"is-badge": "^2.1.0",
"js-yaml": "^4.1.0",
"mdx-bundler": "^9.0.1",
"mdx-bundler": "9.0.1",
"morgan": "^1.10.0",
"node-fetch": "^3.2.6",
"pm2": "^5.3.0",
"probot": "^12.2.8",
"rehype-accessible-emojis": "^0.3.2",
"rehype-katex": "^6.0.2",
"rehype-slug": "^5.0.1",
"remark-comment": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"shiki": "^0.12.1",
"rehype-accessible-emojis": "0.3.2",
"rehype-katex": "6.0.2",
"rehype-slug": "5.0.1",
"remark-comment": "1.0.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.1",
"shiki": "0.12.1",
"unist-util-visit": "^4.1.0",
"zod": "^3.19.1",
"zod-validation-error": "^0.2.2"
Expand Down

0 comments on commit cb49aa8

Please sign in to comment.