Skip to content

Commit

Permalink
Update dependency codelyzer to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2018
1 parent 9d38f32 commit 0ea04ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@angular/cli": "1.7.4",
"@angular/compiler-cli": "4.4.6",
"codelyzer": "2.1.1",
"codelyzer": "4.3.0",
"tslint": "4.5.1",
"typescript": "2.8.3"
}
Expand Down
12 changes: 8 additions & 4 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1070,15 +1070,15 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codelyzer@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-2.1.1.tgz#0573c7f8da4ac2a4473b0042807f7b901dec8b0a"
codelyzer@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.3.0.tgz#6bf3ba68efd9d655a451ecaa14a2852001a43dfb"
dependencies:
app-root-path "^2.0.1"
css-selector-tokenizer "^0.7.0"
cssauron "^1.4.0"
semver-dsl "^1.0.1"
source-map "^0.5.6"
source-map "^0.5.7"
sprintf-js "^1.0.3"

collection-visit@^1.0.0:
Expand Down Expand Up @@ -4873,6 +4873,10 @@ source-map@^0.4.2, source-map@~0.4.1:
dependencies:
amdefine ">=0.0.4"

source-map@^0.5.7:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

source-map@^0.6.1, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
Expand Down

0 comments on commit 0ea04ec

Please sign in to comment.