Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed May 10, 2019
1 parent 6b45957 commit 8c775c2
Show file tree
Hide file tree
Showing 6 changed files with 5,189 additions and 3,086 deletions.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"with": "apps/demo/src/environments/environment.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true
"buildOptimizer": false
},
"production": {
"fileReplacements": [
Expand All @@ -56,15 +56,15 @@
"with": "apps/demo/src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": true,
"buildOptimizer": true
"buildOptimizer": false
}
}
},
Expand Down Expand Up @@ -132,7 +132,7 @@
"with": "apps/demo/src/environments/environment-server.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand All @@ -146,7 +146,7 @@
"with": "apps/demo/src/environments/environment-server.prod.ts"
}
],
"optimization": true,
"optimization": false,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
Expand Down
20 changes: 10 additions & 10 deletions libs/rucken/todo-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
}
],
"peerDependencies": {
"rxjs": "6.4.0",
"@angular/forms": "7.2.12",
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/core": "7.2.12"
"rxjs": "6.5.2",
"@angular/forms": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/core": "7.2.15"
},
"dependencies": {
"@ngx-translate/core": "11.0.1",
"@types/jsonwebtoken": "8.3.0",
"jsonwebtoken": "8.4.0",
"@types/jsonwebtoken": "8.3.2",
"jsonwebtoken": "8.5.1",
"ngx-permissions": "6.0.5",
"ngx-repository": "0.6.3",
"@rucken/core": "3.9.12",
"@types/luxon": "1.11.1",
"luxon": "1.11.3"
"@rucken/core": "3.9.13",
"@types/luxon": "1.12.0",
"luxon": "1.13.2"
}
}
18 changes: 9 additions & 9 deletions libs/rucken/todo-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@
}
],
"peerDependencies": {
"rxjs": "6.4.0",
"@angular/forms": "7.2.12",
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/core": "7.2.12"
"rxjs": "6.5.2",
"@angular/forms": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/core": "7.2.15"
},
"dependencies": {
"@ngx-translate/core": "11.0.1",
"@types/object-path": "0.11.0",
"ngx-bootstrap": "3.2.0",
"ngx-dynamic-form-builder": "0.9.0",
"ngx-bootstrap": "4.1.1",
"ngx-dynamic-form-builder": "1.0.0",
"ngx-permissions": "6.0.5",
"ngx-repository": "0.6.3",
"@rucken/core": "3.9.12",
"@rucken/web": "3.9.12",
"@rucken/core": "3.9.13",
"@rucken/web": "3.9.13",
"object-path": "0.11.4",
"ngx-bind-io": "0.6.6"
}
Expand Down
Loading

0 comments on commit 8c775c2

Please sign in to comment.