Skip to content

Commit 4e3f48d

Browse files
authoredFeb 14, 2023
Bump eslint from 8.33.0 to 8.34.0 (#1213)
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.33.0...v8.34.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3cbf89 commit 4e3f48d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@mdx-js/react": "1.6.22",
2222
"@svgr/webpack": "6.5.1",
2323
"clsx": "1.2.1",
24-
"eslint": "8.33.0",
24+
"eslint": "8.34.0",
2525
"file-loader": "6.2.0",
2626
"hast-util-is-element": "1.1.0",
2727
"prism-react-renderer": "1.3.5",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4088,10 +4088,10 @@ eslint-visitor-keys@^3.3.0:
40884088
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
40894089
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
40904090

4091-
eslint@8.33.0:
4092-
version "8.33.0"
4093-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
4094-
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
4091+
eslint@8.34.0:
4092+
version "8.34.0"
4093+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.34.0.tgz#fe0ab0ef478104c1f9ebc5537e303d25a8fb22d6"
4094+
integrity sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==
40954095
dependencies:
40964096
"@eslint/eslintrc" "^1.4.1"
40974097
"@humanwhocodes/config-array" "^0.11.8"

0 commit comments

Comments
 (0)
Please sign in to comment.