From e0d92b3e1b9302337d7875929d02b879d57c6b4d Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Fri, 17 Jul 2026 13:12:41 -0300 Subject: [PATCH] chore: finish CPA polish leftovers after rebrand merge Align Danger package-lock naming and test fixture URLs with the Python catalog after the identity/UI/docs stack landed on main. Co-authored-by: Cursor --- src/lib/__tests__/schemas.test.ts | 4 ++-- tools/danger/package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/__tests__/schemas.test.ts b/src/lib/__tests__/schemas.test.ts index aad50a9..020c7bd 100644 --- a/src/lib/__tests__/schemas.test.ts +++ b/src/lib/__tests__/schemas.test.ts @@ -85,7 +85,7 @@ describe('templatesDataSchema', () => { { name: 'FastAPI Starter', description: 'A fast React boilerplate.', - url: 'https://github.com/example/react-vite', + url: 'https://github.com/example/fastapi-starter', type: 'react', category: 'frontend-applications', labels: ['React'], @@ -96,7 +96,7 @@ describe('templatesDataSchema', () => { { name: 'Tailwind CSS', description: 'Add Tailwind CSS.', - url: 'https://github.com/example/tailwind', + url: 'https://github.com/example/python-docker', type: 'react', category: 'UI', labels: ['CSS'], diff --git a/tools/danger/package-lock.json b/tools/danger/package-lock.json index 20e65a1..b985058 100644 --- a/tools/danger/package-lock.json +++ b/tools/danger/package-lock.json @@ -1,11 +1,11 @@ { - "name": "create-node-app", + "name": "create-python-app-website", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "create-node-app", + "name": "create-python-app-website", "version": "1.0.0", "license": "MIT", "dependencies": {