Skip to content

Commit 53a9848

Browse files
chore(deps): update dependency eslint-plugin-jest-dom to ^5.7.1
1 parent f17532f commit 53a9848

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/eslint-plugin": "^8.65.0",
4444
"@typescript-eslint/parser": "^8.65.0",
4545
"eslint": "^10.8.0",
46-
"eslint-plugin-jest-dom": "^5.7.0",
46+
"eslint-plugin-jest-dom": "^5.7.1",
4747
"eslint-plugin-react": "^7.37.5",
4848
"eslint-plugin-react-hooks": "^7.1.1",
4949
"eslint-plugin-testing-library": "^7.16.2",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110
"@babel/plugin-transform-react-jsx-development" "^8.0.1"
11111111
"@babel/plugin-transform-react-pure-annotations" "^8.0.1"
11121112

1113-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3":
1113+
"@babel/runtime@^7.12.5":
11141114
version "7.28.4"
11151115
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
11161116
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
@@ -2961,12 +2961,11 @@ escape-string-regexp@^4.0.0:
29612961
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
29622962
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
29632963

2964-
eslint-plugin-jest-dom@^5.7.0:
2965-
version "5.7.0"
2966-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.7.0.tgz#cfdad3748e7b1c955e3a60d8f6bb66d7542519ee"
2967-
integrity sha512-6mSGCjwGvWKMK+vHihFxGa177AN5R5IC6AVW65bwEKf/InxI36kcQkF/vfdl0qyWQZnjUBR+fM8O+kwdoXMmZg==
2964+
eslint-plugin-jest-dom@^5.7.1:
2965+
version "5.10.1"
2966+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-5.10.1.tgz#4d37e9ef9ebdbb5b53add4e9db1f76e9c32963da"
2967+
integrity sha512-IIJdzbACbhJUJyMAqpA9E9gxp1Gv29TeQ3DtL+pepwP8Oq2WiqjOB2HbnEIs23h0ewdKIZRDI56yLro2eUO+DA==
29682968
dependencies:
2969-
"@babel/runtime" "^7.16.3"
29702969
requireindex "^1.2.0"
29712970

29722971
eslint-plugin-react-hooks@^7.1.1:

0 commit comments

Comments
 (0)