vue3-tailwind-components 0.3.3 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-tailwind-components",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "A library of Vue 3 components that use Tailwind",
5
5
  "keywords": [
6
6
  "vue3",
@@ -34,17 +34,18 @@
34
34
  "@fortawesome/vue-fontawesome": "^3.0.2",
35
35
  "@vueuse/core": "^10.2.0",
36
36
  "click-outside-vue3": "^4.0.1",
37
+ "esbuild": "^0.21.4",
37
38
  "tailwindcss": "^3.2.4",
38
39
  "tailwindcss-animate": "^1.0.7",
39
40
  "vue": "^3.2.45"
40
41
  },
41
42
  "devDependencies": {
42
- "lodash": "^4.17.21",
43
43
  "@faker-js/faker": "^7.6.0",
44
44
  "@vitejs/plugin-vue": "^4.0.0",
45
45
  "autoprefixer": "^10.4.13",
46
+ "lodash": "^4.17.21",
46
47
  "postcss": "^8.4.20",
47
48
  "tailwindcss": "^3.2.4",
48
- "vite": "^5.2.11"
49
+ "vite": "^4.5.3"
49
50
  }
50
51
  }