Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Oct 23, 2023
1 parent 856d951 commit fc7ad34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
"devDependencies": {
"@antfu/eslint-config": "^0.43.1",
"@antfu/ni": "^0.21.8",
"@types/node": "^20",
"@types/node": "^20.8.7",
"c8": "^8.0.1",
"cross-fetch": "^4.0.0",
"esbuild": "^0.19.5",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"madge": "^6.1.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion src/browser/log/log-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import type { LogHandler, LogHandlerOptions, LogMessage } from '../../common/log/log-base'
import { LogLevelError, LogLevelInfo, LogLevelWarn } from '../../common/log/log-base'
import { browserSelectColorByName } from '../../common/log/log-colors'
import { joinLogStrings, useLevelFilter, useNamespaceFilter } from '../../common/log/log-filter'
import { useLevelFilter, useNamespaceFilter } from '../../common/log/log-filter'
import { formatMilliseconds, getTimestamp } from '../../common/time'
import { browserSupportsColors } from './log-colors'

Expand Down

0 comments on commit fc7ad34

Please sign in to comment.