Skip to content

Commit a7f6804

Browse files
Update packages and version
1 parent effac90 commit a7f6804

File tree

2 files changed

+165
-99
lines changed

2 files changed

+165
-99
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-inline-fields",
3-
"version": "1.0.0-beta-1.7",
3+
"version": "1.0.0-beta-1.8",
44
"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.",
55
"private": false,
66
"main": "dist/vuetify-inline-fields.cjs.js",
@@ -64,8 +64,7 @@
6464
],
6565
"dependencies": {
6666
"@vueuse/core": "^10.4.1",
67-
"vue": "^3.3.4",
68-
"vuetify": "^3.3.19"
67+
"vue": "^3.3.4"
6968
},
7069
"devDependencies": {
7170
"@babel/core": "^7.23.0",
@@ -79,10 +78,10 @@
7978
"@rollup/plugin-commonjs": "^25.0.4",
8079
"@rollup/plugin-node-resolve": "^15.2.1",
8180
"@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",
8685
"@vue/cli-plugin-babel": "^5.0.8",
8786
"@vue/cli-plugin-eslint": "^5.0.8",
8887
"@vue/cli-service": "^5.0.8",
@@ -127,6 +126,7 @@
127126
"vite-plugin-vuetify": "^1.0.2",
128127
"vue-tsc": "^1.8.15",
129128
"vue3-code-block": "^2.2.12",
129+
"vuetify": "^3.3.19",
130130
"webfontloader": "^1.6.28"
131131
}
132132
}

0 commit comments

Comments
 (0)