Cybersecurity-Projects/PROJECTS/advanced/bug-bounty-platform/frontend
CarterPerez-dev 5863be7dac fix: pin pnpm to v10 in CI and add .npmrc to all frontend projects
pnpm latest on Node 22 resolves to pnpm 11 which rejects lockfileVersion
9.0 lockfiles with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. Pinning to pnpm 10
keeps compatibility with existing lockfiles. .npmrc sets
strict-dep-builds=false so build-script warnings don't hard-fail the
frozen install.
2026-05-08 05:46:38 -04:00
..
public/assets Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
src issue 77 2026-02-18 18:53:15 -05:00
.dockerignore Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
.gitignore Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
.npmrc fix: pin pnpm to v10 in CI and add .npmrc to all frontend projects 2026-05-08 05:46:38 -04:00
.stylelintignore Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
biome.json issue 77 2026-02-18 18:53:15 -05:00
index.html Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
package.json chore(deps): bump axios 2026-04-10 22:06:20 +00:00
pnpm-lock.yaml chore(deps): bump axios 2026-04-10 22:06:20 +00:00
stylelint.config.js Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
tsconfig.app.json Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
tsconfig.json Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
tsconfig.node.json Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
vite.config.ts Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00