Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update composer scripts and tailwind dependencies #1243

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ package-lock.json

# Ignore generated public directory from `winter:mirror public`
public
.env.backup
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
},
"scripts": {
"post-create-project-cmd": [
"@php artisan winter:install",
"@php artisan winter:env",
"@php artisan winter:mirror public --relative"
"@php artisan key:generate"
],
"post-update-cmd": [
"@php artisan winter:version",
Expand Down
6 changes: 3 additions & 3 deletions modules/cms/console/scaffold/theme/tailwind/package.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"postcss": "~8.4.x",
"postcss-import": "~14.1.x",
"tailwindcss": "~3.0.x"
"postcss": "^8.x",
"postcss-import": "^15.x",
"tailwindcss": "^3.x"
},
"dependencies": {
}
Expand Down