Skip to content

Commit

Permalink
build: Update dependencies to Angular V6 (#1041)
Browse files Browse the repository at this point in the history
* build: Update dependencies to Angular V6

* fixup! build: Update dependencies to Angular V6
  • Loading branch information
brandonroberts authored May 9, 2018
1 parent c6e33d9 commit c0893f1
Show file tree
Hide file tree
Showing 3 changed files with 1,433 additions and 1,697 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngrx/platform",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"description": "monorepo for ngrx development",
"scripts": {
"precommit": "lint-staged",
Expand Down Expand Up @@ -61,32 +61,32 @@
]
},
"dependencies": {
"@angular/animations": "6.0.0-rc.6",
"@angular/bazel": "6.0.0-rc.6",
"@angular/cdk": "^6.0.0-rc.1",
"@angular/cli": "6.0.0-rc.2",
"@angular/common": "6.0.0-rc.6",
"@angular/compiler": "6.0.0-rc.6",
"@angular/compiler-cli": "6.0.0-rc.6",
"@angular/core": "6.0.0-rc.6",
"@angular/forms": "6.0.0-rc.6",
"@angular/http": "6.0.0-rc.6",
"@angular/material": "^6.0.0-rc.1",
"@angular/platform-browser": "6.0.0-rc.6",
"@angular/platform-browser-dynamic": "6.0.0-rc.6",
"@angular/platform-server": "6.0.0-rc.6",
"@angular/router": "6.0.0-rc.6",
"@angular/animations": "^6.0.0",
"@angular/bazel": "^6.0.0",
"@angular/cdk": "^6.0.0",
"@angular/cli": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/material": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/platform-server": "^6.0.0",
"@angular/router": "^6.0.0",
"@ngrx/db": "^2.2.0-beta.0",
"core-js": "^2.5.4",
"hammerjs": "^2.0.8",
"ngrx-store-freeze": "^0.2.1",
"ngrx-store-freeze": "^0.2.2",
"opencollective": "^1.0.3",
"rxjs": "6.0.0-rc.0",
"rxjs-compat": "6.0.0-rc.0",
"zone.js": "^0.8.20"
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.5.0",
"@angular-devkit/build-angular": "~0.6.0",
"@types/fs-extra": "^2.1.0",
"@types/glob": "^5.0.33",
"@types/jasmine": "2.5.45",
Expand Down
4 changes: 2 additions & 2 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ load("@build_bazel_rules_nodejs//:defs.bzl",
_jasmine_node_test="jasmine_node_test")

DEFAULT_TSCONFIG = "//:tsconfig.json"
NG_VERSION = "^6.0.0 || ^6.0.0-rc.0"
RXJS_VERSION = "^5.6.0-forward-compat.0 || ^6.0.0-beta.0"
NG_VERSION = "^6.0.0"
RXJS_VERSION = "^5.6.0-forward-compat.0 || ^6.0.0"

NGRX_SCOPED_PACKAGES = ["@ngrx/%s" % p for p in [
"effects",
Expand Down
Loading

0 comments on commit c0893f1

Please sign in to comment.