Browse Source

Feature/upgrade storybook dependencies (#381)

* Upgrade storybook dependencies
pull/382/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
861dff9210
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      libs/ui/.storybook/tsconfig.json
  3. 24
      libs/ui/src/lib/value/value.component.spec.ts
  4. 10
      package.json
  5. 763
      yarn.lock

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Removed the default value of the data source attribute
- Upgraded `@storybook` dependencies
### Todo

1
libs/ui/.storybook/tsconfig.json

@ -3,7 +3,6 @@
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts"],
"include": ["../src/**/*", "*.js"]
}

24
libs/ui/src/lib/value/value.component.spec.ts

@ -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

@ -129,13 +129,13 @@
"@nrwl/jest": "12.8.0",
"@nrwl/nest": "12.8.0",
"@nrwl/node": "12.8.0",
"@nrwl/storybook": "12.8.0",
"@nrwl/storybook": "12.9.0",
"@nrwl/tao": "12.8.0",
"@nrwl/workspace": "12.8.0",
"@storybook/addon-essentials": "6.3.0",
"@storybook/angular": "6.3.0",
"@storybook/builder-webpack5": "6.3.0",
"@storybook/manager-webpack5": "6.3.0",
"@storybook/addon-essentials": "6.3.8",
"@storybook/angular": "6.3.8",
"@storybook/builder-webpack5": "6.3.8",
"@storybook/manager-webpack5": "6.3.8",
"@types/big.js": "6.1.1",
"@types/cache-manager": "3.4.0",
"@types/color": "3.0.2",

763
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save