mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
Revert "release: v12.0.0-next.5"
This reverts commit ec36583f35bf450fe6a553addfb91d4964582a5c. CI is failing due to recent changes to update e2e tests.
This commit is contained in:
parent
ec36583f35
commit
4a4ac66623
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@angular/devkit-repo",
|
"name": "@angular/devkit-repo",
|
||||||
"version": "12.0.0-next.5",
|
"version": "12.0.0-next.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Software Development Kit for Angular",
|
"description": "Software Development Kit for Angular",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
export const latestVersions = {
|
export const latestVersions = {
|
||||||
// These versions should be kept up to date with latest Angular peer dependencies.
|
// These versions should be kept up to date with latest Angular peer dependencies.
|
||||||
Angular: '~12.0.0-next.5',
|
Angular: '~12.0.0-next.4',
|
||||||
RxJs: '~6.6.0',
|
RxJs: '~6.6.0',
|
||||||
ZoneJs: '~0.11.4',
|
ZoneJs: '~0.11.4',
|
||||||
TypeScript: '~4.2.3',
|
TypeScript: '~4.2.3',
|
||||||
@ -18,7 +18,7 @@ export const latestVersions = {
|
|||||||
// For our e2e tests, these versions must match the latest tag present on the branch.
|
// For our e2e tests, these versions must match the latest tag present on the branch.
|
||||||
// During RC periods they will not match the latest RC until there's a new git tag, and
|
// During RC periods they will not match the latest RC until there's a new git tag, and
|
||||||
// should not be updated.
|
// should not be updated.
|
||||||
DevkitBuildAngular: '~0.1200.0-next.5',
|
DevkitBuildAngular: '~0.1200.0-next.3',
|
||||||
|
|
||||||
ngPackagr: '^12.0.0-next.0',
|
ngPackagr: '^12.0.0-next.0',
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user