Skip to content

Commit

Permalink
chore: update angular (#1449)
Browse files Browse the repository at this point in the history
Limitation:
For the time being Nebular doesn't have ES2015 bundle and therefore can't be used in packages with target ES2015 (this target set in tsconfig by default in Angular 8). You have to manually change target es5.

BREAKING CHANGE:
Angular 8+ now required
  • Loading branch information
yggg committed Jun 6, 2019
1 parent c0d27ad commit 9b5d221
Show file tree
Hide file tree
Showing 18 changed files with 6,605 additions and 6,657 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
addons:
chrome: stable
node_js:
- '8'
- '10'


env:
Expand Down
7,465 changes: 3,575 additions & 3,890 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,14 @@
"nebular"
],
"dependencies": {
"@angular/animations": "7.0.0",
"@angular/common": "7.0.0",
"@angular/compiler": "7.0.0",
"@angular/core": "7.0.0",
"@angular/forms": "7.0.0",
"@angular/http": "7.0.0",
"@angular/platform-browser": "7.0.0",
"@angular/platform-browser-dynamic": "7.0.0",
"@angular/router": "7.0.0",
"@angular/animations": "8.0.0-rc.2",
"@angular/common": "8.0.0-rc.2",
"@angular/compiler": "8.0.0-rc.2",
"@angular/core": "8.0.0-rc.2",
"@angular/forms": "8.0.0-rc.2",
"@angular/platform-browser": "8.0.0-rc.2",
"@angular/platform-browser-dynamic": "8.0.0-rc.2",
"@angular/router": "8.0.0-rc.2",
"bootstrap": "4.0.0",
"colors.js": "1.2.4",
"core-js": "2.5.7",
Expand All @@ -111,19 +110,20 @@
"moment": "^2.22.2",
"nebular-icons": "1.1.0",
"normalize.css": "8.0.0",
"rxjs": "6.3.0",
"rxjs": "6.5.1",
"socicon": "3.0.5",
"zone.js": "^0.8.26"
"tslib": "^1.9.0",
"zone.js": "~0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.10.2",
"@angular-devkit/core": "7.0.2",
"@angular-devkit/schematics": "7.0.2",
"@angular/cdk": "7.2.1",
"@angular/cli": "7.0.2",
"@angular/compiler-cli": "7.0.0",
"@angular/language-service": "7.0.0",
"@schematics/angular": "^7.0.2",
"@angular-devkit/build-angular": "~0.800.0-rc.2",
"@angular-devkit/core": "8.0.0-rc.2",
"@angular-devkit/schematics": "8.0.0-rc.2",
"@angular/cdk": "8.0.0-rc.0",
"@angular/cli": "8.0.0-rc.2",
"@angular/compiler-cli": "8.0.0-rc.2",
"@angular/language-service": "8.0.0-rc.2",
"@schematics/angular": "^8.0.0-rc.2",
"@types/gulp": "3.8.36",
"@types/highlight.js": "9.12.2",
"@types/jasmine": "2.8.3",
Expand All @@ -133,7 +133,7 @@
"angular-cli-ghpages": "0.5.0",
"browserstack-local": "^1.3.7",
"chokidar": "^2.0.4",
"codelyzer": "4.5.0",
"codelyzer": "^5.0.1",
"conventional-changelog-cli": "1.3.4",
"del": "3.0.0",
"doc-prsr": "2.2.0",
Expand Down Expand Up @@ -167,13 +167,13 @@
"rollup-plugin-node-resolve": "3.0.0",
"stylelint": "7.13.0",
"through2": "^2.0.3",
"ts-node": "3.2.2",
"ts-node": "8.1.0",
"tslint": "5.8.0",
"tslint-language-service": "0.9.9",
"typedoc": "^0.12.0",
"typescript": "3.1.3",
"uglify-es": "3.2.2",
"uglifyjs-webpack-plugin": "1.1.5"
"typescript": "3.4.5",
"uglify-es": "3.3.9",
"uglifyjs-webpack-plugin": "2.1.2"
},
"schematics": "./schematics/dist/collection.json"
}
}
Loading

0 comments on commit 9b5d221

Please sign in to comment.