Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit b932c8b

Browse files
committed
deps bump
1 parent be1ae51 commit b932c8b

File tree

7 files changed

+116
-100
lines changed

7 files changed

+116
-100
lines changed

commands/join.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'process'
12
import React, {useState} from 'react'
23
import PropTypes from 'prop-types'
34
import {Box, Newline, Text, useApp, useStdin} from 'ink'

domain/registry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {Buffer} from 'buffer'
12
import {Hypercore, Hyperdrive} from 'hyper-sdk'
23
import PQ from 'p-queue'
34
import {EventCallback, EventData, registerWatcher} from '../fs/watcher'

fs/io.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import fs from 'fs'
22
import path from 'path'
3+
import {Buffer} from 'buffer'
34
import speedometer from 'speedometer'
45

56
// Helper wrappers around fs package

hooks/useHotkey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import process from 'process'
12
import {useApp, useInput, useStdin} from 'ink'
23
import {useAppContext} from '../contexts/App'
34

hooks/useHyper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const useHyper = (key?: string): IHyper => {
2828

2929
const asyncHyper = useAsync(async () => {
3030
// Setup hyperspace client
31-
// eslint-disable-next-line @typescript-eslint/await-thenable
3231
const hyper = await hyperSDK({
3332
persist: false,
3433
storage: null,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"chokidar": "^3.5.1",
3838
"exponential-backoff": "^3.1.0",
39-
"hyper-sdk": "^3.0.7",
39+
"hyper-sdk": "^3.0.8",
4040
"ink": "^3.0.8",
4141
"ink-select-input": "^4.2.0",
4242
"ink-spinner": "^4.0.2",
@@ -64,7 +64,7 @@
6464
"husky": "^7.0.0",
6565
"ts-node": "^10.0.0",
6666
"typescript": "^4.3.4",
67-
"xo": "^0.42.0"
67+
"xo": "^0.43.0"
6868
},
6969
"xo": {
7070
"extends": "xo-react",

yarn.lock

Lines changed: 110 additions & 97 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)