Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

chore: update dependencies #6

Merged
merged 1 commit into from
Feb 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

sudo: required
language: node_js
before_install: # if "install" is overridden
Expand All @@ -9,8 +8,8 @@ cache:
notifications:
email: false
node_js:
- '10'
- '8'
- "10"
- "8"
before_script:
- yarn global add @angular/cli
script:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"rxjs": "^6.4.0",
"travis-deploy-once": "^5.0.9",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/build-ng-packagr": "^0.10.2",
"@angular-devkit/build-angular": "^0.13.3",
"@angular-devkit/build-ng-packagr": "^0.13.3",
"@angular/cli": "^7.0.2",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
Expand Down Expand Up @@ -58,8 +58,8 @@
"ts-node": "~7.0.0",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "^3.1.3"
"tslint": "^5.13.0",
"typescript": "~3.2.0"
},
"release": {
"pkgRoot": "dist/core"
Expand Down
Loading