This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree 3 files changed +1670
-1335
lines changed
3 files changed +1670
-1335
lines changed Original file line number Diff line number Diff line change 50
50
"pnpm" : " 8.x"
51
51
},
52
52
"dependencies" : {
53
- "bson" : " ^5 .2.0" ,
54
- "mongodb" : " ^5.3 .0" ,
55
- "tslib" : " ^2.5.0 "
53
+ "bson" : " ^6 .2.0" ,
54
+ "mongodb" : " ^6.2 .0" ,
55
+ "tslib" : " ^2.6.2 "
56
56
},
57
57
"devDependencies" : {
58
- "@commitlint/cli" : " ^15 .0.0" ,
59
- "@commitlint/config-conventional" : " ^15 .0.0" ,
60
- "@types/node" : " ^18.15.11 " ,
61
- "ava" : " ^4 .3.0 " ,
62
- "c8" : " ^7.13.0 " ,
63
- "cross-fetch" : " ^3.1.5 " ,
64
- "dotenv" : " ^16.0.3 " ,
65
- "esbuild" : " 0.17.16 " ,
66
- "husky" : " ^7 .0.4 " ,
67
- "lint-staged" : " 13 .0.3 " ,
68
- "msw" : " ^1.2.1 " ,
58
+ "@commitlint/cli" : " ^18 .0.0" ,
59
+ "@commitlint/config-conventional" : " ^18 .0.0" ,
60
+ "@types/node" : " ^20.8.7 " ,
61
+ "ava" : " ^5 .3.1 " ,
62
+ "c8" : " ^8.0.1 " ,
63
+ "cross-fetch" : " ^4.0.0 " ,
64
+ "dotenv" : " ^16.3.1 " ,
65
+ "esbuild" : " 0.19.5 " ,
66
+ "husky" : " ^8 .0.3 " ,
67
+ "lint-staged" : " 15 .0.2 " ,
68
+ "msw" : " ^1.3.2 " ,
69
69
"npm-run-all" : " ^4.1.5" ,
70
- "release-it" : " ^15.10.2 " ,
70
+ "release-it" : " ^16.2.1 " ,
71
71
"shx" : " ^0.3.4" ,
72
- "syncpack" : " ^7 .2.1" ,
72
+ "syncpack" : " ^11 .2.1" ,
73
73
"ts-node" : " 10.9.1" ,
74
- "tsup" : " ^6.7 .0" ,
75
- "typescript" : " ^5.0.4 " ,
76
- "xo" : " 0.54.2 "
74
+ "tsup" : " ^7.2 .0" ,
75
+ "typescript" : " ^5.2.2 " ,
76
+ "xo" : " 0.56.0 "
77
77
},
78
78
"publishConfig" : {
79
79
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " ES2020" ,
4
- "module" : " ES2020 " ,
5
- "moduleResolution" : " node16 " ,
4
+ "module" : " Node16 " ,
5
+ "moduleResolution" : " Node16 " ,
6
6
"types" : [" node" ],
7
7
"allowSyntheticDefaultImports" : true ,
8
8
"alwaysStrict" : false ,
28
28
"ts-node" : {
29
29
"transpileOnly" : true ,
30
30
"compilerOptions" : {
31
- "target" : " ES6" ,
32
- "module" : " ES6" ,
33
31
"noEmit" : true
34
32
}
35
33
}
You can’t perform that action at this time.
0 commit comments