mirror of
https://github.com/tiennm99/v0-exchange-rate-export.git
synced 2026-08-03 13:14:02 +00:00
main
* build(deps): remove unused frameworks and clear all advisories The v0 scaffold declared @remix-run/react, @sveltejs/kit, svelte, vue and vue-router, none of which are imported anywhere in the app. Removing them drops react-router, react-router-dom, turbo-stream, cookie, vite and their trees, clearing 13 advisories outright. Replace xlsx with write-excel-file. The npm release of xlsx is abandoned at 0.18.5, so its prototype pollution and ReDoS advisories have no registry fix, and SheetJS only ships newer builds from its own CDN as a tarball with no integrity hash, which pnpm rejects. write-excel-file is maintained, carries no advisories, and pulls in only fflate. The export writes the same eight columns in the same order to a sheet named "Exchange Rates", with every value still written as a string. It also cuts the route's first-load JS from 264 kB to 163 kB. Add pnpm overrides forcing the lowest release that closes every advisory affecting the previously resolved version of each remaining transitive dep. postcss is pinned exactly because pnpm's minimumReleaseAge policy rejects releases younger than 24h during CI installs. * ci: add typecheck and build workflow The repository had no workflows. Type errors are skipped during builds via next.config.mjs, so check them here where a regression fails the run. Installs use --frozen-lockfile so dependency overrides cannot silently stop applying.
exchange-rate-export
Automatically synced with your v0.dev deployments
Overview
This repository will stay in sync with your deployed chats on v0.dev. Any changes you make to your deployed app will be automatically pushed to this repository from v0.dev.
Deployment
Your project is live at:
https://vercel.com/miti99/v0-exchange-rate-export
Build your app
Continue building your app on:
https://v0.dev/chat/projects/L8YX00K6aIO
How It Works
- Create and modify your project using v0.dev
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository
Languages
TypeScript
97.2%
CSS
2.6%
JavaScript
0.2%