Skip to content

Commit af11099

Browse files
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: Cursor
1 parent c87faeb commit af11099

3 files changed

Lines changed: 164 additions & 46 deletions

File tree

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rag-ui/package-lock.json

Lines changed: 160 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rag-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@nuxt/devtools": "latest",
2222
"@types/node": "^20.10.0",
2323
"nuxt": "^3.9.0",
24+
"tailwindcss": "^3.4.0",
2425
"typescript": "^5.3.0",
2526
"vue-tsc": "^2.0.0"
2627
}

0 commit comments

Comments
 (0)