Skip to content

Commit 731287a

Browse files
committed
chore: dependencies update
- update `@coreui/coreui` to `2.1.3` - update `rxjs` to `^6.3.3` - update `@angular-devkit/build-angular` to `~0.8.8` - update `@angular-devkit/build-ng-packagr` to `~0.8.8` - update `@angular/cli` to `^6.2.8` - update `@types/jasmine` to `~2.8.12` - update `@types/jasminewd2` to `~2.0.6` - update `@types/node` to `~10.12.10` - update `jasmine-core` to `~3.3.0` - update `karma-jasmine-html-reporter` to `^1.4.0` - update `ng-packagr` to `^3.0.6` - update `shelljs` to `^0.8.3` - update `ts-node` to `~6.2.0` - update `tsickle` to `^0.34.0` - update `typescript` to `~2.9.2`
1 parent 049e8e5 commit 731287a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -27,43 +27,43 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30+
"@angular/animations": "^6.1.10",
3031
"@angular/common": "^6.1.10",
31-
"@angular/core": "^6.1.10",
3232
"@angular/compiler": "^6.1.10",
33-
"@angular/animations": "^6.1.10",
33+
"@angular/core": "^6.1.10",
3434
"@angular/forms": "^6.1.10",
3535
"@angular/http": "^6.1.10",
3636
"@angular/platform-browser": "^6.1.10",
3737
"@angular/platform-browser-dynamic": "^6.1.10",
3838
"@angular/router": "^6.1.10",
3939
"core-js": "^2.5.7",
40-
"rxjs": "^6.2.1",
40+
"rxjs": "^6.3.3",
4141
"zone.js": "^0.8.26"
4242
},
4343
"devDependencies": {
44-
"@angular-devkit/build-angular": "~0.8.6",
45-
"@angular-devkit/build-ng-packagr": "~0.8.6",
46-
"@angular/cli": "^6.2.6",
44+
"@angular-devkit/build-angular": "~0.8.8",
45+
"@angular-devkit/build-ng-packagr": "~0.8.8",
46+
"@angular/cli": "^6.2.8",
4747
"@angular/compiler-cli": "^6.1.10",
4848
"@angular/language-service": "^6.1.10",
49-
"@types/jasmine": "~2.8.9",
50-
"@types/jasminewd2": "~2.0.5",
51-
"@types/node": "~10.12.0",
49+
"@types/jasmine": "~2.8.12",
50+
"@types/jasminewd2": "~2.0.6",
51+
"@types/node": "~10.12.10",
5252
"codelyzer": "~4.5.0",
53-
"jasmine-core": "~3.2.1",
53+
"jasmine-core": "~3.3.0",
5454
"jasmine-spec-reporter": "~4.2.1",
5555
"karma": "^3.1.1",
5656
"karma-chrome-launcher": "~2.2.0",
5757
"karma-coverage-istanbul-reporter": "~2.0.4",
5858
"karma-jasmine": "~1.1.2",
59-
"karma-jasmine-html-reporter": "^1.3.1",
60-
"ng-packagr": "^3.0.3",
59+
"karma-jasmine-html-reporter": "^1.4.0",
60+
"ng-packagr": "^3.0.6",
6161
"protractor": "~5.4.1",
62-
"shelljs": "^0.8.2",
63-
"ts-node": "~6.1.1",
64-
"tsickle": ">=0.33.0",
62+
"shelljs": "^0.8.3",
63+
"ts-node": "~6.2.0",
64+
"tsickle": "^0.34.0",
6565
"tslib": "^1.9.3",
6666
"tslint": "~5.11.0",
67-
"typescript": "~2.7.2"
67+
"typescript": "~2.9.2"
6868
}
6969
}

0 commit comments

Comments
 (0)