File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1010 "test" : " bun jest"
1111 },
1212 "dependencies" : {
13- "axios" : " 1.10 .0" ,
13+ "axios" : " 1.11 .0" ,
1414 "lodash.mapkeys" : " 4.6.0" ,
15- "zod" : " 4.0.5 "
15+ "zod" : " 4.0.14 "
1616 },
1717 "devDependencies" : {
18- "@octokit/webhooks" : " 14.1.0 " ,
19- "@swc/jest" : " 0.2.38 " ,
20- "@types/aws-lambda" : " 8.10.150 " ,
18+ "@octokit/webhooks" : " 14.1.3 " ,
19+ "@swc/jest" : " 0.2.39 " ,
20+ "@types/aws-lambda" : " 8.10.152 " ,
2121 "@types/jest" : " 30.0.0" ,
2222 "@types/lodash.mapkeys" : " 4.6.9" ,
2323 "@types/micromatch" : " 4.0.9" ,
24- "jest" : " 30.0.3 " ,
24+ "jest" : " 30.0.5 " ,
2525 "prettier" : " 3.6.2" ,
26- "typescript" : " 5.8.3 "
26+ "typescript" : " 5.9.2 "
2727 },
2828 "jest" : {
2929 "transform" : {
30- "^.+\\ .(t|j)sx?$" : " @swc/jest"
30+ "^.+\\ .(t|j)sx?$" : [
31+ " @swc/jest" ,
32+ {
33+ "jsc" : {
34+ "target" : " esnext"
35+ }
36+ }
37+ ]
3138 },
3239 "moduleNameMapper" : {
3340 "^(\\ .{1,2}/.*)\\ .js$" : " $1"
You can’t perform that action at this time.
0 commit comments