Skip to content

Commit

Permalink
chore: Update dependency typescript-tslint-plugin to ^0.5.5 (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LazyLahtak committed Nov 20, 2019
1 parent 80c7af0 commit b7e149e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/dx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0",
"typescript": "3.6.4",
"typescript-tslint-plugin": "^0.5.4"
"typescript-tslint-plugin": "^0.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/dx-grid-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"typescript": "3.6.4",
"typescript-tslint-plugin": "^0.5.4"
"typescript-tslint-plugin": "^0.5.5"
},
"peerDependencies": {
"@devexpress/dx-core": "2.2.1"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10340,7 +10340,7 @@ mkdirp@*, mkdirp@0.5.1, mkdirp@0.x, mkdirp@^0.5.0, mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mock-require@^3.0.2:
mock-require@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/mock-require/-/mock-require-3.0.3.tgz#ccd544d9eae81dd576b3f219f69ec867318a1946"
integrity sha512-lLzfLHcyc10MKQnNUCv7dMcoY/2Qxd6wJfbqCcVk3LDb8An4hF6ohk5AztrvgKhJCqj36uyzi/p5se+tvyD+Wg==
Expand Down Expand Up @@ -14738,14 +14738,14 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript-tslint-plugin@^0.5.4:
version "0.5.4"
resolved "https://registry.yarnpkg.com/typescript-tslint-plugin/-/typescript-tslint-plugin-0.5.4.tgz#febe0cca1fe65133f4f688841eba68262a1d55a5"
integrity sha512-CQEfGC+p0SoBARI4N2LrGsWJsp4/OE+uKZ68xsWYKHWqMFq4DFQHqOVlK0deEricSN01NmDTqjap63Pw/DHieg==
typescript-tslint-plugin@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/typescript-tslint-plugin/-/typescript-tslint-plugin-0.5.5.tgz#673875c43640251f1ab3d63745d7d49726ff961c"
integrity sha512-tR5igNQP+6FhxaPJYRlUBVsEl0n5cSuXRbg7L1y80mL4B1jUHb8uiIcbQBJ9zWyypJEdFYFUccpXxvMwZR8+AA==
dependencies:
minimatch "^3.0.4"
mock-require "^3.0.2"
vscode-languageserver "^5.1.0"
mock-require "^3.0.3"
vscode-languageserver "^5.2.1"

typescript@3.6.4:
version "3.6.4"
Expand Down Expand Up @@ -15215,7 +15215,7 @@ vscode-languageserver-types@3.14.0:
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.14.0.tgz#d3b5952246d30e5241592b6dde8280e03942e743"
integrity sha512-lTmS6AlAlMHOvPQemVwo3CezxBp0sNB95KNPkqp3Nxd5VFEnuG1ByM0zlRWos0zjO3ZWtkvhal0COgiV1xIA4A==

vscode-languageserver@^5.1.0:
vscode-languageserver@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-5.2.1.tgz#0d2feddd33f92aadf5da32450df498d52f6f14eb"
integrity sha512-GuayqdKZqAwwaCUjDvMTAVRPJOp/SLON3mJ07eGsx/Iq9HjRymhKWztX41rISqDKhHVVyFM+IywICyZDla6U3A==
Expand Down

0 comments on commit b7e149e

Please sign in to comment.