Skip to content

Commit 6b02914

Browse files
Update pakcages
1 parent af0fc10 commit 6b02914

File tree

2 files changed

+1004
-2200
lines changed

2 files changed

+1004
-2200
lines changed

package.json

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "dist/vuetify-inline-fields.cjs.js",
1010
"module": "dist/vuetify-inline-fields.es.js",
11-
"types": "dist/types/index.d.ts",
11+
"types": "dist/plugin/types/index.d.ts",
1212
"scripts": {
1313
"dev": "vite",
1414
"watch": "pnpm dev",
@@ -66,51 +66,48 @@
6666
"wdns"
6767
],
6868
"dependencies": {
69-
"@vueuse/core": "^10.6.1",
70-
"vue": "^3.3.8",
71-
"vuetify": "^3.4.2"
69+
"@vueuse/core": "^10.7.0",
70+
"vue": "^3.3.10",
71+
"vuetify": "^3.4.6"
7272
},
7373
"devDependencies": {
74-
"@babel/core": "^7.23.3",
75-
"@babel/eslint-parser": "^7.23.3",
76-
"@fortawesome/fontawesome-svg-core": "^6.4.2",
77-
"@fortawesome/free-brands-svg-icons": "^6.4.2",
78-
"@fortawesome/free-regular-svg-icons": "^6.4.2",
79-
"@fortawesome/free-solid-svg-icons": "^6.4.2",
74+
"@fortawesome/fontawesome-svg-core": "^6.5.1",
75+
"@fortawesome/free-brands-svg-icons": "^6.5.1",
76+
"@fortawesome/free-regular-svg-icons": "^6.5.1",
77+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
8078
"@fortawesome/vue-fontawesome": "^3.0.5",
8179
"@mdi/font": "^7.3.67",
8280
"@rollup/plugin-commonjs": "^25.0.7",
8381
"@rollup/plugin-node-resolve": "^15.2.3",
8482
"@rollup/plugin-terser": "^0.4.4",
85-
"@types/node": "^20.9.1",
86-
"@typescript-eslint/eslint-plugin": "^6.11.0",
87-
"@typescript-eslint/parser": "^6.11.0",
88-
"@vitejs/plugin-vue": "^4.5.0",
89-
"@vue/cli-plugin-babel": "^5.0.8",
83+
"@types/node": "^20.10.3",
84+
"@typescript-eslint/eslint-plugin": "^6.13.2",
85+
"@typescript-eslint/parser": "^6.13.2",
86+
"@vitejs/plugin-vue": "^4.5.1",
9087
"@vue/cli-plugin-eslint": "^5.0.8",
9188
"@vue/cli-service": "^5.0.8",
92-
"@vue/compiler-sfc": "^3.3.8",
89+
"@vue/compiler-sfc": "^3.3.10",
9390
"@vue/eslint-config-typescript": "^12.0.0",
94-
"@wdns/vue-code-block": "^2.2.15",
91+
"@wdns/vue-code-block": "^2.3.1",
9592
"autoprefixer": "^10.4.16",
96-
"eslint": "^8.53.0",
97-
"eslint-config-prettier": "^9.0.0",
93+
"eslint": "^8.55.0",
94+
"eslint-config-prettier": "^9.1.0",
9895
"eslint-plugin-import": "^2.29.0",
9996
"eslint-plugin-prettier": "^5.0.1",
100-
"eslint-plugin-vue": "^9.18.1",
101-
"gh-pages": "^6.0.0",
97+
"eslint-plugin-vue": "^9.19.2",
98+
"gh-pages": "^6.1.0",
10299
"husky": "^8.0.3",
103-
"lint-staged": "^15.1.0",
100+
"lint-staged": "^15.2.0",
104101
"miragejs": "^0.1.48",
105102
"pinia": "^2.1.7",
106-
"postcss": "^8.4.31",
103+
"postcss": "^8.4.32",
107104
"postcss-html": "^1.5.0",
108105
"postcss-scss": "^4.0.9",
109106
"prettier": "^3.1.0",
110107
"prismjs": "^1.29.0",
111108
"roboto-fontface": "^0.10.0",
112-
"rollup": "^3.29.4",
113-
"rollup-plugin-polyfill-node": "^0.12.0",
109+
"rollup": "^4.6.1",
110+
"rollup-plugin-polyfill-node": "^0.13.0",
114111
"rollup-plugin-postcss": "^4.0.2",
115112
"rollup-plugin-scss": "^4.0.0",
116113
"rollup-plugin-typescript2": "^0.36.0",
@@ -119,17 +116,17 @@
119116
"stylelint-config-standard": "^34.0.0",
120117
"stylelint-order": "^6.0.3",
121118
"stylelint-scss": "^5.3.1",
122-
"typescript": "^5.2.2",
123-
"unplugin-auto-import": "^0.16.7",
119+
"typescript": "^5.3.3",
120+
"unplugin-auto-import": "^0.17.2",
124121
"vite": "^4.5.0",
125122
"vite-plugin-babel": "^1.1.3",
126123
"vite-plugin-css-injected-by-js": "^3.3.0",
127-
"vite-plugin-dts": "^3.6.3",
124+
"vite-plugin-dts": "^3.6.4",
128125
"vite-plugin-eslint": "^1.8.1",
129126
"vite-plugin-static-copy": "^0.17.1",
130127
"vite-plugin-stylelint": "^5.2.1",
131128
"vite-plugin-vuetify": "^1.0.2",
132-
"vue-tsc": "^1.8.22",
129+
"vue-tsc": "^1.8.25",
133130
"webfontloader": "^1.6.28"
134131
}
135132
}

0 commit comments

Comments
 (0)