Skip to content

Commit 1d0b9e5

Browse files
1 parent 389e04d commit 1d0b9e5

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

yarn.lock

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,12 +1523,12 @@
15231523
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.0.33.tgz#1073c4bc824754ae3d10cfab88ab0237ba964e4d"
15241524
integrity sha1-EHPEvIJHVK49EM+riKsCN7qWTk0=
15251525

1526-
"@typescript-eslint/eslint-plugin@^2.9.0":
1527-
version "2.9.0"
1528-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.9.0.tgz#fa810282c0e45f6c2310b9c0dfcd25bff97ab7e9"
1529-
integrity sha512-98rfOt3NYn5Gr9wekTB8TexxN6oM8ZRvYuphPs1Atfsy419SDLYCaE30aJkRiiTCwGEY98vOhFsEVm7Zs4toQQ==
1526+
"@typescript-eslint/eslint-plugin@^2.10.0":
1527+
version "2.10.0"
1528+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.10.0.tgz#c4cb103275e555e8a7e9b3d14c5951eb6d431e70"
1529+
integrity sha512-rT51fNLW0u3fnDGnAHVC5nu+Das+y2CpW10yqvf6/j5xbuUV3FxA3mBaIbM24CXODXjbgUznNb4Kg9XZOUxKAw==
15301530
dependencies:
1531-
"@typescript-eslint/experimental-utils" "2.9.0"
1531+
"@typescript-eslint/experimental-utils" "2.10.0"
15321532
eslint-utils "^1.4.3"
15331533
functional-red-black-tree "^1.0.1"
15341534
regexpp "^3.0.0"
@@ -1543,15 +1543,6 @@
15431543
"@typescript-eslint/typescript-estree" "2.10.0"
15441544
eslint-scope "^5.0.0"
15451545

1546-
"@typescript-eslint/[email protected]":
1547-
version "2.9.0"
1548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.9.0.tgz#bbe99a8d9510240c055fc4b17230dd0192ba3c7f"
1549-
integrity sha512-0lOLFdpdJsCMqMSZT7l7W2ta0+GX8A3iefG3FovJjrX+QR8y6htFlFdU7aOVPL6pDvt6XcsOb8fxk5sq+girTw==
1550-
dependencies:
1551-
"@types/json-schema" "^7.0.3"
1552-
"@typescript-eslint/typescript-estree" "2.9.0"
1553-
eslint-scope "^5.0.0"
1554-
15551546
"@typescript-eslint/parser@^2.10.0":
15561547
version "2.10.0"
15571548
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.10.0.tgz#24b2e48384ab6d5a6121e4c4faf8892c79657ad3"
@@ -1575,19 +1566,6 @@
15751566
semver "^6.3.0"
15761567
tsutils "^3.17.1"
15771568

1578-
"@typescript-eslint/[email protected]":
1579-
version "2.9.0"
1580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.9.0.tgz#09138daf8f47d0e494ba7db9e77394e928803017"
1581-
integrity sha512-v6btSPXEWCP594eZbM+JCXuFoXWXyF/z8kaSBSdCb83DF+Y7+xItW29SsKtSULgLemqJBT+LpT+0ZqdfH7QVmA==
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-
15911569
abbrev@1:
15921570
version "1.1.1"
15931571
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"

0 commit comments

Comments
 (0)