Skip to content

Commit a1b6ea0

Browse files
build: update dependency eslint to v7.29.0 (#687)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 175dadc commit a1b6ea0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test": "yarn prepare:folder && yarn prepare:report && yarn -s jest --config ./jest.config.js"
3636
},
3737
"resolutions": {
38-
"eslint": "7.28.0"
38+
"eslint": "7.29.0"
3939
},
4040
"dependencies": {
4141
"@angular-eslint/eslint-plugin": "4.3.0",
@@ -45,7 +45,7 @@
4545
"@types/eslint": "7.2.13",
4646
"@typescript-eslint/eslint-plugin": "4.27.0",
4747
"@typescript-eslint/parser": "4.27.0",
48-
"eslint": "7.28.0",
48+
"eslint": "7.29.0",
4949
"eslint-config-import": "0.13.0",
5050
"eslint-import-resolver-typescript": "2.4.0",
5151
"eslint-plugin-i18n-json": "3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6208,10 +6208,10 @@ eslint-visitor-keys@^2.0.0:
62086208
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
62096209
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
62106210

6211-
eslint@7.28.0:
6212-
version "7.28.0"
6213-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
6214-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
6211+
eslint@7.29.0:
6212+
version "7.29.0"
6213+
resolved "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
6214+
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
62156215
dependencies:
62166216
"@babel/code-frame" "7.12.11"
62176217
"@eslint/eslintrc" "^0.4.2"

0 commit comments

Comments
 (0)