Skip to content

Commit

Permalink
fix(test): add @swc/helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Jan 10, 2023
1 parent c58825a commit 446707a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -55,6 +55,7 @@
"@commitlint/prompt": "^17.3.0",
"@swc-node/jest": "^1.5.5",
"@swc/core": "^1.3.22",
"@swc/helpers": "^0.4.14",
"@types/jest": "^29.0.0",
"@types/lodash.has": "^4.5.6",
"@types/mkdirp": "^1.0.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -1707,6 +1707,13 @@
"@swc/core-win32-ia32-msvc" "1.3.22"
"@swc/core-win32-x64-msvc" "1.3.22"

"@swc/helpers@^0.4.14":
version "0.4.14"
resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"
integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==
dependencies:
tslib "^2.4.0"

"@testing-library/dom@^8.11.1":
version "8.11.2"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.2.tgz#fc110c665a066c2287be765e4a35ba8dad737015"
Expand Down

0 comments on commit 446707a

Please sign in to comment.