Skip to content

Commit 2633acf

Browse files
chore(deps-dev): bump jest-runner-eslint from 0.10.1 to 1.0.0
Bumps [jest-runner-eslint](https://github.com/jest-community/jest-runner-eslint) from 0.10.1 to 1.0.0. - [Release notes](https://github.com/jest-community/jest-runner-eslint/releases) - [Changelog](https://github.com/jest-community/jest-runner-eslint/blob/main/CHANGELOG.md) - [Commits](jest-community/jest-runner-eslint@v0.10.1...v1.0.0) --- updated-dependencies: - dependency-name: jest-runner-eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4183abd commit 2633acf

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-react-hooks": "4.2.0",
6060
"husky": "7.0.2",
6161
"jest": "27.2.1",
62-
"jest-runner-eslint": "0.10.1",
62+
"jest-runner-eslint": "1.0.0",
6363
"jest-silent-reporter": "0.5.0",
6464
"lerna": "4.0.0",
6565
"prettier": "2.4.1",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5190,7 +5190,7 @@ dot-case@^3.0.4:
51905190
no-case "^3.0.4"
51915191
tslib "^2.0.3"
51925192

5193-
dot-prop@^5.1.0:
5193+
dot-prop@^5.1.0, dot-prop@^5.3.0:
51945194
version "5.3.0"
51955195
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
51965196
integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
@@ -7994,14 +7994,15 @@ jest-resolve@^27.2.0:
79947994
resolve "^1.20.0"
79957995
slash "^3.0.0"
79967996

7997-
jest-runner-eslint@0.10.1:
7998-
version "0.10.1"
7999-
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.10.1.tgz#f76eacb51154736d53d64eb195cc8a82f02caf12"
8000-
integrity sha512-3HiDDWwJfXksVUkpDIHphwPkXYtaKFCBjufTz3aR4b6WqSl31WECmTGFqhkfWzQdEACShO6WkKjBj/gSfgLsqQ==
7997+
jest-runner-eslint@1.0.0:
7998+
version "1.0.0"
7999+
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-1.0.0.tgz#5cede321ed5ed57233462c5204a0fa8d90f993bd"
8000+
integrity sha512-LMlAaIQqIIySEThv651bfvzwX6J4nOu91RaEUYmXJgn4XXbM40rSMlBaC8ZrrFcFemu88MFlnrCLuYf7ZHE2sQ==
80018001
dependencies:
80028002
chalk "^3.0.0"
80038003
cosmiconfig "^6.0.0"
80048004
create-jest-runner "^0.6.0"
8005+
dot-prop "^5.3.0"
80058006

80068007
jest-runner@^27.2.1:
80078008
version "27.2.1"

0 commit comments

Comments
 (0)