Skip to content

Commit 914f60a

Browse files

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/ember__test-helpers": "^0.7.8",
4949
"@types/qunit": "^2.9.0",
5050
"@types/rsvp": "^4.0.3",
51-
"@typescript-eslint/eslint-plugin": "^2.8.0",
51+
"@typescript-eslint/eslint-plugin": "^2.9.0",
5252
"@typescript-eslint/parser": "^2.9.0",
5353
"babel-eslint": "^10.0.2",
5454
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,26 +1424,17 @@
14241424
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
14251425
integrity sha1-EHPEvIJHVK49EM+riKsCN7qWTk0=
14261426

1427-
"@typescript-eslint/eslint-plugin@^2.8.0":
1428-
version "2.8.0"
1429-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.8.0.tgz#eca584d46094ebebc3cb3e9fb625bfbc904a534d"
1430-
integrity sha512-ohqul5s6XEB0AzPWZCuJF5Fd6qC0b4+l5BGEnrlpmvXxvyymb8yw8Bs4YMF8usNAeuCJK87eFIHy8g8GFvOtGA==
1427+
"@typescript-eslint/eslint-plugin@^2.9.0":
1428+
version "2.9.0"
1429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9"
1430+
integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ==
14311431
dependencies:
1432-
"@typescript-eslint/experimental-utils" "2.8.0"
1432+
"@typescript-eslint/experimental-utils" "2.9.0"
14331433
eslint-utils "^1.4.3"
14341434
functional-red-black-tree "^1.0.1"
14351435
regexpp "^3.0.0"
14361436
tsutils "^3.17.1"
14371437

1438-
"@typescript-eslint/[email protected]":
1439-
version "2.8.0"
1440-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.8.0.tgz#208b4164d175587e9b03ce6fea97d55f19c30ca9"
1441-
integrity sha512-jZ05E4SxCbbXseQGXOKf3ESKcsGxT8Ucpkp1jiVp55MGhOvZB2twmWKf894PAuVQTCgbPbJz9ZbRDqtUWzP8xA==
1442-
dependencies:
1443-
"@types/json-schema" "^7.0.3"
1444-
"@typescript-eslint/typescript-estree" "2.8.0"
1445-
eslint-scope "^5.0.0"
1446-
14471438
"@typescript-eslint/[email protected]":
14481439
version "2.9.0"
14491440
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
@@ -1463,19 +1454,6 @@
14631454
"@typescript-eslint/typescript-estree" "2.9.0"
14641455
eslint-visitor-keys "^1.1.0"
14651456

1466-
"@typescript-eslint/[email protected]":
1467-
version "2.8.0"
1468-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.8.0.tgz#fcc3fe6532840085d29b75432c8a59895876aeca"
1469-
integrity sha512-ksvjBDTdbAQ04cR5JyFSDX113k66FxH1tAXmi+dj6hufsl/G0eMc/f1GgLjEVPkYClDbRKv+rnBFuE5EusomUw==
1470-
dependencies:
1471-
debug "^4.1.1"
1472-
eslint-visitor-keys "^1.1.0"
1473-
glob "^7.1.6"
1474-
is-glob "^4.0.1"
1475-
lodash.unescape "4.0.1"
1476-
semver "^6.3.0"
1477-
tsutils "^3.17.1"
1478-
14791457
"@typescript-eslint/[email protected]":
14801458
version "2.9.0"
14811459
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"

0 commit comments

Comments
 (0)