Skip to content

Commit 8a11319

Browse files
authored
chore: Update @swc/helpers to v0.5.5 (#61659)
### What? Update `@swc/helpers` to `v0.5.5`. ### Why? - To apply swc-project/swc#8574. This fixes a bug in helper, which can prevent useful operation while testing with `@next/jest`. (swc-project/swc#8097 is also included, but it's not used by next.js) ### How? Closes PACK-2388
1 parent 2ac1468 commit 8a11319

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@svgr/webpack": "5.5.0",
9191
"@swc/cli": "0.1.55",
9292
"@swc/core": "1.3.85",
93-
"@swc/helpers": "0.5.2",
93+
"@swc/helpers": "0.5.5",
9494
"@testing-library/jest-dom": "6.1.2",
9595
"@testing-library/react": "13.0.0",
9696
"@types/cheerio": "0.22.16",

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"dependencies": {
9595
"@next/env": "14.1.1-canary.33",
96-
"@swc/helpers": "0.5.2",
96+
"@swc/helpers": "0.5.5",
9797
"busboy": "1.6.0",
9898
"caniuse-lite": "^1.0.30001579",
9999
"graceful-fs": "^4.2.11",

pnpm-lock.yaml

+16-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)