File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11'use strict'
22
33const test = require ( 'tape' )
4- const uuid = require ( 'uuid/v4 ' )
4+ const { v4 : uuid } = require ( 'uuid' )
55const suite = require ( 'abstract-level/test' )
66const { BrowserLevel } = require ( '..' )
77
You can’t perform that action at this time.
0 commit comments