Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for angular-devkit/core version aligned with Angular v7 #4652

Merged
merged 1 commit into from Oct 31, 2018

Conversation

emilio-martinez
Copy link
Contributor

@emilio-martinez emilio-martinez commented Oct 30, 2018

Issue:

What I did

Set @storybook/angular's peer dependency range to allow for Angular ^7.0.0. There's a test fixture for it already. Additionally, I was able to successfully run and build Storybook v4 with a Angular CLI v7-generated project.

This change simply removes the peer dependency warning when installing @storybook/angular.

How to test

There's a test fixture for it already.

app/angular/package.json Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 30, 2018

Codecov Report

Merging #4652 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4652   +/-   ##
=======================================
  Coverage   35.59%   35.59%           
=======================================
  Files         557      557           
  Lines        6732     6732           
  Branches      884      884           
=======================================
  Hits         2396     2396           
  Misses       3876     3876           
  Partials      460      460

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d33ac61...0f6b9f6. Read the comment docs.

@emilio-martinez emilio-martinez changed the title Allow Angular 7.0.0 packages as peer dependencies Allow for angular-devkit/core version aligned with Angular v7 Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants