Skip to content

Commit d07b888

Browse files
Merge pull request #14 from OpenZeppelin/chore/experimental-async
chore: testing async mode
2 parents 182201f + eb3fe55 commit d07b888

File tree

4 files changed

+185
-5
lines changed

4 files changed

+185
-5
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"check:fix": "biome check --write src/"
1616
},
1717
"dependencies": {
18+
"@fumadocs/mdx-remote": "^1.4.0",
1819
"@netlify/plugin-nextjs": "^5.13.0",
1920
"@radix-ui/react-separator": "^1.1.7",
2021
"class-variance-authority": "^0.7.1",
@@ -32,6 +33,7 @@
3233
"react-dom": "^19.1.1",
3334
"rehype-katex": "^7.0.1",
3435
"remark-math": "^6.0.0",
36+
"shiki": "^3.12.2",
3537
"tailwind-merge": "^3.3.1"
3638
},
3739
"devDependencies": {

0 commit comments

Comments
 (0)