Skip to content
Open
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
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react": "~19.1.0",
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5",
"tailwindcss": "^4.1.9",
"tailwindcss": "^4.1.18",
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.1.18",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agent/tailwind-config still declares peerDependencies.tailwindcss as ^3.4.0 while this PR bumps the repo’s Tailwind to ^4.1.18, which will likely create a peer mismatch for consumers (e.g. apps/expo) and may lead to multiple Tailwind versions being installed. Consider aligning the peer range with the Tailwind major you intend to support.

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

"typescript": "^5.9.0"
}
}
Loading
Loading