Skip to content

Commit

Permalink
fix npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kepta committed Oct 4, 2023
1 parent b31645b commit 5398a0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@codesandbox/sandpack-react": "^2.8.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@nalanda-test/core": "workspace:*",
"@nalanda/core": "workspace:*",
"next": "^13.5.3",
"next-themes": "^0.2.1",
"nextra": "^2.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nalanda-test/core",
"name": "@nalanda/core",
"sideEffects": false,
"version": "0.0.7-alpha.0",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nalanda-test/react",
"name": "@nalanda/react",
"sideEffects": false,
"version": "0.0.7-alpha.0",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5398a0b

Please sign in to comment.