File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 96
96
"@napi-rs/cli" : " ^3.0.0-alpha.22" ,
97
97
"@swc/core" : " =1.2.220" ,
98
98
"@swc/helpers" : " ^0.5.0" ,
99
- "@swc/plugin-jest" : " ^1.5.113 " ,
99
+ "@swc/plugin-jest" : " ^1.5.115 " ,
100
100
"@taplo/cli" : " ^0.5.2" ,
101
101
"@types/jest" : " ^29.5.11" ,
102
102
"@types/node" : " ^20.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @swc/helpers" ,
3
3
"packageManager" : " yarn@4.0.2" ,
4
- "version" : " 0.5.5 " ,
4
+ "version" : " 0.5.6 " ,
5
5
"description" : " External helpers for the swc project." ,
6
6
"module" : " esm/index.js" ,
7
7
"main" : " cjs/index.cjs" ,
36
36
"zx" : " ^7.2.1"
37
37
},
38
38
"dependencies" : {
39
- "@swc/counter" : " ^0.1.3" ,
40
39
"tslib" : " ^2.4.0"
41
40
},
42
41
"exports" : {
Original file line number Diff line number Diff line change @@ -597,7 +597,6 @@ __metadata:
597
597
resolution : " @swc/helpers@workspace:helpers"
598
598
dependencies :
599
599
" @ast-grep/napi " : " npm:^0.3.1"
600
- " @swc/counter " : " npm:^0.1.3"
601
600
dprint : " npm:^0.35.3"
602
601
magic-string : " npm:^0.30.0"
603
602
tslib : " npm:^2.4.0"
Original file line number Diff line number Diff line change @@ -2925,7 +2925,7 @@ __metadata:
2925
2925
" @swc/core " : " npm:=1.2.220"
2926
2926
" @swc/counter " : " npm:^0.1.2"
2927
2927
" @swc/helpers " : " npm:^0.5.0"
2928
- " @swc/plugin-jest " : " npm:^1.5.113 "
2928
+ " @swc/plugin-jest " : " npm:^1.5.115 "
2929
2929
" @swc/types " : " npm:^0.1.5"
2930
2930
" @taplo/cli " : " npm:^0.5.2"
2931
2931
" @types/jest " : " npm:^29.5.11"
@@ -2988,10 +2988,10 @@ __metadata:
2988
2988
languageName : node
2989
2989
linkType : hard
2990
2990
2991
- " @swc/plugin-jest@npm:^1.5.113 " :
2992
- version : 1.5.113
2993
- resolution : " @swc/plugin-jest@npm:1.5.113 "
2994
- checksum : 771264a1a598402f39d9a849fbdfe4a7627b38e71ffe65c2f45984f9a96951ddd7467f6006b4036c54fa92df65aa24ca41486dbbbd77b2c822e749486fc6c346
2991
+ " @swc/plugin-jest@npm:^1.5.115 " :
2992
+ version : 1.5.115
2993
+ resolution : " @swc/plugin-jest@npm:1.5.115 "
2994
+ checksum : 9979b7cc0b50969e1a9033a6ba813c810bb783017af9526f11bb7a06a382bb71e8b16f958a0b149ef904cf8f130364394069f0204bdb0903d142a108bf938855
2995
2995
languageName : node
2996
2996
linkType : hard
2997
2997
You can’t perform that action at this time.
0 commit comments