Skip to content

Commit

Permalink
fixup: Incorporate into workspace
Browse files Browse the repository at this point in the history
Seems like tic-tac-toe was bucking the trend by trying not to be part
of the workspace. Leave it as a workspace project for now, and we can
come back later to split examples out of the workspace, if that's what
we want to do.
  • Loading branch information
amnn committed Jul 10, 2024
1 parent 1b70016 commit 34aba6e
Show file tree
Hide file tree
Showing 3 changed files with 1,394 additions and 4,619 deletions.
4 changes: 2 additions & 2 deletions examples/tic-tac-toe/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preview": "vite preview"
},
"dependencies": {
"@mysten/dapp-kit": "0.14.9",
"@mysten/sui": "1.1.2",
"@mysten/dapp-kit": "workspace:*",
"@mysten/sui": "workspace:*",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.0.0",
Expand Down
Loading

0 comments on commit 34aba6e

Please sign in to comment.