Skip to content

Commit

Permalink
infra/frontend: Updated Local Sui Explorer to the latest. Added local…
Browse files Browse the repository at this point in the history
…net:explorer:restart command. Updated dependencies. Changed the html title in the main template.
  • Loading branch information
kkomelin committed May 10, 2024
1 parent f8bf1d3 commit e523bbd
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 80 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"localnet:address": "pnpm --filter backend localnet:address",
"localnet:explorer:start": "pnpm --filter backend localnet:explorer:start",
"localnet:explorer:stop": "pnpm --filter backend localnet:explorer:stop",
"localnet:explorer:restart": "pnpm --filter backend localnet:explorer:restart",
"localnet:explorer:rebuild": "pnpm --filter backend localnet:explorer:rebuild"
},
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"localnet:address": "lsui client active-address",
"localnet:explorer:start": "sui-explorer-local start",
"localnet:explorer:stop": "sui-explorer-local stop",
"localnet:explorer:restart": "sui-explorer-local restart",
"localnet:explorer:rebuild": "sui-explorer-local rebuild"
},
"devDependencies": {
"sui-explorer-local": "^0.1.6"
"sui-explorer-local": "^0.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Sui dApp Starter</title>
</head>
<body>
<div id="root"></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"@mysten/bcs": "^0.11.1",
"@mysten/dapp-kit": "^0.12.14",
"@mysten/dapp-kit": "^0.12.15",
"@mysten/sui.js": "^0.52.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/themes": "^3.0.3",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query": "^5.35.5",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -34,7 +34,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
Expand Down
Loading

0 comments on commit e523bbd

Please sign in to comment.