Skip to content

Commit

Permalink
refactor: upgrade tings
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Aug 7, 2022
1 parent 4fd3c38 commit edd30b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"tidy-url": "^1.5.5",
"tings": "^4.1.1"
"tings": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AnyAction } from '@reduxjs/toolkit'
import electron, { app } from 'electron'
import { TidyURL } from 'tidy-url'
import sleep from 'tings/lib/sleep'
import { sleep } from 'tings'

import { Channel } from '../shared/state/channels'
import { openedUrl, readiedApp } from './state/actions'
Expand Down
2 changes: 1 addition & 1 deletion src/main/utils/get-installed-app-ids.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sleep from 'tings/lib/sleep'
import { sleep } from 'tings'

import { apps } from '../../config/apps'
import { retrievedInstalledApps, startedScanning } from '../state/actions'
Expand Down

0 comments on commit edd30b8

Please sign in to comment.