|
31 | 31 | "@nextcloud/axios": "^2.4.0", |
32 | 32 | "@nextcloud/calendar-js": "6.1.0", |
33 | 33 | "@nextcloud/cdav-library": "1.1.0", |
34 | | - "@nextcloud/dialogs": "^5.1.1", |
| 34 | + "@nextcloud/dialogs": "4.1.0", |
35 | 35 | "@nextcloud/event-bus": "^3.1.0", |
36 | 36 | "@nextcloud/initial-state": "2.1.0", |
37 | 37 | "@nextcloud/l10n": "^2.2.0", |
38 | 38 | "@nextcloud/logger": "^2.7.0", |
39 | 39 | "@nextcloud/moment": "^1.3.1", |
40 | 40 | "@nextcloud/router": "^2.2.1", |
41 | | - "@nextcloud/vue": "8.5.1", |
| 41 | + "@nextcloud/vue": "9.0.0-alpha.0", |
42 | 42 | "@vueuse/components": "^10.7.2", |
43 | 43 | "color-convert": "^2.0.1", |
44 | 44 | "debounce": "^2.0.0", |
|
51 | 51 | "markdown-it-task-lists": "^2.1.1", |
52 | 52 | "md5": "^2.3.0", |
53 | 53 | "p-limit": "^5.0.0", |
| 54 | + "sortablejs-vue3": "^1.2.11", |
54 | 55 | "uuid": "^9.0.1", |
55 | | - "vue": "^2.7.16", |
56 | | - "vue-material-design-icons": "^5.2.0", |
57 | | - "vue-router": "^3.6.5", |
58 | | - "vuedraggable": "^2.24.3", |
59 | | - "vuex": "^3.6.2", |
60 | | - "vuex-router-sync": "^5.0.0" |
| 56 | + "vue": "^3.4.15", |
| 57 | + "vue-material-design-icons": "^5.3.0", |
| 58 | + "vue-router": "^4.2.5", |
| 59 | + "vuex": "^4.1.0" |
61 | 60 | }, |
62 | 61 | "devDependencies": { |
63 | 62 | "@nextcloud/babel-config": "^1.0.0", |
64 | 63 | "@nextcloud/browserslist-config": "^3.0.0", |
65 | | - "@nextcloud/eslint-config": "^8.3.0", |
| 64 | + "@nextcloud/eslint-config": "github:nextcloud-libraries/eslint-config#vue3", |
66 | 65 | "@nextcloud/stylelint-config": "^2.4.0", |
67 | | - "@nextcloud/vite-config": "^1.2.0", |
68 | | - "@vue/test-utils": "^1.3.6", |
69 | | - "babel-core": "^7.0.0-bridge.0", |
70 | | - "happy-dom": "^13.3.1", |
| 66 | + "@nextcloud/vite-config": "github:nextcloud-libraries/nextcloud-vite-config#vue3", |
| 67 | + "@vue/test-utils": "^2.4.4", |
| 68 | + "happy-dom": "^13.3.8", |
71 | 69 | "mockdate": "^3.0.5", |
72 | | - "regenerator-runtime": "^0.14.1", |
73 | 70 | "vitest": "^1.2.2" |
74 | 71 | }, |
75 | 72 | "engines": { |
|
0 commit comments