Skip to content

Commit

Permalink
build: update to angular 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jan 17, 2019
1 parent b137873 commit 36e0be7
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 119 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Add NodeJS rules (explicitly used for sass bundle rules)
http_archive(
name = "build_bazel_rules_nodejs",
url = "https://github.com/bazelbuild/rules_nodejs/archive/0.16.4.zip",
strip_prefix = "rules_nodejs-0.16.4",
url = "https://github.com/bazelbuild/rules_nodejs/archive/0.16.5.zip",
strip_prefix = "rules_nodejs-0.16.5",
)

# Add TypeScript rules
http_archive(
name = "build_bazel_rules_typescript",
# Explicitly depend on https://github.com/bazelbuild/rules_typescript/pull/327 which fixes the devserver
# for windows. Once this has been reviewed and merged, we can switch back to a normal release.
url = "https://github.com/bazelbuild/rules_typescript/archive/1bb017e2f9c58f96bac8ddda2ed4a170282bc58e.zip",
strip_prefix = "rules_typescript-1bb017e2f9c58f96bac8ddda2ed4a170282bc58e",
url = "https://github.com/bazelbuild/rules_typescript/archive/2e761b53ca465a140c4a265cb80887e7bcf61eb9.zip",
strip_prefix = "rules_typescript-2e761b53ca465a140c4a265cb80887e7bcf61eb9",
)

# Add Angular source and Bazel rules.
http_archive(
name = "angular",
url = "https://github.com/angular/angular/archive/7.1.3.zip",
strip_prefix = "angular-7.1.3",
url = "https://github.com/angular/angular/archive/7.2.1.zip",
strip_prefix = "angular-7.2.1",
)

# Add RxJS as repository because those are needed in order to build Angular from source.
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,36 @@
"version": "7.2.1",
"requiredAngularVersion": ">=7.0.0",
"dependencies": {
"@angular/animations": "^7.1.3",
"@angular/common": "^7.1.3",
"@angular/compiler": "^7.1.3",
"@angular/core": "^7.1.3",
"@angular/elements": "^7.1.3",
"@angular/forms": "^7.1.3",
"@angular/platform-browser": "^7.1.3",
"@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",
"@webcomponents/custom-elements": "^1.1.0",
"core-js": "^2.6.0",
"core-js": "^2.6.1",
"rxjs": "^6.3.3",
"systemjs": "0.19.43",
"tsickle": "^0.34.0",
"tslib": "^1.9.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/core": "^7.1.2",
"@angular-devkit/schematics": "^7.1.2",
"@angular/bazel": "^7.1.3",
"@angular/compiler-cli": "^7.1.3",
"@angular/http": "^7.1.3",
"@angular/platform-browser-dynamic": "^7.1.3",
"@angular/platform-server": "^7.1.3",
"@angular/router": "^7.1.3",
"@angular-devkit/core": "^7.2.2",
"@angular-devkit/schematics": "^7.2.2",
"@angular/bazel": "^7.2.1",
"@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",
"@bazel/ibazel": "^0.9.0",
"@bazel/karma": "0.22.0",
"@bazel/typescript": "0.22.0",
"@bazel/karma": "0.22.1",
"@bazel/typescript": "0.22.1",
"@firebase/app-types": "^0.3.2",
"@octokit/rest": "^15.9.4",
"@schematics/angular": "^7.1.2",
"@schematics/angular": "^7.2.2",
"@types/browser-sync": "^0.0.42",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^4.0.3",
Expand Down
Loading

0 comments on commit 36e0be7

Please sign in to comment.