Skip to content

Commit

Permalink
package name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
szabinakov committed Feb 8, 2024
1 parent db9f727 commit 1528f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1528f87

Please sign in to comment.