Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 8bfb60f

Browse files
authored
Merge pull request #118 from bikecoders/renovate/eslint-6.x
Update dependency eslint to v6.8.0
2 parents 0fddfdc + 326a642 commit 8bfb60f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"cross-env": "6.0.3",
9393
"cypress": "3.7.0",
9494
"dotenv": "8.2.0",
95-
"eslint": "6.7.0",
95+
"eslint": "6.8.0",
9696
"husky": "4.2.1",
9797
"jest": "25.1.0",
9898
"jest-preset-angular": "7.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4253,10 +4253,10 @@ eslint-visitor-keys@^1.1.0:
42534253
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
42544254
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
42554255

4256-
eslint@6.7.0:
4257-
version "6.7.0"
4258-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.0.tgz#766162e383b236e61d873697f82c3a3e41392020"
4259-
integrity sha512-dQpj+PaHKHfXHQ2Imcw5d853PTvkUGbHk/MR68KQUl98EgKDCdh4vLRH1ZxhqeQjQFJeg8fgN0UwmNhN3l8dDQ==
4256+
eslint@6.8.0:
4257+
version "6.8.0"
4258+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
4259+
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
42604260
dependencies:
42614261
"@babel/code-frame" "^7.0.0"
42624262
ajv "^6.10.0"

0 commit comments

Comments
 (0)