Skip to content

Commit

Permalink
feat: upgrade to Angular 8 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jun 7, 2019
1 parent 075c91d commit b5334c2
Show file tree
Hide file tree
Showing 92 changed files with 1,622 additions and 1,533 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mosaic",
"version": "1.0.0-beta.7",
"version": "8.0.0-beta.0",
"description": "Components for Angular",
"homepage": "https://github.com/positive-js/mosaic",
"bugs": "https://github.com/positive-js/mosaic/issues",
Expand All @@ -13,39 +13,38 @@
"node": ">= 8",
"npm": ">=5"
},
"requiredAngularVersion": ">=7.0.0",
"requiredAngularVersion": ">=8.0.0",
"dependencies": {
"@angular/animations": "^7.2.1",
"@angular/common": "^7.2.1",
"@angular/compiler": "^7.2.1",
"@angular/core": "^7.2.1",
"@angular/elements": "^7.2.1",
"@angular/forms": "^7.2.1",
"@angular/platform-browser": "^7.2.1",
"@angular/animations": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/elements": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@ptsecurity/mosaic-icons": "2.7.2",
"@webcomponents/custom-elements": "^1.2.1",
"core-js": "^2.6.0",
"rxjs": "^6.3.3",
"rxjs": "^6.4.0",
"systemjs": "0.19.43",
"tsickle": "0.34.0",
"tsickle": "^0.35.0",
"tslib": "^1.9.3",
"zone.js": "^0.8.29"
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/core": "^7.1.3",
"@angular-devkit/schematics": "^7.1.3",
"@angular/compiler-cli": "^7.2.1",
"@angular/http": "^7.2.1",
"@angular/platform-browser-dynamic": "^7.2.1",
"@angular/platform-server": "^7.2.1",
"@angular/router": "^7.2.1",
"@angular/upgrade": "^7.2.9",
"@angular-devkit/core": "^8.0.1",
"@angular-devkit/schematics": "^8.0.1",
"@angular/compiler-cli": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/platform-server": "^8.0.0",
"@angular/router": "^8.0.0",
"@angular/upgrade": "^8.0.0",
"@commitlint/cli": "^7.5.0",
"@commitlint/config-conventional": "^7.5.0",
"@octokit/rest": "^16.2.0",
"@ptsecurity/commitlint-config": "^0.2.1",
"@ptsecurity/tslint-config": "^0.12.0",
"@schematics/angular": "7.1.4",
"@schematics/angular": "^8.0.1",
"@types/browser-sync": "^0.0.42",
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.4",
Expand Down Expand Up @@ -124,7 +123,7 @@
"tsconfig-paths": "^3.7.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.15.0",
"typescript": "~3.1.6",
"typescript": "~3.4.x",
"typescript-tslint-plugin": "^0.2.0",
"uglify-js": "^2.8.29",
"url-loader": "^1.1.2",
Expand Down
Loading

0 comments on commit b5334c2

Please sign in to comment.