Skip to content

Commit

Permalink
update deps, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 6, 2025
1 parent d8fc085 commit 30427ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
runs-on: ubuntu-latest
env:
LEMONSQUEEZY_API_KEY: ${{ secrets.LEMONSQUEEZY_API_KEY }}
GH_API_KEY: ${{ secrets.GH_API_KEY }}
if: |
github.event_name == 'workflow_dispatch' ||
github.event_name == 'workflow_call' ||
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"publish:beta": "bun run build && cd packages/daisyui && bun publish --tag=beta"
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.10",
"@tailwindcss/vite": "^4.0.10",
"@tailwindcss/cli": "^4.0.11",
"@tailwindcss/vite": "^4.0.11",
"commit-and-tag-version": "12.5.0",
"culori": "4.0.1",
"lightningcss": "1.29.1",
"lightningcss": "1.29.2",
"postcss": "8.5.3",
"postcss-js": "4.0.1",
"postcss-selector-parser": "7.1.0",
"prettier": "3.5.3",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwindcss": "^4.0.10"
"tailwindcss": "^4.0.11"
}
}
2 changes: 1 addition & 1 deletion packages/docs/src/lib/data/store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ productCustomAttributes:
badge:
class: badge-info
icon: wait
text: daisyUI 5.0 update coming soon
text: Updated to daisyUI 5.0
- id: 185227
media:
- type: image
Expand Down

0 comments on commit 30427ea

Please sign in to comment.