|
37 | 37 | "@nextcloud/logger": "^2.3.0", |
38 | 38 | "@nextcloud/moment": "^1.2.1", |
39 | 39 | "@nextcloud/router": "^2.0.0", |
40 | | - "@nextcloud/vue": "^6.0.0", |
| 40 | + "@nextcloud/vue": "github:nextcloud/nextcloud-vue#vue3", |
| 41 | + "click-outside-vue3": "^4.0.1", |
41 | 42 | "color-convert": "^2.0.1", |
42 | 43 | "debounce": "^1.2.1", |
43 | 44 | "ical.js": "^1.5.0", |
|
51 | 52 | "p-limit": "^4.0.0", |
52 | 53 | "p-queue": "^6.6.2", |
53 | 54 | "uuid": "^8.3.2", |
54 | | - "v-click-outside": "^3.2.0", |
55 | | - "vue": "^2.7.13", |
| 55 | + "vue": "^3.2.39", |
56 | 56 | "vue-material-design-icons": "^5.1.2", |
57 | | - "vue-router": "^3.6.5", |
58 | | - "vuedraggable": "^2.24.3", |
59 | | - "vuex": "^3.6.2", |
60 | | - "vuex-router-sync": "^5.0.0" |
| 57 | + "vue-router": "^4.1.5", |
| 58 | + "vuedraggable": "^4.1.0", |
| 59 | + "vuex": "^4.0.2" |
61 | 60 | }, |
62 | 61 | "devDependencies": { |
63 | | - "@nextcloud/babel-config": "^1.0.0-beta.1", |
| 62 | + "@nextcloud/babel-config": "^1.0.0", |
64 | 63 | "@nextcloud/browserslist-config": "^2.3.0", |
65 | | - "@nextcloud/eslint-config": "^8.1.2", |
| 64 | + "@nextcloud/eslint-config": "github:nextcloud/eslint-config#vue3", |
66 | 65 | "@nextcloud/stylelint-config": "^2.3.0", |
67 | | - "@nextcloud/webpack-vue-config": "^5.3.0", |
68 | | - "@vue/test-utils": "^1.3.0", |
69 | | - "@vue/vue2-jest": "^29.1.1", |
70 | | - "babel-core": "^7.0.0-bridge.0", |
71 | | - "babel-jest": "^29.1.2", |
| 66 | + "@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#vue3", |
| 67 | + "@vue/test-utils": "^2.1.0", |
| 68 | + "@vue/vue3-jest": "^29.1.1", |
| 69 | + "babel-jest": "^29.2.0", |
72 | 70 | "jest": "^29.2.0", |
73 | 71 | "jest-environment-jsdom": "^29.2.0", |
74 | 72 | "jest-serializer-vue": "^2.0.2", |
|
100 | 98 | "testEnvironment": "jsdom", |
101 | 99 | "transform": { |
102 | 100 | "^.+\\.js$": "<rootDir>/node_modules/babel-jest", |
103 | | - "^.+\\.vue$": "<rootDir>/node_modules/@vue/vue2-jest", |
| 101 | + "^.+\\.vue$": "<rootDir>/node_modules/@vue/vue3-jest", |
104 | 102 | ".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub" |
105 | 103 | }, |
106 | 104 | "transformIgnorePatterns": [ |
107 | | - "/node_modules/(?!(.*vue-material-design-icons)|(uuid))" |
| 105 | + "/node_modules/(?!(.*vue-material-design-icons|.*vue-multiselect)|(uuid))" |
108 | 106 | ], |
109 | 107 | "snapshotSerializers": [ |
110 | 108 | "<rootDir>/node_modules/jest-serializer-vue" |
|
0 commit comments