@skaldapp/configs 1.2.69 → 1.2.70

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.
@@ -2,8 +2,7 @@ import unoCSS from "@unocss/vite";
2
2
  import vue from "@vitejs/plugin-vue";
3
3
  import { defineConfig } from "vite";
4
4
  import vueDevTools from "vite-plugin-vue-devtools";
5
- import tsconfigPaths from "vite-tsconfig-paths";
6
5
  const base = "./", define = {
7
6
  __APP_VERSION__: JSON.stringify(process.env["npm_package_version"]),
8
- }, plugins = [vue(), vueDevTools(), unoCSS(), tsconfigPaths()];
9
- export default defineConfig({ base, define, plugins });
7
+ }, plugins = [vue(), vueDevTools(), unoCSS()], tsconfigPaths = true, resolve = { tsconfigPaths };
8
+ export default defineConfig({ base, define, plugins, resolve });
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.69",
4
+ "version": "1.2.70",
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",
@@ -80,7 +80,7 @@
80
80
  "@unocss/transformer-directives": "^66.6.6",
81
81
  "@unocss/transformer-variant-group": "^66.6.6",
82
82
  "@unocss/vite": "^66.6.6",
83
- "@vitejs/plugin-vue": "^6.0.4",
83
+ "@vitejs/plugin-vue": "^6.0.5",
84
84
  "@vue/eslint-config-typescript": "^14.7.0",
85
85
  "@vue/language-plugin-pug": "^3.2.5",
86
86
  "@vue/tsconfig": "^0.9.0",
@@ -106,14 +106,13 @@
106
106
  "pug": "^3.0.3",
107
107
  "tsc-alias": "^1.8.16",
108
108
  "typescript": "^5.9.3",
109
- "vite": "^7.3.1",
110
- "vite-plugin-vue-devtools": "^8.0.7",
111
- "vite-tsconfig-paths": "^6.1.1",
109
+ "vite": "^8.0.0",
110
+ "vite-plugin-vue-devtools": "^8.1.0",
112
111
  "vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
113
112
  "vue-tsc": "^3.2.5"
114
113
  },
115
114
  "devDependencies": {
116
115
  "@eslint/config-helpers": "^0.5.3",
117
- "@types/node": "^25.4.0"
116
+ "@types/node": "^25.5.0"
118
117
  }
119
118
  }