Skip to content

Commit dbc42c4

Browse files
Update packages
1 parent 3c4572e commit dbc42c4

File tree

2 files changed

+1167
-1219
lines changed

2 files changed

+1167
-1219
lines changed

package.json

Lines changed: 28 additions & 28 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.9",
3+
"version": "1.0.0-beta-1.10",
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",
@@ -63,42 +63,42 @@
6363
"wdns"
6464
],
6565
"dependencies": {
66-
"@vueuse/core": "^10.4.1",
67-
"vue": "^3.3.4",
68-
"vuetify": "^3.3.19"
66+
"@vueuse/core": "^10.5.0",
67+
"vue": "^3.3.7",
68+
"vuetify": "^3.3.23"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "^7.23.0",
71+
"@babel/core": "^7.23.2",
7272
"@babel/eslint-parser": "^7.22.15",
7373
"@fortawesome/fontawesome-svg-core": "^6.4.2",
7474
"@fortawesome/free-brands-svg-icons": "^6.4.2",
7575
"@fortawesome/free-regular-svg-icons": "^6.4.2",
7676
"@fortawesome/free-solid-svg-icons": "^6.4.2",
7777
"@fortawesome/vue-fontawesome": "^3.0.3",
78-
"@mdi/font": "^7.2.96",
79-
"@rollup/plugin-commonjs": "^25.0.4",
80-
"@rollup/plugin-node-resolve": "^15.2.1",
81-
"@rollup/plugin-terser": "^0.4.3",
82-
"@types/node": "^20.8.0",
83-
"@typescript-eslint/eslint-plugin": "^6.7.4",
84-
"@typescript-eslint/parser": "^6.7.4",
78+
"@mdi/font": "^7.3.67",
79+
"@rollup/plugin-commonjs": "^25.0.7",
80+
"@rollup/plugin-node-resolve": "^15.2.3",
81+
"@rollup/plugin-terser": "^0.4.4",
82+
"@types/node": "^20.8.9",
83+
"@typescript-eslint/eslint-plugin": "^6.9.0",
84+
"@typescript-eslint/parser": "^6.9.0",
8585
"@vitejs/plugin-vue": "^4.4.0",
8686
"@vue/cli-plugin-babel": "^5.0.8",
8787
"@vue/cli-plugin-eslint": "^5.0.8",
8888
"@vue/cli-service": "^5.0.8",
89-
"@vue/compiler-sfc": "^3.3.4",
89+
"@vue/compiler-sfc": "^3.3.7",
9090
"@vue/eslint-config-typescript": "^12.0.0",
9191
"autoprefixer": "^10.4.16",
92-
"eslint": "^8.50.0",
92+
"eslint": "^8.52.0",
9393
"eslint-config-prettier": "^9.0.0",
94-
"eslint-plugin-import": "^2.28.1",
95-
"eslint-plugin-prettier": "^5.0.0",
96-
"eslint-plugin-vue": "^9.17.0",
94+
"eslint-plugin-import": "^2.29.0",
95+
"eslint-plugin-prettier": "^5.0.1",
96+
"eslint-plugin-vue": "^9.18.1",
9797
"gh-pages": "^6.0.0",
9898
"husky": "^8.0.3",
99-
"lint-staged": "^14.0.1",
100-
"miragejs": "^0.1.47",
101-
"pinia": "^2.1.6",
99+
"lint-staged": "^15.0.2",
100+
"miragejs": "^0.1.48",
101+
"pinia": "^2.1.7",
102102
"postcss": "^8.4.31",
103103
"postcss-html": "^1.5.0",
104104
"postcss-scss": "^4.0.9",
@@ -110,22 +110,22 @@
110110
"rollup-plugin-postcss": "^4.0.2",
111111
"rollup-plugin-scss": "^4.0.0",
112112
"rollup-plugin-typescript2": "^0.36.0",
113-
"sass": "^1.68.0",
114-
"stylelint": "^15.10.3",
113+
"sass": "^1.69.5",
114+
"stylelint": "^15.11.0",
115115
"stylelint-config-standard": "^34.0.0",
116116
"stylelint-order": "^6.0.3",
117-
"stylelint-scss": "^5.2.1",
117+
"stylelint-scss": "^5.3.0",
118118
"typescript": "^5.2.2",
119-
"unplugin-auto-import": "^0.16.6",
120-
"vite": "^4.4.9",
119+
"unplugin-auto-import": "^0.16.7",
120+
"vite": "^4.5.0",
121121
"vite-plugin-babel": "^1.1.3",
122122
"vite-plugin-css-injected-by-js": "^3.3.0",
123-
"vite-plugin-dts": "^3.6.0",
123+
"vite-plugin-dts": "^3.6.3",
124124
"vite-plugin-eslint": "^1.8.1",
125125
"vite-plugin-static-copy": "^0.17.0",
126-
"vite-plugin-stylelint": "^5.1.1",
126+
"vite-plugin-stylelint": "^5.2.0",
127127
"vite-plugin-vuetify": "^1.0.2",
128-
"vue-tsc": "^1.8.15",
128+
"vue-tsc": "^1.8.22",
129129
"vue3-code-block": "^2.2.12",
130130
"webfontloader": "^1.6.28"
131131
}

0 commit comments

Comments
 (0)