Skip to content

Commit

Permalink
make client and server packages depend on common
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Oct 29, 2024
1 parent a64cb6c commit 90bb09d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"lint": "next lint"
},
"dependencies": {
"@durhack/guilds-common": "workspace:*",
"@formkit/auto-animate": "^0.7.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
Expand Down
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"type": "module",
"dependencies": {
"@durhack/guilds-common": "workspace:*",
"@durhack/token-vault": "^0.1.2",
"@keycloak/keycloak-admin-client": "^25.0.4",
"@otterhttp/app": "^3.4.5",
Expand Down

0 comments on commit 90bb09d

Please sign in to comment.