aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-04-14 21:57:49 +0000
committerGravatar vitalyster2023-04-16 02:19:21 +0300
commit9e1d5e49d1e10ee6703657165cd20024db2a6f73 (patch)
tree0ad5d722933073bf20df0076dcd5668c1823fe95
parent48e4ace77f9b717b66a074db7fcfd41399049903 (diff)
build(deps-dev): bump @swc/jest from 0.2.24 to 0.2.26
Bumps [@swc/jest](https://github.com/swc-project/jest) from 0.2.24 to 0.2.26. - [Release notes](https://github.com/swc-project/jest/releases) - [Commits](https://github.com/swc-project/jest/compare/v0.2.24...v0.2.26) --- updated-dependencies: - dependency-name: "@swc/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 4a69773f..8738a29a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -39,7 +39,7 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@swc/core": "^1.3.50",
- "@swc/jest": "^0.2.24",
+ "@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
@@ -3854,9 +3854,9 @@
}
},
"node_modules/@swc/jest": {
- "version": "0.2.24",
- "resolved": "https://registry.npmjs.org/@swc/jest/-/jest-0.2.24.tgz",
- "integrity": "sha512-fwgxQbM1wXzyKzl1+IW0aGrRvAA8k0Y3NxFhKigbPjOJ4mCKnWEcNX9HQS3gshflcxq8YKhadabGUVfdwjCr6Q==",
+ "version": "0.2.26",
+ "resolved": "https://registry.npmjs.org/@swc/jest/-/jest-0.2.26.tgz",
+ "integrity": "sha512-7lAi7q7ShTO3E5Gt1Xqf3pIhRbERxR1DUxvtVa9WKzIB+HGQ7wZP5sYx86zqnaEoKKGhmOoZ7gyW0IRu8Br5+A==",
"dev": true,
"dependencies": {
"@jest/create-cache-key-function": "^27.4.2",
@@ -21040,9 +21040,9 @@
}
},
"@swc/jest": {
- "version": "0.2.24",
- "resolved": "https://registry.npmjs.org/@swc/jest/-/jest-0.2.24.tgz",
- "integrity": "sha512-fwgxQbM1wXzyKzl1+IW0aGrRvAA8k0Y3NxFhKigbPjOJ4mCKnWEcNX9HQS3gshflcxq8YKhadabGUVfdwjCr6Q==",
+ "version": "0.2.26",
+ "resolved": "https://registry.npmjs.org/@swc/jest/-/jest-0.2.26.tgz",
+ "integrity": "sha512-7lAi7q7ShTO3E5Gt1Xqf3pIhRbERxR1DUxvtVa9WKzIB+HGQ7wZP5sYx86zqnaEoKKGhmOoZ7gyW0IRu8Br5+A==",
"dev": true,
"requires": {
"@jest/create-cache-key-function": "^27.4.2",
diff --git a/package.json b/package.json
index 97a6f50f..f8416ba6 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@swc/core": "^1.3.50",
- "@swc/jest": "^0.2.24",
+ "@swc/jest": "^0.2.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",