@skaldapp/configs 1.2.90 → 1.2.91
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 +4 -4
- package/tsconfig.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@skaldapp/configs",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.91",
|
|
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",
|
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"@eslint/json": "^1.2.0",
|
|
68
68
|
"@prettier/plugin-pug": "^3.4.2",
|
|
69
69
|
"@tsconfig/strictest": "^2.0.8",
|
|
70
|
-
"@types/node": "^25.5.2",
|
|
71
70
|
"@unocss/eslint-config": "^66.6.7",
|
|
72
71
|
"@unocss/extractor-arbitrary-variants": "^66.6.7",
|
|
73
72
|
"@unocss/extractor-pug": "^66.6.7",
|
|
@@ -107,12 +106,13 @@
|
|
|
107
106
|
"pug": "^3.0.4",
|
|
108
107
|
"tsc-alias": "^1.8.16",
|
|
109
108
|
"typescript": "^6.0.2",
|
|
110
|
-
"vite": "^8.0.
|
|
109
|
+
"vite": "^8.0.6",
|
|
111
110
|
"vite-plugin-vue-devtools": "^8.1.1",
|
|
112
111
|
"vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
|
|
113
112
|
"vue-tsc": "^3.2.6"
|
|
114
113
|
},
|
|
115
114
|
"devDependencies": {
|
|
116
|
-
"@eslint/config-helpers": "^0.5.4"
|
|
115
|
+
"@eslint/config-helpers": "^0.5.4",
|
|
116
|
+
"@types/node": "^25.5.2"
|
|
117
117
|
}
|
|
118
118
|
}
|
package/tsconfig.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"outDir": "${configDir}/dist",
|
|
15
15
|
"paths": { "@/*": ["${configDir}/src/*"] },
|
|
16
16
|
"removeComments": true,
|
|
17
|
-
"types": ["
|
|
17
|
+
"types": ["vite/client"]
|
|
18
18
|
},
|
|
19
19
|
"tsc-alias": { "resolveFullPaths": true },
|
|
20
20
|
"vueCompilerOptions": { "plugins": ["@vue/language-plugin-pug"] }
|