Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Aug 13, 2024
1 parent e9b419d commit 6d5291e
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 327 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"case-check": "case-police '**/*.md' --fix"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.43",
"@shikijs/vitepress-twoslash": "^1.12.0",
"@iconify-json/logos": "^1.1.44",
"@shikijs/vitepress-twoslash": "^1.12.1",
"case-police": "^0.6.1",
"unocss": "^0.61.3",
"unocss": "^0.61.9",
"unplugin-turbo-console": "workspace:*",
"vitepress": "^1.3.1",
"vitepress-plugin-group-icons": "^0.0.8"
"vitepress": "^1.3.2",
"vitepress-plugin-group-icons": "^0.0.9"
}
}
3 changes: 2 additions & 1 deletion global.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* eslint-disable no-var */
/* eslint-disable vars-on-top */
import type { Peer } from 'crossws'

export interface global {}

declare global {
import type { Peer } from 'crossws'

var TurboConsoleFilePathMap: Map<string, string>
var UNPLUGIN_TURBO_CONSOLE_LAUNCH_SERVER: boolean
var UNPLUGIN_TURBO_CONSOLE_PEERS_SET: Set<Peer> | undefined
Expand Down
Loading

0 comments on commit 6d5291e

Please sign in to comment.