File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11
11
" Nick Baugh <[email protected] > (http://niftylettuce.com/)"
12
12
],
13
13
"devDependencies" : {
14
- "@babel/cli" : " ^7.18.6 " ,
15
- "@babel/core" : " ^7.18.6 " ,
16
- "@babel/preset-env" : " ^7.18.6 " ,
17
- "@commitlint/cli" : " ^17.0.3 " ,
18
- "@commitlint/config-conventional" : " ^17.0.3 " ,
19
- "ava" : " ^4.3 .0" ,
14
+ "@babel/cli" : " ^7.20.7 " ,
15
+ "@babel/core" : " ^7.20.12 " ,
16
+ "@babel/preset-env" : " ^7.20.2 " ,
17
+ "@commitlint/cli" : " ^17.4.2 " ,
18
+ "@commitlint/config-conventional" : " ^17.4.2 " ,
19
+ "ava" : " ^5.1 .0" ,
20
20
"babelify" : " ^10.0.0" ,
21
21
"browserify" : " ^17.0.0" ,
22
22
"cross-env" : " ^7.0.3" ,
23
- "dayjs" : " ^1.11.3 " ,
24
- "eslint" : " ^8.18 .0" ,
23
+ "dayjs" : " ^1.11.7 " ,
24
+ "eslint" : " ^8.31 .0" ,
25
25
"eslint-config-xo-lass" : " ^2.0.1" ,
26
26
"eslint-plugin-compat" : " ^4.0.2" ,
27
27
"eslint-plugin-node" : " ^11.1.0" ,
28
28
"fixpack" : " ^4.0.0" ,
29
- "husky" : " ^8.0.1 " ,
29
+ "husky" : " ^8.0.3 " ,
30
30
"jsdom" : " 15" ,
31
- "lint-staged" : " ^13.0.3 " ,
31
+ "lint-staged" : " ^13.1.0 " ,
32
32
"nyc" : " ^15.1.0" ,
33
33
"remark-cli" : " ^11.0.0" ,
34
34
"remark-preset-github" : " ^4.0.4" ,
35
- "rimraf" : " ^3 .0.2 " ,
36
- "tinyify" : " ^ 3.1.0" ,
37
- "xo" : " ^0.50.0 "
35
+ "rimraf" : " ^4 .0.4 " ,
36
+ "tinyify" : " 3.1.0" ,
37
+ "xo" : " ^0.53.1 "
38
38
},
39
39
"engines" : {
40
40
"node" : " >=14"
Original file line number Diff line number Diff line change 1
- const path = require ( 'path' ) ;
2
- const { readFileSync } = require ( 'fs' ) ;
3
- const { Script } = require ( 'vm' ) ;
1
+ const path = require ( 'node: path' ) ;
2
+ const { readFileSync } = require ( 'node: fs' ) ;
3
+ const { Script } = require ( 'node: vm' ) ;
4
4
const test = require ( 'ava' ) ;
5
5
const { JSDOM , VirtualConsole } = require ( 'jsdom' ) ;
6
6
You can’t perform that action at this time.
0 commit comments