From 1528f87c53f5a6d16e1c4e5fc313d86162934e10 Mon Sep 17 00:00:00 2001 From: szabinakov Date: Thu, 8 Feb 2024 13:22:37 +0000 Subject: [PATCH] package name updates --- docs/package.json | 4 ++-- packages/nextra-theme-docs/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package.json b/docs/package.json index 8e77192ec1..46e031832a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,12 +9,12 @@ "start": "next start" }, "dependencies": { + "@charisma-ai/nextra": "workspace:*", + "@charisma-ai/nextra-theme-docs": "workspace:*", "@vercel/og": "^0.5.0", "clsx": "^2.0.0", "framer-motion": "^10.0.0", "next": "^13.5.6", - "nextra": "workspace:*", - "nextra-theme-docs": "workspace:*", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.32.6" diff --git a/packages/nextra-theme-docs/package.json b/packages/nextra-theme-docs/package.json index 423d06e8b1..94f1328073 100644 --- a/packages/nextra-theme-docs/package.json +++ b/packages/nextra-theme-docs/package.json @@ -31,8 +31,8 @@ "types:check": "tsc --noEmit" }, "peerDependencies": { + "@charisma-ai/nextra": "workspace:*", "next": ">=9.5.3", - "nextra": "workspace:*", "react": ">=16.13.1", "react-dom": ">=16.13.1" }, @@ -52,6 +52,7 @@ "zod": "^3.22.3" }, "devDependencies": { + "@charisma-ai/nextra": "workspace:*", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@testing-library/react": "^14.0.0", "@types/flexsearch": "^0.7.3", @@ -62,7 +63,6 @@ "concurrently": "^8.0.0", "jsdom": "^23.0.0", "next": "^13.5.6", - "nextra": "workspace:*", "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0",