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

Commit 008867c

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

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.0",
14+
"@typescript-eslint/eslint-plugin": "^2.19.1",
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.0":
122-
version "2.19.0"
123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.19.0.tgz#bf743448a4633e4b52bee0c40148ba072ab3adbd"
124-
integrity sha512-u7IcQ9qwsB6U806LupZmINRnQjC+RJyv36sV/ugaFWMHTbFm/hlLTRx3gGYJgHisxcGSTnf+I/fPDieRMhPSQQ==
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==
125125
dependencies:
126-
"@typescript-eslint/experimental-utils" "2.19.0"
126+
"@typescript-eslint/experimental-utils" "2.19.1"
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].0":
142-
version "2.19.0"
143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.0.tgz#d5ca732f22c009e515ba09fcceb5f2127d841568"
144-
integrity sha512-zwpg6zEOPbhB3+GaQfufzlMUOO6GXCNZq6skk+b2ZkZAIoBhVoanWK255BS1g5x9bMwHpLhX0Rpn5Fc3NdCZdg==
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==
145145
dependencies:
146146
"@types/json-schema" "^7.0.3"
147-
"@typescript-eslint/typescript-estree" "2.19.0"
147+
"@typescript-eslint/typescript-estree" "2.19.1"
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].0":
174-
version "2.19.0"
175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.19.0.tgz#6bd7310b9827e04756fe712909f26956aac4b196"
176-
integrity sha512-n6/Xa37k0jQdwpUszffi19AlNbVCR0sdvCs3DmSKMD7wBttKY31lhD2fug5kMD91B2qW4mQldaTEc1PEzvGu8w==
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==
177177
dependencies:
178178
debug "^4.1.1"
179179
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)