Skip to content

Commit afca11d

Browse files
aegilopsCopilot
andauthored
Update src/test-branch-search.ts
Co-authored-by: Copilot <[email protected]>
1 parent 9364ebc commit afca11d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test-branch-search.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ async function main() {
1919
{ name: 'chalk', version: '5.6.1', purl: 'pkg:npm/[email protected]' },
2020
{ name: 'react', version: '18.2.0', purl: 'pkg:npm/[email protected]' }
2121
];
22-
const featurePackages = [
23-
{ name: 'react', version: '18.3.0-beta', purl: 'pkg:npm/[email protected]' },
24-
{ name: 'lodash', version: '4.17.21', purl: 'pkg:npm/[email protected]' }
25-
];
2622
const diffChanges = [
2723
{ changeType: 'added', name: 'lodash', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', newVersion: '4.17.21' },
2824
{ changeType: 'updated', name: 'react', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', previousVersion: '18.2.0', newVersion: '18.3.0-beta' }

0 commit comments

Comments
 (0)