mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Update lockfile to fix CI
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
97dbe5038c
commit
1e0cb9fc14
10939
package-lock.json
generated
10939
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -187,7 +187,7 @@
|
||||
"@swc/cli": "^0.1.61",
|
||||
"@swc/core": "^1.3.44",
|
||||
"@swc/jest": "^0.2.24",
|
||||
"@testing-library/dom": "^7.31.2",
|
||||
"@testing-library/dom": "^8.19.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
@ -298,7 +298,7 @@
|
||||
"ts-node": "^10.9.1",
|
||||
"type-fest": "^2.14.0",
|
||||
"typed-emitter": "^1.4.0",
|
||||
"typedoc": "0.23.25",
|
||||
"typedoc": "^0.24.0",
|
||||
"typedoc-plugin-markdown": "^3.13.6",
|
||||
"typescript": "^4.9.5",
|
||||
"typescript-plugin-css-modules": "^3.4.0",
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"@swc/core": "^1.3.44",
|
||||
"@swc/jest": "^0.2.23",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"@types/jest": "^29.2.2",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^29.5.0",
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
"devDependencies": {
|
||||
"@async-fn/jest": "^1.6.4",
|
||||
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
||||
"@k8slens/react-testing-library-discovery": "*",
|
||||
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.2",
|
||||
"@testing-library/react": "^12.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,6 +32,6 @@
|
||||
"peerDependencies": {
|
||||
"@testing-library/dom": "^8.19.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0"
|
||||
"@testing-library/react": "^12.1.5"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user