Skip to content

Commit

Permalink
feat(angular): bump analogjs package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Nov 19, 2024
1 parent 4193573 commit 2a9f15b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,19 @@
"alwaysAddToPackageJson": false
}
}
},
"20.2.0-analog": {
"version": "20.2.0-beta.3",
"packages": {
"@analogjs/vitest-angular": {
"version": "~1.9.4",
"alwaysAddToPackageJson": false
},
"@analogjs/vite-plugin-angular": {
"version": "~1.9.4",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export const tsNodeVersion = '10.9.1';
export const jestPresetAngularVersion = '~14.1.0';
export const typesNodeVersion = '18.16.9';
export const jasmineMarblesVersion = '^0.9.2';
export const analogVitestAngular = '~1.9.1';
export const analogVitestAngular = '~1.9.4';

export const jsoncEslintParserVersion = '^2.1.0';

0 comments on commit 2a9f15b

Please sign in to comment.