Pin some docs app components#6501
Conversation
Greptile SummaryThis PR pins specific npm package versions for the docs app to improve build reproducibility. A new
Confidence Score: 4/5Safe to merge — the changes are dependency version pins and a new lock file with no functional logic changes. All Python changes are straightforward version-string additions to import declarations. The main concern is four packages in docs/app/reflex.lock/package.json — four packages use caret range specifiers instead of exact versions, which is inconsistent with the rest of the file. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["docs/app/rxconfig.py (pinned)"] --> B[Reflex Build]
C["package.json (exact versions)"] --> D[Bun Install]
E["bun.lock (resolved hashes)"] --> D
D --> B
B --> F[Reproducible Frontend Bundle]
G["twmerge.py (clsx-for-tailwind@1.0.0)"] --> B
H["marketing_button.py (clsx-for-tailwind@1.0.0)"] --> B
Reviews (1): Last reviewed commit: "codespell skip" | Re-trigger Greptile |
Merging this PR will not alter performance
Comparing Footnotes
|
No description provided.