Commit af11099
committed
fix: pin tailwindcss v3 in rag-ui and update npm lockfile
rag-playground uses @nuxt/ui v3 with tailwindcss v4, which pnpm
hoists to the workspace shared modules. rag-ui uses @nuxt/ui v2 which
depends on @nuxtjs/tailwindcss that requires tailwindcss v3 APIs.
Pinning tailwindcss ^3.4.0 as a direct devDep in rag-ui ensures pnpm
resolves v3 for that package instead of the hoisted v4.
Also updates rag-ui/package-lock.json (npm) to include vue-tsc and
the pinned tailwindcss, fixing the Docker frontend build npm ci failure.
Made-with: Cursor1 parent c87faeb commit af11099
3 files changed
Lines changed: 164 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments