mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Merge pull request #2756 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-3.10.0
This commit is contained in:
commit
431ff79b67
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
"@types/ramda": "^0.27.11",
|
||||
"@types/selenium-webdriver": "^4.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^3.9.1",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^3.10.0",
|
||||
"@typescript-eslint/parser": "^3.10.0",
|
||||
"cleanslate": "^0.10.1",
|
||||
"copy-webpack-plugin": "^6.0.3",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -766,12 +766,12 @@
|
|||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin-tslint@^3.9.1":
|
||||
version "3.9.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.9.1.tgz#281592bdf5db6d63386ad2f3207729d38ac38bef"
|
||||
integrity sha512-1+M0USBYPC+EUqM2DB9wEQTf+Mf/SUgT0vlPY9DgAAcB9l6G48vrJWY+CgU053LK2kh0d9BReNNI8T50biyHzg==
|
||||
"@typescript-eslint/eslint-plugin-tslint@^3.10.0":
|
||||
version "3.10.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin-tslint/-/eslint-plugin-tslint-3.10.0.tgz#dc245620491647d6e808c0ade18ea752b0665062"
|
||||
integrity sha512-UJERs4zWmYGWM4ccROJYT3NAUMC+bP73aytGkVJrEDskIsZGDmS+6GbhLc0/odoxq7B199urxd0wgFgOjh5eHw==
|
||||
dependencies:
|
||||
"@typescript-eslint/experimental-utils" "3.9.1"
|
||||
"@typescript-eslint/experimental-utils" "3.10.0"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^3.9.1":
|
||||
|
|
Loading…
Add table
Reference in a new issue