Skip to content

Commit

Permalink
Merge pull request #2556 from storybooks/lodash-es-and-misc-fixes
Browse files Browse the repository at this point in the history
Misc fixes
  • Loading branch information
Hypnosphi authored Dec 24, 2017
2 parents 89d8801 + 37f158b commit 8c186be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ root = true
[*]
end_of_line = lf

[*.{js,json}]
[*.{js,json,ts}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"vue": "^2.5.13"
},
"peerDependencies": {
"@angular/core": "=>4.0.0",
"@angular/core": ">=4.0.0",
"@storybook/addons": "^3.3.0-alpha.6",
"react": "*",
"react-dom": "*"
Expand Down
10 changes: 5 additions & 5 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"typescript": "^2.4.0"
},
"peerDependencies": {
"@angular/common": "=>4.0.0",
"@angular/compiler": "=>4.0.0",
"@angular/core": "=>4.0.0",
"@angular/platform-browser": "=>4.0.0",
"@angular/platform-browser-dynamic": "=>4.0.0"
"@angular/common": ">=4.0.0",
"@angular/compiler": ">=4.0.0",
"@angular/core": ">=4.0.0",
"@angular/platform-browser": ">=4.0.0",
"@angular/platform-browser-dynamic": ">=4.0.0"
}
}

0 comments on commit 8c186be

Please sign in to comment.