Skip to content

Commit

Permalink
feat: upgrade to bee 1.17.5 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Oct 18, 2023
1 parent eac9b9b commit d5e4865
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function runDownloader(force = false): Promise<void> {
}
await ensureDir(paths.data)
await ensureAsset(
`https://github.com/ethersphere/bee/releases/download/v1.17.4/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v1.17.5/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down
14 changes: 7 additions & 7 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "http://localhost:5000/dashboard",
"dependencies": {
"@ethersphere/bee-dashboard": "^0.24.0",
"@ethersphere/bee-dashboard": "^0.24.1",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
Expand Down

0 comments on commit d5e4865

Please sign in to comment.