|
1 | 1 | { |
2 | 2 | "name": "vuetify-inline-fields", |
3 | | - "version": "1.0.0-beta-1.7", |
| 3 | + "version": "1.0.0-beta-1.8", |
4 | 4 | "description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.", |
5 | 5 | "private": false, |
6 | 6 | "main": "dist/vuetify-inline-fields.cjs.js", |
|
64 | 64 | ], |
65 | 65 | "dependencies": { |
66 | 66 | "@vueuse/core": "^10.4.1", |
67 | | - "vue": "^3.3.4", |
68 | | - "vuetify": "^3.3.19" |
| 67 | + "vue": "^3.3.4" |
69 | 68 | }, |
70 | 69 | "devDependencies": { |
71 | 70 | "@babel/core": "^7.23.0", |
|
79 | 78 | "@rollup/plugin-commonjs": "^25.0.4", |
80 | 79 | "@rollup/plugin-node-resolve": "^15.2.1", |
81 | 80 | "@rollup/plugin-terser": "^0.4.3", |
82 | | - "@types/node": "^20.7.2", |
83 | | - "@typescript-eslint/eslint-plugin": "^6.7.3", |
84 | | - "@typescript-eslint/parser": "^6.7.3", |
85 | | - "@vitejs/plugin-vue": "^4.3.4", |
| 81 | + "@types/node": "^20.8.0", |
| 82 | + "@typescript-eslint/eslint-plugin": "^6.7.4", |
| 83 | + "@typescript-eslint/parser": "^6.7.4", |
| 84 | + "@vitejs/plugin-vue": "^4.4.0", |
86 | 85 | "@vue/cli-plugin-babel": "^5.0.8", |
87 | 86 | "@vue/cli-plugin-eslint": "^5.0.8", |
88 | 87 | "@vue/cli-service": "^5.0.8", |
|
127 | 126 | "vite-plugin-vuetify": "^1.0.2", |
128 | 127 | "vue-tsc": "^1.8.15", |
129 | 128 | "vue3-code-block": "^2.2.12", |
| 129 | + "vuetify": "^3.3.19", |
130 | 130 | "webfontloader": "^1.6.28" |
131 | 131 | } |
132 | 132 | } |
0 commit comments