Skip to content

Commit

Permalink
Add mdx dep since we're specifically importing that in helpers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
isoscelesxyz committed Sep 17, 2024
1 parent 777bb4a commit f4451c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "prettier -c --write ."
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"flowbite-react": "0.4.10",
"islandjs": "^0.7.6",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
dependencies:
"@types/unist" "^2"

"@types/mdx@^2.0.0":
"@types/mdx@^2.0.0", "@types/mdx@^2.0.13":
version "2.0.13"
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
Expand Down

0 comments on commit f4451c8

Please sign in to comment.