Skip to content

Commit 24ef7e1

Browse files
committed
chore(deps): align orama and cloudflare deps after rebase
- Add @orama/orama as a runtime dep (used by withSearch.tsx). - Move @orama/core to devDeps (only consumed via `import type`). - Drop unused @orama/ui from apps/site. - Drop @cloudflare/workers-types and @sentry/cloudflare from apps/site; they live in platforms/cloudflare which owns the worker entrypoint.
1 parent aa7cfdd commit 24ef7e1

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

apps/site/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"@node-core/ui-components": "workspace:*",
3535
"@node-core/website-i18n": "workspace:*",
3636
"@nodevu/core": "0.3.0",
37-
"@orama/core": "^1.2.19",
38-
"@orama/ui": "^1.5.4",
37+
"@orama/orama": "^3.1.18",
3938
"@radix-ui/react-tabs": "^1.1.13",
4039
"@radix-ui/react-tooltip": "^1.2.8",
4140
"@tailwindcss/postcss": "~4.2.2",
@@ -69,12 +68,11 @@
6968
"vfile-matter": "~5.0.1"
7069
},
7170
"devDependencies": {
72-
"@cloudflare/workers-types": "^4.20260418.1",
7371
"@eslint-react/eslint-plugin": "~3.0.0",
7472
"@next/eslint-plugin-next": "16.2.1",
7573
"@node-core/remark-lint": "workspace:*",
74+
"@orama/core": "^1.2.19",
7675
"@playwright/test": "^1.58.2",
77-
"@sentry/cloudflare": "^10.49.0",
7876
"@testing-library/user-event": "~14.6.1",
7977
"@types/mdast": "^4.0.4",
8078
"@types/mdx": "^2.0.13",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)