Skip to content

Commit

Permalink
Upgrade to latest angular9
Browse files Browse the repository at this point in the history
  • Loading branch information
mralexandernickel committed Mar 13, 2020
1 parent e9b3cad commit edc6448
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 161 deletions.
21 changes: 12 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@
},
"configurations": {
"production": {
"fileReplacements": [{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
Expand All @@ -51,7 +53,8 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [{
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
Expand Down Expand Up @@ -137,13 +140,13 @@
"options": {
"tsConfig": "projects/ngx-intersection/tsconfig.lib.json",
"project": "projects/ngx-intersection/ng-package.json"
}
, "configurations": {
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-intersection/tsconfig.lib.prod.json"
}
}
},
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand All @@ -168,4 +171,4 @@
}
},
"defaultProject": "ngx-intersection-demo"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0",
"@angular/common": "~9.0.0",
"@angular/compiler": "~9.0.0",
"@angular/core": "~9.0.0",
"@angular/forms": "~9.0.0",
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"@angular/animations": "~9.0.6",
"@angular/common": "~9.0.6",
"@angular/compiler": "~9.0.6",
"@angular/core": "~9.0.6",
"@angular/forms": "~9.0.6",
"@angular/platform-browser": "~9.0.6",
"@angular/platform-browser-dynamic": "~9.0.6",
"@angular/router": "~9.0.6",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.1",
"@angular-devkit/build-ng-packagr": "~0.900.1",
"@angular/cli": "~9.0.1",
"@angular/compiler-cli": "~9.0.0",
"@angular/language-service": "~9.0.0",
"@angular-devkit/build-angular": "~0.900.6",
"@angular-devkit/build-ng-packagr": "~0.900.6",
"@angular/cli": "~9.0.6",
"@angular/compiler-cli": "~9.0.6",
"@angular/language-service": "~9.0.6",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -48,4 +48,4 @@
"tslint": "~5.15.0",
"typescript": "~3.7.5"
}
}
}
4 changes: 2 additions & 2 deletions projects/ngx-intersection/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@mralexandernickel/ngx-intersection",
"version": "1.0.5",
"version": "1.0.6",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@angular/common": "^8.2.4",
"@angular/core": "^8.2.4"
}
}
}
Loading

0 comments on commit edc6448

Please sign in to comment.