Skip to content

Commit 72884a7

Browse files
committed
chore(deps-dev): change ESLint constraint to ^5.15.2 || ^6.0.0
1 parent e37089b commit 72884a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"chai-fs": "^1.0.0",
6767
"chai-subset": "^1.6.0",
6868
"core-js": "^3.0.0",
69-
"eslint": ">=5.15.2",
69+
"eslint": "^5.15.2 || ^6.0.0",
7070
"eslint-loader": "^2.1.2",
7171
"eslint-plugin-header": "^1.0.0",
7272
"eslint-plugin-import": "^2.8.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3275,7 +3275,7 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
32753275
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
32763276
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
32773277

3278-
eslint@>=5.15.2:
3278+
"eslint@^5.15.2 || ^6.0.0":
32793279
version "6.8.0"
32803280
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
32813281
integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==

0 commit comments

Comments
 (0)