vueless 0.0.763 → 0.0.764

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.763",
3
+ "version": "0.0.764",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -51,7 +51,6 @@
51
51
  "lodash-es": "^4.17.21",
52
52
  "svgo": "^3.3.2",
53
53
  "tailwind-merge": "^2.5.4",
54
- "tailwindcss": "^3.4.14",
55
54
  "tippy.js": "^6.3.7",
56
55
  "unplugin-vue-components": "^0.27.4",
57
56
  "vuedraggable": "^4.1.0"
@@ -81,8 +80,9 @@
81
80
  "postcss": "^8.4.38",
82
81
  "prettier": "^3.3.3",
83
82
  "release-it": "^17.2.1",
83
+ "tailwindcss": "^3.4.17",
84
84
  "typescript": "^5.6.3",
85
- "vite": "^6.1.0",
85
+ "vite": "6.0.9",
86
86
  "vite-plugin-compression": "^0.5.1",
87
87
  "vue": "^3.5.4",
88
88
  "vue-i18n": "^10.0.4",
@@ -126,7 +126,7 @@ export function vuelessPreset() {
126
126
  theme: merge({}, globalSettings.tailwindTheme || {}, vuelessTailwindConfig.theme),
127
127
  darkMode: vuelessTailwindConfig.darkMode,
128
128
  content: vuelessTailwindConfig.content,
129
- plugins: [forms],
129
+ plugins: [forms({ strategy: "base" })],
130
130
  safelist,
131
131
  };
132
132
  }