Skip to content

Commit

Permalink
chore(devDeps): Updates devDeps
Browse files Browse the repository at this point in the history
chore(devDeps): Update tslint to 3.7.1
  - Minor: Enhancements & new rules / rule options

chore(devDeps): Update typings to 0.7.12
  - Minor: Improve deprecation and open messages

chore(devDeps): Update stylelint to 5.3.0
  - Minor: SugarSS & Less syntax support
  - Minor: Various rule fixes

chore(devDeps): Update stylelint-config-standard to 5.0.0
  - Major: Removal of font-family-name-quotes, function-url-quotes and string-quotes rules

chore(devDeps): Update colorguard to 1.1.1
  - Minor: Upstream dependency updates

chore(devDeps): Update chalk to 1.1.3
  - Patch: Fix for variable name

fix(style): Fix declaration-block-no-ignored-properties in toolbar
  • Loading branch information
joshwiens committed Apr 8, 2016
1 parent af2f551 commit 345d3e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"async": "^1.4.2",
"autoprefixer": "^6.3.3",
"browser-sync": "^2.11.2",
"chalk": "^1.1.1",
"chalk": "^1.1.3",
"codelyzer": "0.0.12",
"colorguard": "^1.0.1",
"colorguard": "^1.1.1",
"connect": "^3.4.1",
"connect-history-api-fallback": "^1.1.0",
"connect-livereload": "^0.5.3",
Expand Down Expand Up @@ -89,17 +89,17 @@
"serve-static": "^1.10.2",
"slash": "~1.0.0",
"stream-series": "^0.1.1",
"stylelint": "^5.1.0",
"stylelint-config-standard": "^4.0.1",
"stylelint": "^5.3.0",
"stylelint-config-standard": "^5.0.0",
"systemjs-builder": "^0.15.14",
"tiny-lr": "^0.2.1",
"traceur": "^0.0.91",
"ts-node": "^0.7.0",
"tslint": "^3.6.0",
"ts-node": "^0.7.1",
"tslint": "^3.7.1",
"tslint-stylish": "2.1.0-beta",
"typedoc": "^0.3.12",
"typescript": "~1.8.9",
"typings": "^0.7.9",
"typings": "^0.7.12",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.2.0"
Expand Down
1 change: 0 additions & 1 deletion src/app/components/toolbar.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ h1 {
font-weight: normal;
letter-spacing: 0.1px;
line-height: 48px;
margin: 0;
}

more {
Expand Down

0 comments on commit 345d3e5

Please sign in to comment.