Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 732732d

Browse files
build(deps-dev): Bump @typescript-eslint/eslint-plugin (#10)
1 parent 008867c commit 732732d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@netlify/cache-utils": "^0.1.2"
1212
},
1313
"devDependencies": {
14-
"@typescript-eslint/eslint-plugin": "^2.19.1",
14+
"@typescript-eslint/eslint-plugin": "^2.19.2",
1515
"@typescript-eslint/parser": "^2.17.0",
1616
"eslint-config-xo-typescript": "^0.24.1",
1717
"prettier": "^1.19.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
119119
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
120120

121-
"@typescript-eslint/eslint-plugin@^2.19.1":
122-
version "2.19.1"
123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.1.tgz#64e508d1e4484842f4498796cfad9d96e5310a8c"
124-
integrity sha512-IjWjfUe6NoVcfEPKrRCXGm77sPfLYu0w+DG3z5puGo6hW4dt2Q3zmNBeX+JkxGnzCFe1mE0gYYfrgDiUjWt/FA==
121+
"@typescript-eslint/eslint-plugin@^2.19.2":
122+
version "2.19.2"
123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.2.tgz#e279aaae5d5c1f2547b4cff99204e1250bc7a058"
124+
integrity sha512-HX2qOq2GOV04HNrmKnTpSIpHjfl7iwdXe3u/Nvt+/cpmdvzYvY0NHSiTkYN257jHnq4OM/yo+OsFgati+7LqJA==
125125
dependencies:
126-
"@typescript-eslint/experimental-utils" "2.19.1"
126+
"@typescript-eslint/experimental-utils" "2.19.2"
127127
eslint-utils "^1.4.3"
128128
functional-red-black-tree "^1.0.1"
129129
regexpp "^3.0.0"
@@ -138,13 +138,13 @@
138138
"@typescript-eslint/typescript-estree" "2.17.0"
139139
eslint-scope "^5.0.0"
140140

141-
"@typescript-eslint/[email protected].1":
142-
version "2.19.1"
143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.1.tgz#170d356d9d5240467c93e35351b07d09f19e8be2"
144-
integrity sha512-w0BCh/5WIsMqr2YZ7dOlu76dErgSKkh6wa0zJC1s8HzOYQEjdMFMlvoC6IKpeeLSWvPDg1VIBSgiV/aEh6uIoQ==
141+
"@typescript-eslint/[email protected].2":
142+
version "2.19.2"
143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.2.tgz#4611d44cf0f0cb460c26aa7676fc0a787281e233"
144+
integrity sha512-B88QuwT1wMJR750YvTJBNjMZwmiPpbmKYLm1yI7PCc3x0NariqPwqaPsoJRwU9DmUi0cd9dkhz1IqEnwfD+P1A==
145145
dependencies:
146146
"@types/json-schema" "^7.0.3"
147-
"@typescript-eslint/typescript-estree" "2.19.1"
147+
"@typescript-eslint/typescript-estree" "2.19.2"
148148
eslint-scope "^5.0.0"
149149

150150
"@typescript-eslint/parser@^2.17.0":
@@ -170,10 +170,10 @@
170170
semver "^6.3.0"
171171
tsutils "^3.17.1"
172172

173-
"@typescript-eslint/[email protected].1":
174-
version "2.19.1"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.1.tgz#bb6d501174756df17856e5434dfd342845e84fbe"
176-
integrity sha512-rMCadf2iUJiw/J06U+JvdruaC+/rzxBamFlxfLCiuwJHy6aKw3gj4si89kxxY7DneVqmy4DZNDZvEV4SE2t7Lw==
173+
"@typescript-eslint/[email protected].2":
174+
version "2.19.2"
175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.2.tgz#67485b00172f400474d243c6c0be27581a579350"
176+
integrity sha512-Xu/qa0MDk6upQWqE4Qy2X16Xg8Vi32tQS2PR0AvnT/ZYS4YGDvtn2MStOh5y8Zy2mg4NuL06KUHlvCh95j9C6Q==
177177
dependencies:
178178
debug "^4.1.1"
179179
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)