chore(deps): update dependency eslint-plugin-jest to v29.15.1

This commit is contained in:
Łukasz Mierzwa
2026-03-27 19:45:21 +00:00
committed by Łukasz Mierzwa
parent 047df9c98a
commit 68d018a375
2 changed files with 6 additions and 6 deletions

10
ui/package-lock.json generated
View File

@@ -63,7 +63,7 @@
"@vitejs/plugin-react": "6.0.1",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.15.0",
"eslint-plugin-jest": "29.15.1",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"identity-obj-proxy": "3.0.0",
"jest": "30.3.0",
@@ -6967,9 +6967,9 @@
}
},
"node_modules/eslint-plugin-jest": {
"version": "29.15.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.0.tgz",
"integrity": "sha512-ZCGr7vTH2WSo2hrK5oM2RULFmMruQ7W3cX7YfwoTiPfzTGTFBMmrVIz45jZHd++cGKj/kWf02li/RhTGcANJSA==",
"version": "29.15.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz",
"integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -6982,7 +6982,7 @@
"@typescript-eslint/eslint-plugin": "^8.0.0",
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"jest": "*",
"typescript": ">=4.8.4 <6.0.0"
"typescript": ">=4.8.4 <7.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {

View File

@@ -59,7 +59,7 @@
"@vitejs/plugin-react": "6.0.1",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jest": "29.15.0",
"eslint-plugin-jest": "29.15.1",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"identity-obj-proxy": "3.0.0",
"jest": "30.3.0",