Skip to content

Commit

Permalink
release: v13.1.0-next.0
Browse files Browse the repository at this point in the history
Updates Angular deps to `v13.1.0-next.0`. The package version is already `13.1.0-next.0`, so nothin to update there.
  • Loading branch information
dgp1130 committed Nov 3, 2021
1 parent 7bd0e3f commit 066ad1e
Show file tree
Hide file tree
Showing 3 changed files with 1,821 additions and 798 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"@types/node": "12.12.37"
},
"devDependencies": {
"@angular-devkit/architect": "0.1300.0-rc.2",
"@angular-devkit/build-angular": "13.0.0-rc.2",
"@angular-devkit/core": "13.0.0-rc.2",
"@angular-devkit/schematics": "13.0.0-rc.2",
"@angular/animations": "13.0.0-rc.3",
"@angular/bazel": "13.0.0-rc.3",
"@angular/cli": "13.0.0-rc.2",
"@angular/common": "13.0.0-rc.3",
"@angular/compiler": "13.0.0-rc.3",
"@angular/compiler-cli": "13.0.0-rc.3",
"@angular/core": "13.0.0-rc.3",
"@angular-devkit/architect": "0.1300.0-next.0",
"@angular-devkit/build-angular": "13.0.0-next.0",
"@angular-devkit/core": "13.0.0-next.0",
"@angular-devkit/schematics": "13.0.0-next.0",
"@angular/animations": "13.0.0-next.0",
"@angular/bazel": "13.0.0-next.0",
"@angular/cli": "13.0.0-next.0",
"@angular/common": "13.0.0-next.0",
"@angular/compiler": "13.0.0-next.0",
"@angular/compiler-cli": "13.0.0-next.0",
"@angular/core": "13.0.0-next.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#047a95f394e81d4a120a21a5802000d0c2e62030",
"@angular/platform-browser": "13.0.0-rc.3",
"@angular/platform-browser-dynamic": "13.0.0-rc.3",
"@angular/platform-server": "13.0.0-rc.3",
"@angular/router": "13.0.0-rc.3",
"@angular/service-worker": "13.0.0-rc.3",
"@angular/platform-browser": "13.0.0-next.0",
"@angular/platform-browser-dynamic": "13.0.0-next.0",
"@angular/platform-server": "13.0.0-next.0",
"@angular/router": "13.0.0-next.0",
"@angular/service-worker": "13.0.0-next.0",
"@bazel/bazelisk": "1.10.1",
"@bazel/buildifier": "4.2.3",
"@bazel/esbuild": "4.4.2",
Expand All @@ -62,7 +62,7 @@
"@hapi/hapi": "^18.4.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@schematics/angular": "13.0.0-rc.2",
"@schematics/angular": "13.0.0-next.0",
"@types/browser-sync": "^2.26.1",
"@types/express": "~4.17.6",
"@types/fs-extra": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ def ts_library(
**kwargs
)

NG_VERSION = "^13.0.0-rc.0"
NG_VERSION = "^13.0.0-next.0"
RXJS_VERSION = "^6.5.5"
HAPI_VERSION = "^18.4.0"
EXPRESS_VERSION = "^4.15.2"
EXPRESS_TYPES_VERSION = "^4.17.0"
DEVKIT_CORE_VERSION = "^13.0.0-rc.0"
DEVKIT_ARCHITECT_VERSION = "^0.1300.0-rc.0"
DEVKIT_BUILD_ANGULAR_VERSION = "^13.0.0-rc.0"
DEVKIT_CORE_VERSION = "^13.0.0-next.0"
DEVKIT_ARCHITECT_VERSION = "^0.1300.0-next.0"
DEVKIT_BUILD_ANGULAR_VERSION = "^13.0.0-next.0"
TSLIB_VERSION = "^2.3.0"

NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [
Expand Down
Loading

0 comments on commit 066ad1e

Please sign in to comment.