@vuebro/configs 1.2.28 → 1.2.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@vuebro/configs",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.30",
|
|
5
5
|
"description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
80
80
|
"@vue-macros/reactivity-transform": "^3.1.1",
|
|
81
81
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
82
|
-
"@vue/language-plugin-pug": "^3.1
|
|
82
|
+
"@vue/language-plugin-pug": "^3.2.1",
|
|
83
83
|
"@vue/tsconfig": "^0.8.1",
|
|
84
84
|
"eslint": "^9.39.2",
|
|
85
85
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
108
108
|
"vite-tsconfig-paths": "^6.0.3",
|
|
109
109
|
"vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
|
|
110
|
-
"vue-tsc": "^3.1
|
|
110
|
+
"vue-tsc": "^3.2.1"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@eslint/config-helpers": "^0.5.0",
|