Skip to content

Commit

Permalink
feat(@schematics/angular): update several workspace dependencies
Browse files Browse the repository at this point in the history
With this change we update ng-packagr, jasmine-core and tslint.
  • Loading branch information
alan-agius4 authored and alexeagle committed Apr 15, 2019
1 parent da628bd commit 58fb593
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/schematics/angular/library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function addDependenciesToPackageJson() {
{
type: NodeDependencyType.Dev,
name: 'ng-packagr',
version: '^5.0.0',
version: '^5.1.0',
},
{
type: NodeDependencyType.Default,
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/library/index_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('Library Schematic', () => {
const tree = await schematicRunner.runSchematicAsync('library', defaultOptions, workspaceTree).toPromise();

const packageJson = getJsonFileContent(tree, 'package.json');
expect(packageJson.devDependencies['ng-packagr']).toEqual('^5.0.0');
expect(packageJson.devDependencies['ng-packagr']).toEqual('^5.1.0');
expect(packageJson.devDependencies['@angular-devkit/build-ng-packagr'])
.toEqual(latestVersions.DevkitBuildNgPackagr);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.3.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.1",
"karma-chrome-launcher": "~2.2.0",
Expand All @@ -40,7 +40,7 @@
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",<% } %>
"ts-node": "~7.0.0",
"tslint": "~5.13.1",
"tslint": "~5.15.0",
"typescript": "<%= latestVersions.TypeScript %>"
}
}

0 comments on commit 58fb593

Please sign in to comment.