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 9, 2024
1 parent e5112b3 commit a479740
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 a479740

Please sign in to comment.