Skip to content

Commit 84d423a

Browse files
committed
Bump devDependencies
Category: none
1 parent 26adf16 commit 84d423a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
},
2424
"devDependencies": {
2525
"@babel/preset-env": "^7.26.9",
26-
"@voxpelli/tsconfig": "^4.0.0",
26+
"@voxpelli/tsconfig": "^15.1.2",
2727
"airtap": "^5.0.0",
2828
"airtap-playwright": "^1.0.1",
2929
"babelify": "^10.0.0",
30-
"hallmark": "^4.1.0",
31-
"nyc": "^15.0.0",
30+
"hallmark": "^5.0.1",
31+
"nyc": "^17.1.0",
3232
"standard": "^17.0.0",
3333
"tape": "^5.5.2",
34-
"typescript": "^4.5.5",
35-
"uuid": "^3.3.2"
34+
"typescript": "^5.8.3",
35+
"uuid": "^11.1.0"
3636
},
3737
"repository": {
3838
"type": "git",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const test = require('tape')
4-
const uuid = require('uuid/v4')
4+
const { v4: uuid } = require('uuid')
55
const suite = require('abstract-level/test')
66
const { BrowserLevel } = require('..')
77

0 commit comments

Comments
 (0)