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 Jun 24, 2018
1 parent eebf755 commit 7b79240
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 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.4.1",
"tslint": "4.5.1",
"typescript": "2.9.2"
}
Expand Down
20 changes: 14 additions & 6 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1070,16 +1070,16 @@ 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.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.4.1.tgz#168d4d383cdbad3b673ca44a9b033b1d9ca71db2"
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"
sprintf-js "^1.0.3"
source-map "^0.5.7"
sprintf-js "^1.1.1"

collection-visit@^1.0.0:
version "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 Expand Up @@ -4917,7 +4921,11 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"

sprintf-js@^1.0.3, sprintf-js@~1.0.2:
sprintf-js@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.1.tgz#36be78320afe5801f6cea3ee78b6e5aab940ea0c"

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"

Expand Down

0 comments on commit 7b79240

Please sign in to comment.