Skip to content

Commit

Permalink
Upgrade project to Angular CLI 8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pepebecker committed Sep 24, 2019
1 parent 0924466 commit 7053fd6
Show file tree
Hide file tree
Showing 10 changed files with 2,226 additions and 582 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatSdkWeb

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.2.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.5.

## Development server

Expand Down
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('workspace-project App', () => {

it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('Welcome to chat-sdk-web!');
expect(page.getTitleText()).toEqual('chat-sdk-web app is running!');
});

afterEach(async () => {
Expand Down
2 changes: 1 addition & 1 deletion e2e/src/app.po.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export class AppPage {
}

getTitleText() {
return element(by.css('app-root h1')).getText() as Promise<string>;
return element(by.css('app-root .content span')).getText() as Promise<string>;
}
}
2,170 changes: 1,648 additions & 522 deletions package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/animations": "~8.2.7",
"@angular/common": "~8.2.7",
"@angular/compiler": "~8.2.7",
"@angular/core": "~8.2.7",
"@angular/fire": "^5.2.1",
"@angular/forms": "~8.2.0",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"@angular/upgrade": "~8.2.0",
"angular": "^1.7.8",
"@angular/forms": "~8.2.7",
"@angular/platform-browser-dynamic": "~8.2.7",
"@angular/platform-browser": "~8.2.7",
"@angular/router": "~8.2.7",
"@angular/upgrade": "~8.2.7",
"angular-emoji-filter-hd": "latest",
"angular-sanitize": "^1.7.8",
"angular": "^1.7.8",
"file-saver": "latest",
"firebase": ">= 5.5.7 <7",
"howler": "latest",
Expand All @@ -35,32 +35,32 @@
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular/cli": "~8.2.2",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
"@angular-devkit/build-angular": "~0.803.5",
"@angular/cli": "~8.3.5",
"@angular/compiler-cli": "~8.2.7",
"@angular/language-service": "~8.2.7",
"@types/angular": "^1.6.56",
"@types/file-saver": "^2.0.1",
"@types/howler": "latest",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"@types/file-saver": "^2.0.1",
"@types/howler": "latest",
"codelyzer": "^5.0.0",
"firebase-tools": "^6.10.0",
"fuzzy": "^0.1.3",
"inquirer-autocomplete-prompt": "^1.0.1",
"inquirer": "^6.2.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-jasmine": "~2.0.1",
"karma": "~4.1.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
"firebase-tools": "^6.10.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1"
"typescript": "~3.5.3"
}
}
Loading

0 comments on commit 7053fd6

Please sign in to comment.