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 packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.18",
"@tailwindcss/vite": "4.3.0",
"@types/mapbox-gl": "^3.4.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@storybook/react": "10.3.5",
"@storybook/react-vite": "10.2.10",
"@storybook/test": "^8.6.15",
"@tailwindcss/vite": "4.1.18",
"@tailwindcss/vite": "4.3.0",
"agentation": "^2.3.3",
"dialkit": "^1.1.0",
"msw": "^2.12.10",
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tw-animate-css": "1.3.8"
},
"devDependencies": {
"@tailwindcss/vite": "4.1.18",
"@tailwindcss/vite": "4.3.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update FORJAMIE for Tailwind tooling bump

This bumps @tailwindcss/vite for the web build surface, which is a tooling/config change. The root AGENTS.md hard rule says any commit that changes behavior, config, or tooling must update FORJAMIE.md in the same changeset and add a Recent Changes entry; this commit only changes package manifests and the lockfile, so the project memory is now missing the Tailwind/Vite tooling update developers are expected to rely on.

Useful? React with 👍 / 👎.

"@vitejs/plugin-react": "5.1.3",
"tailwindcss": "4.1.18",
"tsx": "^4.7.0",
Expand Down
Loading
Loading