Skip to content

Commit 65bd810

Browse files
Chore(deps-dev): Bump @swc/jest from 0.2.38 to 0.2.39 (#502)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 247d908 commit 65bd810

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stylistic/eslint-plugin-ts": "^4.4.1",
4848
"@swc/core": "^1.12.11",
4949
"@swc/helpers": "^0.5.17",
50-
"@swc/jest": "^0.2.38",
50+
"@swc/jest": "^0.2.39",
5151
"@testing-library/jest-dom": "6.6.3",
5252
"@testing-library/react": "16.3.0",
5353
"@testing-library/user-event": "^14.6.0",

yarn.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,11 +1336,12 @@
13361336
pretty-format "30.0.2"
13371337
slash "^3.0.0"
13381338

1339-
"@jest/create-cache-key-function@^29.7.0":
1340-
version "29.7.0"
1341-
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz#793be38148fab78e65f40ae30c36785f4ad859f0"
1339+
"@jest/create-cache-key-function@^30.0.0":
1340+
version "30.0.2"
1341+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-30.0.2.tgz#10fac5359f210c1072689aa3d0294e021e662d1b"
1342+
integrity sha512-AwlDAHwEHDi+etw9vKWx9HeIApVos8GD/sSTpHtDkqhm9OWuEUPKKPP6EaS17yv0GSzBB3TeeJFLyJ5LPjRqWg==
13421343
dependencies:
1343-
"@jest/types" "^29.6.3"
1344+
"@jest/types" "30.0.1"
13441345

13451346
13461347
version "30.0.1"
@@ -2223,11 +2224,12 @@
22232224
dependencies:
22242225
tslib "^2.8.0"
22252226

2226-
"@swc/jest@^0.2.38":
2227-
version "0.2.38"
2228-
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.38.tgz#8b137e344c6c021d4e49ee2bc62b0e5e564d2c7c"
2227+
"@swc/jest@^0.2.39":
2228+
version "0.2.39"
2229+
resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.39.tgz#482bee0adb0726fab1487a4f902a278ec563a6b7"
2230+
integrity sha512-eyokjOwYd0Q8RnMHri+8/FS1HIrIUKK/sRrFp8c1dThUOfNeCWbLmBP1P5VsKdvmkd25JaH+OKYwEYiAYg9YAA==
22292231
dependencies:
2230-
"@jest/create-cache-key-function" "^29.7.0"
2232+
"@jest/create-cache-key-function" "^30.0.0"
22312233
"@swc/counter" "^0.1.3"
22322234
jsonc-parser "^3.2.0"
22332235

0 commit comments

Comments
 (0)