daisyui 3.7.4 → 3.7.5

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 +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "3.7.4",
3
+ "version": "3.7.5",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -83,9 +83,6 @@
83
83
  "dev": "cd src/docs && npm run dev",
84
84
  "add": "touch src/components/unstyled/$npm_config_name.css && touch src/components/styled/$npm_config_name.css",
85
85
  "postadd": "open src/components/unstyled/$npm_config_name.css && open src/components/styled/$npm_config_name.css",
86
- "test": "vitest",
87
- "test:ui": "vitest --ui",
88
- "test:run": "vitest run",
89
86
  "playground": "cd src/experiments/playground && npm run dev",
90
87
  "release": "rm -f package-lock.json && standard-version",
91
88
  "release:patch": "rm -f package-lock.json && standard-version --release-as patch",
@@ -100,8 +97,7 @@
100
97
  "prettier": "^3.0.3",
101
98
  "prettier-plugin-svelte": "^3.0.3",
102
99
  "rtlcss": "4.1.0",
103
- "standard-version": "^9.5.0",
104
- "vitest": "^0.34.3"
100
+ "standard-version": "^9.5.0"
105
101
  },
106
102
  "dependencies": {
107
103
  "colord": "^2.9",