|
30 | 30 | "release": "pnpm build && pnpm cypress:run && release-it"
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 | | - "@vueuse/core": "^10.5.0", |
34 | | - "@vueuse/integrations": "^10.5.0", |
35 | | - "focus-trap": "^7.5.4" |
| 33 | + "vue-demi": "^0.14.6" |
36 | 34 | },
|
37 | 35 | "devDependencies": {
|
38 | 36 | "@cypress/vue": "^5.0.5",
|
39 | 37 | "@release-it/conventional-changelog": "^5.1.1",
|
40 | | - "@vue-macros/volar": "^0.8.4", |
| 38 | + "@vueuse/core": "^10.7.1", |
| 39 | + "@vueuse/integrations": "^10.7.1", |
41 | 40 | "cypress": "^13.6.0",
|
| 41 | + "focus-trap": "^7.5.4", |
42 | 42 | "release-it": "^16.1.3",
|
43 | | - "unplugin-vue-define-options": "^1.3.8", |
44 | | - "unplugin-vue-macros": "^2.3.0", |
45 | 43 | "vite-plugin-dts": "^3.6.3",
|
46 | | - "vue": "^3.3.7" |
| 44 | + "vue": "^3.4.7" |
47 | 45 | },
|
48 | 46 | "peerDependencies": {
|
49 | 47 | "@vueuse/core": ">=10.0.0",
|
50 | 48 | "@vueuse/integrations": ">=10.0.0",
|
51 | 49 | "focus-trap": ">=7.2.0",
|
52 | | - "vue": ">=3.2.0" |
| 50 | + "@vue/composition-api": "^1.0.0-rc.1", |
| 51 | + "vue": ">=2.7.0 || >=3.0.0" |
53 | 52 | },
|
54 | 53 | "homepage": "https://vue-final-modal.org/",
|
55 | 54 | "bugs": {
|
|
0 commit comments