Skip to content

Commit edd30b8

Browse files
committed
refactor: upgrade tings
1 parent 4fd3c38 commit edd30b8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"react-redux": "^8.0.2",
5959
"redux": "^4.2.0",
6060
"tidy-url": "^1.5.5",
61-
"tings": "^4.1.1"
61+
"tings": "^5.0.0"
6262
},
6363
"devDependencies": {
6464
"@commitlint/cli": "^17.0.3",

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { AnyAction } from '@reduxjs/toolkit'
22
import electron, { app } from 'electron'
33
import { TidyURL } from 'tidy-url'
4-
import sleep from 'tings/lib/sleep'
4+
import { sleep } from 'tings'
55

66
import { Channel } from '../shared/state/channels'
77
import { openedUrl, readiedApp } from './state/actions'

src/main/utils/get-installed-app-ids.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sleep from 'tings/lib/sleep'
1+
import { sleep } from 'tings'
22

33
import { apps } from '../../config/apps'
44
import { retrievedInstalledApps, startedScanning } from '../state/actions'

0 commit comments

Comments
 (0)