Skip to content

Commit 61117e4

Browse files
authored
fix: correct Angular 11.0.x versions (#23)
1 parent ea0b265 commit 61117e4

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

dist/index.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/angular-versions.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,15 @@ export const versions = new Map<string, PackageJsonVersion>([
438438
'11.0.x',
439439
{
440440
dependencies: {
441-
'@angular/animations': '~11.1.0',
442-
'@angular/common': '~11.1.0',
443-
'@angular/compiler': '~11.1.0',
444-
'@angular/core': '~11.1.0',
445-
'@angular/elements': '~11.1.0',
446-
'@angular/forms': '~11.1.0',
447-
'@angular/platform-browser': '~11.1.0',
448-
'@angular/platform-browser-dynamic': '~11.1.0',
449-
'@angular/router': '~11.1.0',
441+
'@angular/animations': '~11.0.0',
442+
'@angular/common': '~11.0.0',
443+
'@angular/compiler': '~11.0.0',
444+
'@angular/core': '~11.0.0',
445+
'@angular/elements': '~11.0.0',
446+
'@angular/forms': '~11.0.0',
447+
'@angular/platform-browser': '~11.0.0',
448+
'@angular/platform-browser-dynamic': '~11.0.0',
449+
'@angular/router': '~11.0.0',
450450
rxjs: '~6.6.0',
451451
tslib: '^2.0.0',
452452
'zone.js': '~0.10.2'
@@ -455,8 +455,8 @@ export const versions = new Map<string, PackageJsonVersion>([
455455
'@angular-devkit/build-angular': '~0.1100.0',
456456
'@angular-devkit/build-ng-packagr': '~0.1002.2',
457457
'@angular-devkit/schematics-cli': '~0.1100.0',
458-
'@angular/cli': '~11.1.0',
459-
'@angular/compiler-cli': '~11.1.0',
458+
'@angular/cli': '~11.0.0',
459+
'@angular/compiler-cli': '~11.0.0',
460460
'@types/node': '^12.11.1',
461461
codelyzer: '^6.0.0',
462462
'ng-packagr': '^11.0.0',

0 commit comments

Comments
 (0)