Skip to content

Commit

Permalink
[chore] Updating socket.io client and removing not used dependencies (#…
Browse files Browse the repository at this point in the history
…1222)

* Updating socket.io client and removing core-js

* removed direct dependency to flatpickr - it is already included with vue-flatpickr

* removed fragment dependency - not used
  • Loading branch information
theorm authored May 16, 2024
1 parent 9b9f249 commit 66f7da0
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 739 deletions.
2 changes: 0 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Vue from 'vue';
import VueI18n from 'vue-i18n';
import { Plugin as Fragment } from 'vue-fragment'

Vue.use(VueI18n);
Vue.use(Fragment)

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
Expand Down
Loading

0 comments on commit 66f7da0

Please sign in to comment.