Skip to content

Commit 22d3dae

Browse files
committed
aa
1 parent a985f4d commit 22d3dae

26 files changed

+34
-202
lines changed

packages/nextra-theme/package.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

packages/nextra-theme/tsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/nextra-theme/tsup.config.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 21 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15+
"@docsearch/react": "^3.6.1",
16+
"@radix-ui/react-collapsible": "^1.1.0",
17+
"@radix-ui/react-visually-hidden": "^1.1.0",
18+
"lodash": "^4.17.21",
19+
"react-intersection-observer": "^9.13.0",
20+
"react-use": "^17.5.0",
1521
"@edgeandnode/common": "^6.13.0",
1622
"@edgeandnode/gds": "^5.23.0",
1723
"@edgeandnode/go": "^6.33.0",
1824
"@emotion/react": "^11.12.0",
1925
"@graphprotocol/contracts": "6.2.1",
20-
"@graphprotocol/nextra-theme": "workspace:*",
2126
"@phosphor-icons/react": "^2.1.7",
2227
"mixpanel-browser": "^2.53.0",
2328
"next": "^14.2.5",
@@ -31,6 +36,7 @@
3136
"unist-util-visit": "^5.0.0"
3237
},
3338
"devDependencies": {
39+
"@types/lodash": "^4.17.7",
3440
"@graphprotocol/client-cli": "3.0.3",
3541
"@types/mdast": "^4.0.4",
3642
"@types/mixpanel-browser": "^2.49.1",

0 commit comments

Comments
 (0)