Skip to content

Commit 8d60813

Browse files
Bump eslint-plugin-testing-library in the development-dependencies group
Bumps the development-dependencies group with 1 update: [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library). Updates `eslint-plugin-testing-library` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json) - [Commits](testing-library/eslint-plugin-testing-library@v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-testing-library dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3691cd4 commit 8d60813

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"eslint-plugin-prettier": "5.2.1",
125125
"eslint-plugin-react-hooks": "^5.0.0",
126126
"eslint-plugin-simple-import-sort": "^12.1.1",
127-
"eslint-plugin-testing-library": "^6.3.0",
127+
"eslint-plugin-testing-library": "^6.4.0",
128128
"jest": "^29.7.0",
129129
"prettier": "^3.3.3",
130130
"react-native-version": "4.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,7 +5497,7 @@ __metadata:
54975497
languageName: node
54985498
linkType: hard
54995499

5500-
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0":
5500+
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.62.0":
55015501
version: 5.62.0
55025502
resolution: "@typescript-eslint/utils@npm:5.62.0"
55035503
dependencies:
@@ -8140,14 +8140,14 @@ __metadata:
81408140
languageName: node
81418141
linkType: hard
81428142

8143-
"eslint-plugin-testing-library@npm:^6.3.0":
8144-
version: 6.3.0
8145-
resolution: "eslint-plugin-testing-library@npm:6.3.0"
8143+
"eslint-plugin-testing-library@npm:^6.4.0":
8144+
version: 6.4.0
8145+
resolution: "eslint-plugin-testing-library@npm:6.4.0"
81468146
dependencies:
8147-
"@typescript-eslint/utils": "npm:^5.58.0"
8147+
"@typescript-eslint/utils": "npm:^5.62.0"
81488148
peerDependencies:
8149-
eslint: ^7.5.0 || ^8.0.0
8150-
checksum: 10/192b112f84f90cc7eee28965b3e7792e8d4cda71aa29690d8180f1ae9cd0e8d6a8851ee992d37285a76750f8638c04e76f768e1885168f060ca169b72ac9ec6c
8149+
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
8150+
checksum: 10/b9461e6662542fbfb3c0b768e6038bbaa56e345cb0600c7f07e26ff8154166abb9f7dcdc08d565c314cd9ccf0416eca8c3ce3c235b375c5fbf3f152a81142969
81518151
languageName: node
81528152
linkType: hard
81538153

@@ -12562,7 +12562,7 @@ __metadata:
1256212562
eslint-plugin-prettier: "npm:5.2.1"
1256312563
eslint-plugin-react-hooks: "npm:^5.0.0"
1256412564
eslint-plugin-simple-import-sort: "npm:^12.1.1"
12565-
eslint-plugin-testing-library: "npm:^6.3.0"
12565+
eslint-plugin-testing-library: "npm:^6.4.0"
1256612566
expo: "npm:^51.0.38"
1256712567
fast-deep-equal: "npm:^3.1.3"
1256812568
fuse.js: "npm:^7.0.0"

0 commit comments

Comments
 (0)