Cybersecurity-Projects/PROJECTS/intermediate/api-security-scanner/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 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
.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
.prettierignore Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
.prettierrc.json Phase 1.1: Organize PROJECTS by difficulty level 2026-01-29 02:41:15 -05:00
.stylelintrc.json issue 77 2026-02-18 18:53:15 -05:00
biome.json issue 77 2026-02-18 18:53:15 -05:00
eslint.config.js issue 77 2026-02-18 18:53:15 -05:00
index.html add and create all learn/ folders for intermediate projects 2026-02-01 03:33:40 -05:00
package.json chore(deps): bump axios 2026-04-15 23:58:24 +00:00
pnpm-lock.yaml chore(deps): bump axios 2026-04-15 23:58:24 +00: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 issue 77 2026-02-18 18:53:15 -05:00