|
33 | 33 | "prepack": "pnpm clean && pnpm build" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@floating-ui/core": "^1.6.9", |
37 | | - "@floating-ui/dom": "^1.6.13", |
| 36 | + "@floating-ui/core": "^1.7.3", |
| 37 | + "@floating-ui/dom": "^1.7.3", |
38 | 38 | "@patternfly/patternfly": "^5.4.2", |
39 | 39 | "@patternfly/react-styles": "^5.4.1", |
40 | 40 | "@patternfly/react-tokens": "^5.4.1", |
41 | 41 | "@vue-patternfly/icons": "workspace:^" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@types/node": "^22.14.1", |
| 44 | + "@types/node": "^24.2.1", |
45 | 45 | "@types/web-bluetooth": "^0.0.21", |
46 | | - "@vitejs/plugin-vue": "^5.2.3", |
47 | | - "@vue/compiler-sfc": "^3.5.13", |
48 | | - "@vueuse/core": "^13.1.0", |
49 | | - "@vueuse/integrations": "^13.1.0", |
50 | | - "@vueuse/shared": "^13.1.0", |
51 | | - "concurrently": "^9.1.2", |
52 | | - "focus-trap": "^7.6.4", |
53 | | - "fs-extra": "^11.3.0", |
54 | | - "glob": "^11.0.1", |
| 46 | + "@vitejs/plugin-vue": "^6.0.1", |
| 47 | + "@vue/compiler-sfc": "^3.5.18", |
| 48 | + "@vueuse/core": "^13.6.0", |
| 49 | + "@vueuse/integrations": "^13.6.0", |
| 50 | + "@vueuse/shared": "^13.6.0", |
| 51 | + "concurrently": "^9.2.0", |
| 52 | + "focus-trap": "^7.6.5", |
| 53 | + "fs-extra": "^11.3.1", |
| 54 | + "glob": "^11.0.3", |
55 | 55 | "nodemon": "^3.1.10", |
56 | 56 | "rimraf": "^6.0.1", |
57 | 57 | "tslib": "^2.8.1", |
58 | | - "typescript": "^5.8.3", |
59 | | - "vite": "^6.3.2", |
60 | | - "vue": "^3.5.13", |
61 | | - "vue-router": "^4.5.0", |
62 | | - "vue-tsc": "^2.2.10" |
| 58 | + "typescript": "^5.9.2", |
| 59 | + "vite": "^7.1.2", |
| 60 | + "vue": "^3.5.18", |
| 61 | + "vue-router": "^4.5.1", |
| 62 | + "vue-tsc": "^3.0.5" |
63 | 63 | }, |
64 | 64 | "peerDependencies": { |
65 | 65 | "@vueuse/core": "^13", |
|
0 commit comments