Skip to content

Commit

Permalink
Feature/283 webuniversum update (#345)
Browse files Browse the repository at this point in the history
* #283 Upgrade webuniversum

* #283 Fix build

* #283 Fix webuniversum version at 3.0.2 to prevent broken modals

* #283 Fix filter gemeente

* #283 Fix filter input

* #283 Fix build and update deps

* #283 Exclude dependencies

* #283 Fix storybook build

* #283 Add missing lodash types

* #283 Stabilize cypress test - mock adressenregister
  • Loading branch information
wouter-adriaens authored Jan 8, 2025
1 parent 9082413 commit 5c8a202
Show file tree
Hide file tree
Showing 27 changed files with 16,883 additions and 6,188 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { library } from '@fortawesome/fontawesome-svg-core';
import { fab } from '@fortawesome/free-brands-svg-icons';
import { far } from '@fortawesome/free-regular-svg-icons';
import { fas } from '@fortawesome/free-solid-svg-icons';
import { VlUiCore, VlUiUtil } from '@govflanders/vl-ui-design-system-vue3';
import { installs } from '@govflanders/vl-ui-design-system-vue3';
import { setup } from '@storybook/vue3';
import { createPinia } from 'pinia';
import type { Preview } from '@storybook/vue3';
Expand All @@ -13,8 +13,8 @@ library.add(far);
library.add(fab);

setup((app) => {
app.use(VlUiCore);
app.use(VlUiUtil);
app.use(installs.VlUiCoreInstall);
app.use(installs.VlUiUtilInstall);
app.use(createPinia());
});

Expand Down
Loading

0 comments on commit 5c8a202

Please sign in to comment.