@skaldapp/configs 1.2.90 → 1.2.92

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.
Files changed (2) hide show
  1. package/package.json +27 -27
  2. 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.90",
4
+ "version": "1.2.92",
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,25 +67,24 @@
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
- "@unocss/eslint-config": "^66.6.7",
72
- "@unocss/extractor-arbitrary-variants": "^66.6.7",
73
- "@unocss/extractor-pug": "^66.6.7",
74
- "@unocss/preset-attributify": "^66.6.7",
75
- "@unocss/preset-icons": "^66.6.7",
76
- "@unocss/preset-tagify": "^66.6.7",
77
- "@unocss/preset-typography": "^66.6.7",
78
- "@unocss/preset-web-fonts": "^66.6.7",
79
- "@unocss/preset-wind4": "^66.6.7",
80
- "@unocss/transformer-compile-class": "^66.6.7",
81
- "@unocss/transformer-directives": "^66.6.7",
82
- "@unocss/transformer-variant-group": "^66.6.7",
83
- "@unocss/vite": "^66.6.7",
84
- "@vitejs/plugin-vue": "^6.0.5",
70
+ "@unocss/eslint-config": "^66.6.8",
71
+ "@unocss/extractor-arbitrary-variants": "^66.6.8",
72
+ "@unocss/extractor-pug": "^66.6.8",
73
+ "@unocss/preset-attributify": "^66.6.8",
74
+ "@unocss/preset-icons": "^66.6.8",
75
+ "@unocss/preset-tagify": "^66.6.8",
76
+ "@unocss/preset-typography": "^66.6.8",
77
+ "@unocss/preset-web-fonts": "^66.6.8",
78
+ "@unocss/preset-wind4": "^66.6.8",
79
+ "@unocss/transformer-compile-class": "^66.6.8",
80
+ "@unocss/transformer-directives": "^66.6.8",
81
+ "@unocss/transformer-variant-group": "^66.6.8",
82
+ "@unocss/vite": "^66.6.8",
83
+ "@vitejs/plugin-vue": "^6.0.6",
85
84
  "@vue/eslint-config-typescript": "^14.7.0",
86
- "@vue/language-plugin-pug": "^3.2.6",
85
+ "@vue/language-plugin-pug": "^3.2.7",
87
86
  "@vue/tsconfig": "^0.9.1",
88
- "eslint": "^10.2.0",
87
+ "eslint": "^10.2.1",
89
88
  "eslint-config-flat-gitignore": "^2.3.0",
90
89
  "eslint-config-prettier": "^10.1.8",
91
90
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -94,25 +93,26 @@
94
93
  "eslint-plugin-import-x": "^4.16.2",
95
94
  "eslint-plugin-jsdoc": "^62.9.0",
96
95
  "eslint-plugin-package-json": "^0.91.1",
97
- "eslint-plugin-perfectionist": "^5.8.0",
96
+ "eslint-plugin-perfectionist": "^5.9.0",
98
97
  "eslint-plugin-prettier": "^5.5.5",
99
- "eslint-plugin-sonarjs": "^4.0.2",
100
- "eslint-plugin-vue": "^10.8.0",
98
+ "eslint-plugin-sonarjs": "^4.0.3",
99
+ "eslint-plugin-vue": "^10.9.0",
101
100
  "eslint-plugin-vue-pug": "^1.0.0-alpha.5",
102
101
  "jiti": "^2.6.1",
103
- "prettier": "^3.8.1",
102
+ "prettier": "^3.8.3",
104
103
  "prettier-plugin-jsdoc": "^1.8.0",
105
104
  "prettier-plugin-packagejson": "^3.0.2",
106
- "prettier-plugin-tailwindcss": "^0.7.2",
105
+ "prettier-plugin-tailwindcss": "^0.7.3",
107
106
  "pug": "^3.0.4",
108
107
  "tsc-alias": "^1.8.16",
109
- "typescript": "^6.0.2",
110
- "vite": "^8.0.5",
108
+ "typescript": "^6.0.3",
109
+ "vite": "^8.0.10",
111
110
  "vite-plugin-vue-devtools": "^8.1.1",
112
111
  "vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
113
- "vue-tsc": "^3.2.6"
112
+ "vue-tsc": "^3.2.7"
114
113
  },
115
114
  "devDependencies": {
116
- "@eslint/config-helpers": "^0.5.4"
115
+ "@eslint/config-helpers": "^0.5.5",
116
+ "@types/node": "^25.6.0"
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": ["node", "vite/client"]
17
+ "types": ["vite/client"]
18
18
  },
19
19
  "tsc-alias": { "resolveFullPaths": true },
20
20
  "vueCompilerOptions": { "plugins": ["@vue/language-plugin-pug"] }