Skip to content

Commit

Permalink
fix: update SWC to fix miscompilation of babel (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubieowoce committed Mar 15, 2024
1 parent 289a2c7 commit e236687
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 533 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"jest-extended": "^2.0.0",
"node-fetch": "^3.2.4",
"os-browserify": "^0.3.0",
"parcel": "^2.4.1",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"prettier": "^2.6.2",
"prettier-plugin-import-sort": "^0.0.7",
Expand All @@ -89,6 +89,7 @@
"util": "^0.12.4"
},
"resolutions": {
"@babel/preset-env": "7.18.2"
"@babel/preset-env": "7.18.2",
"@swc/core": "1.4.8"
}
}
Loading

0 comments on commit e236687

Please sign in to comment.