File tree Expand file tree Collapse file tree 2 files changed +303
-240
lines changed Expand file tree Collapse file tree 2 files changed +303
-240
lines changed Original file line number Diff line number Diff line change 22
22
"typecheck" : " tsc -b tsconfig.project.json -verbose"
23
23
},
24
24
"devDependencies" : {
25
- "@napi-rs/cli" : " ^1.0.1" ,
26
- "@typescript-eslint/eslint-plugin" : " ^4.13.0" ,
27
- "@typescript-eslint/parser" : " ^4.13.0" ,
25
+ "@napi-rs/cli" : " ^1.0.2" ,
26
+ "@swc-node/register" : " ^1.0.4" ,
27
+ "@typescript-eslint/eslint-plugin" : " ^4.14.1" ,
28
+ "@typescript-eslint/parser" : " ^4.14.1" ,
28
29
"ava" : " ^3.15.0" ,
29
30
"benchmark" : " ^2.1.4" ,
30
31
"codecov" : " ^3.8.1" ,
31
32
"cross-env" : " ^7.0.3" ,
32
- "eslint" : " ^7.17 .0" ,
33
- "eslint-config-prettier" : " ^7.1 .0" ,
33
+ "eslint" : " ^7.19 .0" ,
34
+ "eslint-config-prettier" : " ^7.2 .0" ,
34
35
"eslint-plugin-import" : " ^2.22.1" ,
35
36
"eslint-plugin-prettier" : " ^3.3.1" ,
36
37
"eslint-plugin-sonarjs" : " ^0.5.0" ,
37
- "husky" : " ^4.3.7 " ,
38
+ "husky" : " ^4.3.8 " ,
38
39
"lerna" : " ^3.22.1" ,
39
40
"lint-staged" : " ^10.5.3" ,
40
41
"npm-run-all" : " ^4.1.5" ,
41
42
"nyc" : " ^15.1.0" ,
42
43
"prettier" : " ^2.2.1" ,
43
- "ts-node" : " ^9.1.1" ,
44
44
"typescript" : " ^4.1.3"
45
45
},
46
46
"ava" : {
47
47
"extensions" : [" ts" ],
48
- "require" : [" ts -node/register/transpile-only " ],
48
+ "require" : [" @swc -node/register" ],
49
49
"files" : [" packages/**/*.spec.ts" ],
50
50
"environmentVariables" : {
51
51
"TS_NODE_PROJECT" : " ./tsconfig.test.json"
You can’t perform that action at this time.
0 commit comments