Skip to content

Commit 95bff44

Browse files
1 parent e61d29f commit 95bff44

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/qunit": "^2.9.0",
5151
"@types/rsvp": "^4.0.3",
5252
"@typescript-eslint/eslint-plugin": "^2.10.0",
53-
"@typescript-eslint/parser": "^2.10.0",
53+
"@typescript-eslint/parser": "^2.11.0",
5454
"babel-eslint": "^10.0.2",
5555
"broccoli-asset-rev": "^3.0.0",
5656
"broccoli-test-helper": "^2.0.0",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,14 +1543,23 @@
15431543
"@typescript-eslint/typescript-estree" "2.10.0"
15441544
eslint-scope "^5.0.0"
15451545

1546-
"@typescript-eslint/parser@^2.10.0":
1547-
version "2.10.0"
1548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.10.0.tgz#24b2e48384ab6d5a6121e4c4faf8892c79657ad3"
1549-
integrity sha512-wQNiBokcP5ZsTuB+i4BlmVWq6o+oAhd8en2eSm/EE9m7BgZUIfEeYFd6z3S+T7bgNuloeiHA1/cevvbBDLr98g==
1546+
"@typescript-eslint/[email protected]":
1547+
version "2.11.0"
1548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.11.0.tgz#cef18e6b122706c65248a5d8984a9779ed1e52ac"
1549+
integrity sha512-YxcA/y0ZJaCc/fB/MClhcDxHI0nOBB7v2/WxBju2cOTanX7jO9ttQq6Fy4yW9UaY5bPd9xL3cun3lDVqk67sPQ==
1550+
dependencies:
1551+
"@types/json-schema" "^7.0.3"
1552+
"@typescript-eslint/typescript-estree" "2.11.0"
1553+
eslint-scope "^5.0.0"
1554+
1555+
"@typescript-eslint/parser@^2.11.0":
1556+
version "2.11.0"
1557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.11.0.tgz#cdcc3be73ee31cbef089af5ff97ccaa380ef6e8b"
1558+
integrity sha512-DyGXeqhb3moMioEFZIHIp7oXBBh7dEfPTzGrlyP0Mi9ScCra4SWEGs3kPd18mG7Sy9Wy8z88zmrw5tSGL6r/6A==
15501559
dependencies:
15511560
"@types/eslint-visitor-keys" "^1.0.0"
1552-
"@typescript-eslint/experimental-utils" "2.10.0"
1553-
"@typescript-eslint/typescript-estree" "2.10.0"
1561+
"@typescript-eslint/experimental-utils" "2.11.0"
1562+
"@typescript-eslint/typescript-estree" "2.11.0"
15541563
eslint-visitor-keys "^1.1.0"
15551564

15561565
"@typescript-eslint/[email protected]":
@@ -1566,6 +1575,19 @@
15661575
semver "^6.3.0"
15671576
tsutils "^3.17.1"
15681577

1578+
"@typescript-eslint/[email protected]":
1579+
version "2.11.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.11.0.tgz#21ada6504274cd1644855926312c798fc697e9fb"
1581+
integrity sha512-HGY4+d4MagO6cKMcKfIKaTMxcAv7dEVnji2Zi+vi5VV8uWAM631KjAB5GxFcexMYrwKT0EekRiiGK1/Sd7VFGA==
1582+
dependencies:
1583+
debug "^4.1.1"
1584+
eslint-visitor-keys "^1.1.0"
1585+
glob "^7.1.6"
1586+
is-glob "^4.0.1"
1587+
lodash.unescape "4.0.1"
1588+
semver "^6.3.0"
1589+
tsutils "^3.17.1"
1590+
15691591
abbrev@1:
15701592
version "1.1.1"
15711593
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"

0 commit comments

Comments
 (0)