1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore(deps): Bump @swc/jest from 0.2.24 to 0.2.25

Bumps [@swc/jest](https://github.com/swc-project/jest) from 0.2.24 to 0.2.25.
- [Release notes](https://github.com/swc-project/jest/releases)
- [Commits](https://github.com/swc-project/jest/compare/v0.2.24...v0.2.25)

---
updated-dependencies:
- dependency-name: "@swc/jest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-14 01:58:15 +00:00 committed by GitHub
parent 1e0cb9fc14
commit cafbd651bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 438 additions and 56 deletions

488
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -186,7 +186,7 @@
"@sentry/types": "^6.19.7",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.44",
"@swc/jest": "^0.2.24",
"@swc/jest": "^0.2.25",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",

View File

@ -21,7 +21,7 @@
"homepage": "https://github.com/lensapp/lens",
"dependencies": {
"@swc/core": "^1.3.44",
"@swc/jest": "^0.2.23",
"@swc/jest": "^0.2.25",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.2.2",

View File

@ -216,7 +216,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@swc/cli": "^0.1.61",
"@swc/core": "^1.3.44",
"@swc/jest": "^0.2.24",
"@swc/jest": "^0.2.25",
"@types/byline": "^4.2.33",
"@types/chart.js": "^2.9.36",
"@types/color": "^3.0.3",