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

Commit

Permalink
Merge branch 'release/4.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed May 11, 2019
2 parents 512a8de + 808fe8c commit 84f1f9f
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 286 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.5](https://github.com/rucken/schematics/compare/4.1.4...4.1.5) (2019-05-11)


### Bug Fixes

* Update dependencies for workspace ([9c2ca05](https://github.com/rucken/schematics/commit/9c2ca05))



## [4.1.4](https://github.com/rucken/schematics/compare/4.1.3...4.1.4) (2019-05-11)


Expand Down
82 changes: 41 additions & 41 deletions files/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,63 +28,63 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.13",
"@angular/common": "^7.2.13",
"@angular/compiler": "^7.2.13",
"@angular/core": "^7.2.13",
"@angular/forms": "^7.2.13",
"@angular/platform-browser": "^7.2.13",
"@angular/platform-browser-dynamic": "^7.2.13",
"@angular/router": "^7.2.13",
"@angular/animations": "^7.2.15",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"core-js": "^2.6.4",
"rxjs": "6.4.0",
"zone.js": "^0.8.29",
"@nrwl/nx": "7.8.1",
"@ngrx/effects": "6.1.2",
"@ngrx/router-store": "6.1.2",
"@ngrx/store": "6.1.2",
"rxjs": "6.5.2",
"zone.js": "^0.9.1",
"@nrwl/nx": "7.8.5",
"@ngrx/effects": "7.4.0",
"@ngrx/router-store": "7.4.0",
"@ngrx/store": "7.4.0",
"@types/inflection": "^1.5.28",
"inflection": "^1.12.0",
"dot-object": "^1.7.1",
"@types/dot-object": "^1.7.0",
"fs-extra": "^7.0.1",
"ts-loader": "5.3.3",
"ts-morph": "^1.3.1",
"ts-loader": "6.0.0",
"ts-morph": "^2.1.0",
"latest-semver": "^2.0.0"
},
"devDependencies": {
"del-cli": "^1.1.0",
"@rucken/cli": "^4.0.1",
"ng-packagr": "^4.7.0",
"@nrwl/builders": "^7.8.1",
"@angular-devkit/architect": "~0.13.8",
"@angular-devkit/build-angular": "~0.13.8",
"@angular-devkit/build-ng-packagr": "~0.13.8",
"@angular-devkit/core": "~7.3.8",
"@angular-devkit/schematics": "~7.3.8",
"@angular/cli": "~7.3.8",
"@angular/compiler-cli": "~7.2.13",
"@angular/language-service": "~7.2.13",
"@ngrx/store-devtools": "6.1.2",
"@rucken/cli": "^4.1.4",
"ng-packagr": "^5.1.0",
"@nrwl/builders": "^7.8.5",
"@angular-devkit/architect": "~0.13.9",
"@angular-devkit/build-angular": "~0.13.9",
"@angular-devkit/build-ng-packagr": "~0.13.9",
"@angular-devkit/core": "~7.3.9",
"@angular-devkit/schematics": "~7.3.9",
"@angular/cli": "~7.3.9",
"@angular/compiler-cli": "~7.2.15",
"@angular/language-service": "~7.2.15",
"@ngrx/store-devtools": "7.4.0",
"ngrx-store-freeze": "0.2.4",
"@nrwl/schematics": "7.8.1",
"jasmine-marbles": "0.4.0",
"@types/jasmine": "~3.3.8",
"@nrwl/schematics": "7.8.5",
"jasmine-marbles": "0.5.0",
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~11.11.0",
"codelyzer": "~4.5.0",
"jasmine-core": "~3.3.0",
"@types/node": "~12.0.0",
"codelyzer": "~5.0.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.0.0",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.2",
"ts-node": "~8.0.2",
"tslint": "~5.13.1",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.2.4",
"prettier": "^1.16.1",
"tsickle": "0.34.0"
"prettier": "^1.17.0",
"tsickle": "0.35.0"
}
}
Loading

0 comments on commit 84f1f9f

Please sign in to comment.