@skaldapp/configs 1.2.85 → 1.2.86

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 (1) hide show
  1. 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": "@skaldapp/configs",
4
- "version": "1.2.85",
4
+ "version": "1.2.86",
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,6 +67,7 @@
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",
70
71
  "@unocss/eslint-config": "^66.6.7",
71
72
  "@unocss/extractor-arbitrary-variants": "^66.6.7",
72
73
  "@unocss/extractor-pug": "^66.6.7",
@@ -112,7 +113,6 @@
112
113
  "vue-tsc": "^3.2.6"
113
114
  },
114
115
  "devDependencies": {
115
- "@eslint/config-helpers": "^0.5.4",
116
- "@types/node": "^25.5.2"
116
+ "@eslint/config-helpers": "^0.5.4"
117
117
  }
118
118
  }