Skip to content

Commit

Permalink
feat(vite): update analogjs vitest angular in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Dec 10, 2024
1 parent 3c942d6 commit 7f95785
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/angular/src/utils/backward-compatible-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ export type PackageVersionNames =

export type VersionMap = {
angularV17: Record<
Exclude<
CompatPackageVersionNames,
'typescriptEslintVersion'
>,
Exclude<CompatPackageVersionNames, 'typescriptEslintVersion'>,
string
>;
angularV18: Record<CompatPackageVersionNames, string>;
Expand Down

0 comments on commit 7f95785

Please sign in to comment.