Skip to content

Commit 95fe3db

Browse files
authoredFeb 5, 2024
test: Update @swc/plguin-jest used for plugin e2e testing (#8601)
1 parent 94f7b3d commit 95fe3db

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@napi-rs/cli": "^3.0.0-alpha.22",
9797
"@swc/core": "=1.2.220",
9898
"@swc/helpers": "^0.5.0",
99-
"@swc/plugin-jest": "^1.5.113",
99+
"@swc/plugin-jest": "^1.5.115",
100100
"@taplo/cli": "^0.5.2",
101101
"@types/jest": "^29.5.11",
102102
"@types/node": "^20.5.0",

‎packages/helpers/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swc/helpers",
33
"packageManager": "yarn@4.0.2",
4-
"version": "0.5.5",
4+
"version": "0.5.6",
55
"description": "External helpers for the swc project.",
66
"module": "esm/index.js",
77
"main": "cjs/index.cjs",
@@ -36,7 +36,6 @@
3636
"zx": "^7.2.1"
3737
},
3838
"dependencies": {
39-
"@swc/counter": "^0.1.3",
4039
"tslib": "^2.4.0"
4140
},
4241
"exports": {

‎packages/yarn.lock

-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ __metadata:
597597
resolution: "@swc/helpers@workspace:helpers"
598598
dependencies:
599599
"@ast-grep/napi": "npm:^0.3.1"
600-
"@swc/counter": "npm:^0.1.3"
601600
dprint: "npm:^0.35.3"
602601
magic-string: "npm:^0.30.0"
603602
tslib: "npm:^2.4.0"

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,7 @@ __metadata:
29252925
"@swc/core": "npm:=1.2.220"
29262926
"@swc/counter": "npm:^0.1.2"
29272927
"@swc/helpers": "npm:^0.5.0"
2928-
"@swc/plugin-jest": "npm:^1.5.113"
2928+
"@swc/plugin-jest": "npm:^1.5.115"
29292929
"@swc/types": "npm:^0.1.5"
29302930
"@taplo/cli": "npm:^0.5.2"
29312931
"@types/jest": "npm:^29.5.11"
@@ -2988,10 +2988,10 @@ __metadata:
29882988
languageName: node
29892989
linkType: hard
29902990

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
29952995
languageName: node
29962996
linkType: hard
29972997

0 commit comments

Comments
 (0)
Please sign in to comment.