daisyui 3.1.10 → 3.2.0

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": "daisyui",
3
- "version": "3.1.10",
3
+ "version": "3.2.0",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "prettier": "./src/prettier.config.js",
58
58
  "scripts": {
59
- "init": "npm install && npm run build && cd src/docs && npm run get-files && npm install --legacy-peer-deps && cd src/experiments/playground && npm install",
59
+ "init": "npm install && npm run build && cd src/docs && npm run get-files && npm install && cd src/experiments/playground && npm install",
60
60
  "prettier": "prettier --write . --ignore-path ./src/.prettierignore",
61
61
  "prebase": "postcss --config src/base src/base/*.css --base src --dir dist",
62
62
  "base": "cat dist/base/*.css > dist/base.css",
@@ -91,25 +91,23 @@
91
91
  "release:major": "rm -f package-lock.json && standard-version --release-as major"
92
92
  },
93
93
  "devDependencies": {
94
- "@vitest/ui": "^0.31.1",
95
94
  "autoprefixer": "^10",
96
- "c8": "^7.14.0",
97
95
  "postcss-cli": "10.1.0",
98
96
  "postcss-import": "15.1.0",
99
97
  "prejss-cli": "0.3.3",
100
- "prettier": "^2.8.8",
101
- "prettier-plugin-svelte": "^2.10.1",
102
- "rtlcss": "4.1.0",
103
- "standard-version": "^9.5.0",
104
- "vitest": "^0.31.1"
98
+ "rtlcss": "4.1.0"
105
99
  },
106
100
  "dependencies": {
107
101
  "colord": "^2.9",
108
102
  "css-selector-tokenizer": "^0.8",
103
+ "postcss": "^8",
109
104
  "postcss-js": "^4",
110
105
  "tailwindcss": "^3"
111
106
  },
112
- "peerDependencies": {
113
- "postcss": "^8"
107
+ "optionalDependencies": {
108
+ "prettier": "^2.8.8",
109
+ "prettier-plugin-svelte": "^2.10.1",
110
+ "standard-version": "^9.5.0",
111
+ "vitest": "^0.31.1"
114
112
  }
115
113
  }