Feature/upgrade storybook dependencies (#381)
* Upgrade storybook dependencies
This commit is contained in:
parent
f2364eed10
commit
861dff9210
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed the default value of the data source attribute
|
- Removed the default value of the data source attribute
|
||||||
|
- Upgraded `@storybook` dependencies
|
||||||
|
|
||||||
### Todo
|
### Todo
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"emitDecoratorMetadata": true
|
"emitDecoratorMetadata": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"exclude": ["../**/*.spec.ts"],
|
"exclude": ["../**/*.spec.ts"],
|
||||||
"include": ["../src/**/*", "*.js"]
|
"include": ["../src/**/*", "*.js"]
|
||||||
}
|
}
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
||||||
|
|
||||||
import { ValueComponent } from './value.component';
|
|
||||||
|
|
||||||
describe('ValueComponent', () => {
|
|
||||||
let component: ValueComponent;
|
|
||||||
let fixture: ComponentFixture<ValueComponent>;
|
|
||||||
|
|
||||||
beforeEach(async () => {
|
|
||||||
await TestBed.configureTestingModule({
|
|
||||||
declarations: [ValueComponent]
|
|
||||||
}).compileComponents();
|
|
||||||
});
|
|
||||||
|
|
||||||
beforeEach(() => {
|
|
||||||
fixture = TestBed.createComponent(ValueComponent);
|
|
||||||
component = fixture.componentInstance;
|
|
||||||
fixture.detectChanges();
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should create', () => {
|
|
||||||
expect(component).toBeTruthy();
|
|
||||||
});
|
|
||||||
});
|
|
10
package.json
10
package.json
@ -129,13 +129,13 @@
|
|||||||
"@nrwl/jest": "12.8.0",
|
"@nrwl/jest": "12.8.0",
|
||||||
"@nrwl/nest": "12.8.0",
|
"@nrwl/nest": "12.8.0",
|
||||||
"@nrwl/node": "12.8.0",
|
"@nrwl/node": "12.8.0",
|
||||||
"@nrwl/storybook": "12.8.0",
|
"@nrwl/storybook": "12.9.0",
|
||||||
"@nrwl/tao": "12.8.0",
|
"@nrwl/tao": "12.8.0",
|
||||||
"@nrwl/workspace": "12.8.0",
|
"@nrwl/workspace": "12.8.0",
|
||||||
"@storybook/addon-essentials": "6.3.0",
|
"@storybook/addon-essentials": "6.3.8",
|
||||||
"@storybook/angular": "6.3.0",
|
"@storybook/angular": "6.3.8",
|
||||||
"@storybook/builder-webpack5": "6.3.0",
|
"@storybook/builder-webpack5": "6.3.8",
|
||||||
"@storybook/manager-webpack5": "6.3.0",
|
"@storybook/manager-webpack5": "6.3.8",
|
||||||
"@types/big.js": "6.1.1",
|
"@types/big.js": "6.1.1",
|
||||||
"@types/cache-manager": "3.4.0",
|
"@types/cache-manager": "3.4.0",
|
||||||
"@types/color": "3.0.2",
|
"@types/color": "3.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user