Skip to content

Commit

Permalink
Update deps (#157)
Browse files Browse the repository at this point in the history
* update cargo.lock

* cleanup TS

* ui

* adjust tower state count

* spinner FML

* cleanup

* refactor miner loop

* bump alpha version

* build

* update cargo lock

* update

* test bun instead of yarn

* update bun defaults

* fmt

* optimize for bun

* fixed tower state machine

* cleanup

* lint

* update workflows to bun

* back to yarn

* workflows

* create error for key not found on OS keychain

* catch error with keys not configured

* patch balance display on transfer view
  • Loading branch information
0o-de-lally committed Oct 26, 2023
1 parent fe6b965 commit 2c0e3e3
Show file tree
Hide file tree
Showing 46 changed files with 482 additions and 42,936 deletions.
2 changes: 2 additions & 0 deletions dist/assets/index-1fafd64e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-1fafd64e.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/index-4e9337a2.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-699678fd.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/assets/index-af8bfdb4.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/assets/index-af8bfdb4.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/build/bundle.css

This file was deleted.

42,426 changes: 0 additions & 42,426 deletions dist/build/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/build/bundle.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="module" crossorigin src="/assets/index-af8bfdb4.js"></script>
<link rel="stylesheet" href="/assets/index-4e9337a2.css">
<script type="module" crossorigin src="/assets/index-1fafd64e.js"></script>
<link rel="stylesheet" href="/assets/index-699678fd.css">
</head>
<body>

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "yarn format && yarn lint && tauri dev",
"dev": "yarn format && yarn lint && yarn tauri dev",
"dev:canary": "tauri dev --config src-tauri/tauri.conf.canary.json --features carpe-canary",
"dev:web": "vite",
"build": "tauri build",
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.2.0",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/cli": "^1.4.0",
"@tauri-apps/api": "latest",
"@tauri-apps/cli": "latest",
"@tsconfig/svelte": "^5.0.0",
"@types/uikit": "^3.14.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
Expand Down
Loading

0 comments on commit 2c0e3e3

Please sign in to comment.