Skip to content

Commit 2a6f903

Browse files

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
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.2.0",
52+
"@typescript-eslint/eslint-plugin": "^2.3.0",
5353
"@typescript-eslint/parser": "^2.3.0",
5454
"ember-cli": "~3.9.0",
5555
"ember-cli-dependency-checker": "^3.2.0",

yarn.lock

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,26 +1133,17 @@
11331133
resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#4151a81b4052c80bc2becbae09f3a9ec010a9c7a"
11341134
integrity sha512-Lja2xYuuf2B3knEsga8ShbOdsfNOtzT73GyJmZyY7eGl2+ajOqrs8yM5ze0fsSoYwvA6bw7/Qr7OZ7PEEmYwWg==
11351135

1136-
"@typescript-eslint/eslint-plugin@^2.2.0":
1137-
version "2.2.0"
1138-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.2.0.tgz#cba8caa6ad8df544c46bca674125a31af8c9ac2f"
1139-
integrity sha512-rOodtI+IvaO8USa6ValYOrdWm9eQBgqwsY+B0PPiB+aSiK6p6Z4l9jLn/jI3z3WM4mkABAhKIqvGIBl0AFRaLQ==
1136+
"@typescript-eslint/eslint-plugin@^2.3.0":
1137+
version "2.3.0"
1138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.3.0.tgz#6ead12c6b15a9b930430931e396e01a1fe181fcc"
1139+
integrity sha512-QgO/qmNye+rKsU7dan6pkBTSfpbyrHJidsw9bR3gZCrQNTB9eWQ5+UDkrrev/fu9xg6Qh7ebbx03IVuGnGRmEw==
11401140
dependencies:
1141-
"@typescript-eslint/experimental-utils" "2.2.0"
1141+
"@typescript-eslint/experimental-utils" "2.3.0"
11421142
eslint-utils "^1.4.2"
11431143
functional-red-black-tree "^1.0.1"
11441144
regexpp "^2.0.1"
11451145
tsutils "^3.17.1"
11461146

1147-
"@typescript-eslint/[email protected]":
1148-
version "2.2.0"
1149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.2.0.tgz#31d855fbc425168ecf56960c777aacfcca391cff"
1150-
integrity sha512-IMhbewFs27Frd/ICHBRfIcsUCK213B8MsEUqvKFK14SDPjPR5JF6jgOGPlroybFTrGWpMvN5tMZdXAf+xcmxsA==
1151-
dependencies:
1152-
"@types/json-schema" "^7.0.3"
1153-
"@typescript-eslint/typescript-estree" "2.2.0"
1154-
eslint-scope "^5.0.0"
1155-
11561147
"@typescript-eslint/[email protected]":
11571148
version "2.3.0"
11581149
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.0.tgz#19a8e1b8fcee7d7469f3b44691d91830568de140"
@@ -1172,16 +1163,6 @@
11721163
"@typescript-eslint/typescript-estree" "2.3.0"
11731164
eslint-visitor-keys "^1.1.0"
11741165

1175-
"@typescript-eslint/[email protected]":
1176-
version "2.2.0"
1177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.2.0.tgz#1e2aad5ed573f9f7a8e3261eb79404264c4fc57f"
1178-
integrity sha512-9/6x23A3HwWWRjEQbuR24on5XIfVmV96cDpGR9671eJv1ebFKHj2sGVVAwkAVXR2UNuhY1NeKS2QMv5P8kQb2Q==
1179-
dependencies:
1180-
glob "^7.1.4"
1181-
is-glob "^4.0.1"
1182-
lodash.unescape "4.0.1"
1183-
semver "^6.3.0"
1184-
11851166
"@typescript-eslint/[email protected]":
11861167
version "2.3.0"
11871168
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.0.tgz#fd8faff7e4c73795c65e5817c52f9038e33ef29d"

0 commit comments

Comments
 (0)