Fix yarn lock issues

This commit is contained in:
Matthias 2023-11-12 09:34:50 +01:00
parent cd1ee51f87
commit c8af6d91fc
4 changed files with 536 additions and 550 deletions

View File

@ -16,7 +16,7 @@
"cy:run-ct": "cypress run --component"
},
"dependencies": {
"@noction/vue-draggable-grid": "^1.9.10",
"@noction/vue-draggable-grid": "1.9.10",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^7.2.2",
"@vueuse/core": "^10.5.0",

View File

@ -1,4 +1,4 @@
import VueDraggableGrid from '@noction/vue-draggable-grid';
import '@noction/vue-draggable-grid/dist/style.css';
import '@noction/vue-draggable-grid/styles';
export { VueDraggableGrid };

View File

@ -4,6 +4,7 @@ import { resolve } from 'path';
import Icons from 'unplugin-icons/vite';
import Components from 'unplugin-vue-components/vite';
import IconsResolve from 'unplugin-icons/resolver';
// import AutoImport from 'unplugin-auto-import/vite';
import { BootstrapVueNextResolver } from 'unplugin-vue-components/resolvers';
// https://vitejs.dev/config/
@ -22,6 +23,17 @@ export default defineConfig({
Icons({
compiler: 'vue3',
}),
// AutoImport({
// imports: [
// 'vue',
// 'vue-router',
// // '@vueuse/head',
// '@vueuse/core',
// ],
// dts: 'src/auto-imports.d.ts',
// dirs: ['src/composables', 'src/stores'],
// vueTemplate: true,
// }),
],
resolve: {
dedupe: ['vue'],

1070
yarn.lock

File diff suppressed because it is too large Load Diff