mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Bump @swc/core from 1.3.35 to 1.3.37 Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.35 to 1.3.37. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.35...v1.3.37) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @swc/core version in every package Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
37 lines
966 B
JSON
37 lines
966 B
JSON
{
|
|
"name": "@k8slens/jest",
|
|
"private": false,
|
|
"version": "6.5.0-alpha.0",
|
|
"description": "Jest configuration and scripts for Lens packages.",
|
|
"type": "commonjs",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lensapp/lens.git"
|
|
},
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "OpenLens Authors",
|
|
"email": "info@k8slens.dev"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/lensapp/lens",
|
|
"dependencies": {
|
|
"@swc/core": "^1.3.37",
|
|
"@swc/jest": "^0.2.23",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/jest": "^29.2.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"jest-watch-select-projects": "^2.0.0",
|
|
"jest-watch-typeahead": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"ts-jest": "^29.0.3"
|
|
}
|
|
}
|