Skip to content

Commit

Permalink
chore(ops): reactive ME
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Feb 29, 2024
1 parent bcb5b81 commit 44c161a
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 438 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/ordzaar/ord-connect/issues",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"publish": "node ./scripts/publish.js",
"dev": "turbo run dev",
"build": "turbo run build",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@ordzaar/standard-prettier": "^1.4.1",
"@ordzaar/standard-web-linter": "^1.4.1",
"husky": "^8.0.3",
"husky": "^9.0.11",
"turbo": "^1.12.4"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ord-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.60",
"@types/node": "^20.11.23",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
]
},
"peerDependencies": {
"@ordzaar/ordit-sdk": "1.4.0",
"@ordzaar/ordit-sdk": "1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ export function SelectWalletModal({
isMobileDevice={isMobile}
renderAvatar={renderAvatar}
/>
{/* <hr className="horizontal-separator" /> */}
{false && (
<hr className="horizontal-separator" />
{!isMobile && (
<WalletButton
wallet={Wallet.MAGICEDEN}
subtitle="Coming soon on mobile browsing"
Expand Down
Loading

0 comments on commit 44c161a

Please sign in to comment.