vue3-tailwind-components 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-tailwind-components",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "A library of Vue 3 components that use Tailwind",
5
5
  "keywords": [
6
6
  "vue3",
@@ -45,6 +45,6 @@
45
45
  "autoprefixer": "^10.4.13",
46
46
  "postcss": "^8.4.20",
47
47
  "tailwindcss": "^3.2.4",
48
- "vite": "^4.0.0"
48
+ "vite": "^5.2.11"
49
49
  }
50
50
  }