Skip to content

Commit 1767aea

Browse files
authored
updated ws to version 7 (#278)
1 parent b7829b4 commit 1767aea

2 files changed

Lines changed: 22 additions & 19 deletions

File tree

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "6.1.10",
21-
"@angular/common": "6.1.10",
22-
"@angular/compiler": "6.1.10",
23-
"@angular/core": "6.1.10",
24-
"@angular/forms": "6.1.10",
25-
"@angular/http": "6.1.10",
26-
"@angular/platform-browser": "6.1.10",
27-
"@angular/platform-browser-dynamic": "6.1.10",
28-
"@angular/router": "6.1.10",
20+
"@angular/animations": "7.0.0",
21+
"@angular/common": "7.0.0",
22+
"@angular/compiler": "7.0.0",
23+
"@angular/core": "7.0.0",
24+
"@angular/forms": "7.0.0",
25+
"@angular/http": "7.0.0",
26+
"@angular/platform-browser": "7.0.0",
27+
"@angular/platform-browser-dynamic": "7.0.0",
28+
"@angular/router": "7.0.0",
2929
"core-js": "2.6.11",
30-
"rxjs": "6.5.4",
30+
"rxjs": "6.5.5",
3131
"zone.js": "0.8.29"
3232
},
3333
"devDependencies": {
34-
"@angular-devkit/build-angular": "0.6.8",
35-
"@angular-devkit/build-ng-packagr": "0.6.8",
36-
"@angular/cli": "6.0.8",
37-
"@angular/compiler-cli": "6.1.10",
38-
"@angular/language-service": "6.1.10",
34+
"@angular-devkit/build-angular": "0.13.10",
35+
"@angular-devkit/build-ng-packagr": "0.13.10",
36+
"@angular/cli": "7.3.10",
37+
"@angular/compiler-cli": "7.2.15",
38+
"@angular/language-service": "7.0.0",
3939
"@types/jasmine": "2.8.16",
4040
"@types/jasminewd2": "2.0.8",
41-
"@types/node": "8.9.5",
41+
"@types/node": "^8.9.5",
4242
"bundlewatch": "0.2.6",
4343
"cloudinary-core": "2.8.2",
4444
"codelyzer": "4.2.1",
@@ -50,12 +50,12 @@
5050
"karma-firefox-launcher": "1.3.0",
5151
"karma-jasmine": "1.1.2",
5252
"karma-jasmine-html-reporter": "0.2.2",
53-
"ng-packagr": "3.0.6",
53+
"ng-packagr": "5.6.0",
5454
"protractor": "5.3.2",
5555
"ts-node": "5.0.1",
56-
"tsickle": "0.32.1",
56+
"tsickle": "0.34.0",
5757
"tslib": "1.10.0",
5858
"tslint": "5.9.1",
59-
"typescript": "2.9.2"
59+
"typescript": "3.1.2"
6060
}
6161
}

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compileOnSave": false,
33
"compilerOptions": {
4+
"esModuleInterop": true,
5+
"resolveJsonModule": true,
6+
"allowSyntheticDefaultImports": true,
47
"baseUrl": "./",
58
"outDir": "./dist/out-tsc",
69
"sourceMap": true,

0 commit comments

Comments
 (0)