mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
Remove @angular/core dep from peer and suppress extraneous-dependencies error
This commit is contained in:
parent
afc322f246
commit
2ce834ef39
@ -33,7 +33,6 @@
|
||||
"vue": "^2.5.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=4.0.0",
|
||||
"@storybook/addons": "^3.3.0",
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
|
2
addons/knobs/src/angular/helpers.js
vendored
2
addons/knobs/src/angular/helpers.js
vendored
@ -1,5 +1,5 @@
|
||||
/* eslint no-underscore-dangle: 0 */
|
||||
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { Component, SimpleChange, ChangeDetectorRef } from '@angular/core';
|
||||
import { getParameters, getAnnotations, getPropMetadata } from './utils';
|
||||
|
||||
|
3
addons/knobs/src/angular/utils.js
vendored
3
addons/knobs/src/angular/utils.js
vendored
@ -1,5 +1,6 @@
|
||||
/* eslint-disable no-param-reassign */
|
||||
/* globals window */
|
||||
/* eslint-disable no-param-reassign */
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { ɵReflectionCapabilities } from '@angular/core';
|
||||
|
||||
// eslint-disable-next-line new-cap
|
||||
|
Loading…
x
Reference in New Issue
Block a user