Skip to content

Commit

Permalink
fix: Resolved missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Jun 17, 2024
1 parent 674ece2 commit b8c6732
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@do-ob/core": "link:../core/packages/core",
"@do-ob/core": "^1.1.0",
"@do-ob/eslint-config": "^2.3.0",
"@do-ob/ts-config": "^2.0.0",
"@do-ob/vite-lib-config": "^3.0.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"scripts": {
"build": "tsc --project tsconfig.build.json"
},
"dependencies": {
"@do-ob/core": "^1.1.0"
},
"peerDependencies": {
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.4.1",
Expand Down
9 changes: 7 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit b8c6732

Please sign in to comment.