Skip to content

Commit 512fdf8

Browse files

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
@@ -49,7 +49,7 @@
4949
"@types/qunit": "^2.9.0",
5050
"@types/rsvp": "^4.0.3",
5151
"@typescript-eslint/eslint-plugin": "^2.8.0",
52-
"@typescript-eslint/parser": "^2.8.0",
52+
"@typescript-eslint/parser": "^2.9.0",
5353
"babel-eslint": "^10.0.2",
5454
"broccoli-asset-rev": "^3.0.0",
5555
"broccoli-test-helper": "^2.0.0",

yarn.lock

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,14 +1345,23 @@
13451345
"@typescript-eslint/typescript-estree" "2.8.0"
13461346
eslint-scope "^5.0.0"
13471347

1348-
"@typescript-eslint/parser@^2.8.0":
1349-
version "2.8.0"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.8.0.tgz#e10f7c40c8cf2fb19920c879311e6c46ad17bacb"
1351-
integrity sha512-NseXWzhkucq+JM2HgqAAoKEzGQMb5LuTRjFPLQzGIdLthXMNUfuiskbl7QSykvWW6mvzCtYbw1fYWGa2EIaekw==
1348+
"@typescript-eslint/[email protected]":
1349+
version "2.9.0"
1350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
1351+
integrity sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==
1352+
dependencies:
1353+
"@types/json-schema" "^7.0.3"
1354+
"@typescript-eslint/typescript-estree" "2.9.0"
1355+
eslint-scope "^5.0.0"
1356+
1357+
"@typescript-eslint/parser@^2.9.0":
1358+
version "2.9.0"
1359+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.9.0.tgz#2e9cf438de119b143f642a3a406e1e27eb70b7cd"
1360+
integrity sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==
13521361
dependencies:
13531362
"@types/eslint-visitor-keys" "^1.0.0"
1354-
"@typescript-eslint/experimental-utils" "2.8.0"
1355-
"@typescript-eslint/typescript-estree" "2.8.0"
1363+
"@typescript-eslint/experimental-utils" "2.9.0"
1364+
"@typescript-eslint/typescript-estree" "2.9.0"
13561365
eslint-visitor-keys "^1.1.0"
13571366

13581367
"@typescript-eslint/[email protected]":
@@ -1368,6 +1377,19 @@
13681377
semver "^6.3.0"
13691378
tsutils "^3.17.1"
13701379

1380+
"@typescript-eslint/[email protected]":
1381+
version "2.9.0"
1382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"
1383+
integrity sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==
1384+
dependencies:
1385+
debug "^4.1.1"
1386+
eslint-visitor-keys "^1.1.0"
1387+
glob "^7.1.6"
1388+
is-glob "^4.0.1"
1389+
lodash.unescape "4.0.1"
1390+
semver "^6.3.0"
1391+
tsutils "^3.17.1"
1392+
13711393
abbrev@1:
13721394
version "1.1.1"
13731395
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"

0 commit comments

Comments
 (0)