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

Commit 066ad1e

Browse files
committed
release: v13.1.0-next.0
Updates Angular deps to `v13.1.0-next.0`. The package version is already `13.1.0-next.0`, so nothin to update there.
1 parent 7bd0e3f commit 066ad1e

File tree

3 files changed

+1821
-798
lines changed

3 files changed

+1821
-798
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
3636
"@types/node": "12.12.37"
3737
},
3838
"devDependencies": {
39-
"@angular-devkit/architect": "0.1300.0-rc.2",
40-
"@angular-devkit/build-angular": "13.0.0-rc.2",
41-
"@angular-devkit/core": "13.0.0-rc.2",
42-
"@angular-devkit/schematics": "13.0.0-rc.2",
43-
"@angular/animations": "13.0.0-rc.3",
44-
"@angular/bazel": "13.0.0-rc.3",
45-
"@angular/cli": "13.0.0-rc.2",
46-
"@angular/common": "13.0.0-rc.3",
47-
"@angular/compiler": "13.0.0-rc.3",
48-
"@angular/compiler-cli": "13.0.0-rc.3",
49-
"@angular/core": "13.0.0-rc.3",
39+
"@angular-devkit/architect": "0.1300.0-next.0",
40+
"@angular-devkit/build-angular": "13.0.0-next.0",
41+
"@angular-devkit/core": "13.0.0-next.0",
42+
"@angular-devkit/schematics": "13.0.0-next.0",
43+
"@angular/animations": "13.0.0-next.0",
44+
"@angular/bazel": "13.0.0-next.0",
45+
"@angular/cli": "13.0.0-next.0",
46+
"@angular/common": "13.0.0-next.0",
47+
"@angular/compiler": "13.0.0-next.0",
48+
"@angular/compiler-cli": "13.0.0-next.0",
49+
"@angular/core": "13.0.0-next.0",
5050
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#047a95f394e81d4a120a21a5802000d0c2e62030",
51-
"@angular/platform-browser": "13.0.0-rc.3",
52-
"@angular/platform-browser-dynamic": "13.0.0-rc.3",
53-
"@angular/platform-server": "13.0.0-rc.3",
54-
"@angular/router": "13.0.0-rc.3",
55-
"@angular/service-worker": "13.0.0-rc.3",
51+
"@angular/platform-browser": "13.0.0-next.0",
52+
"@angular/platform-browser-dynamic": "13.0.0-next.0",
53+
"@angular/platform-server": "13.0.0-next.0",
54+
"@angular/router": "13.0.0-next.0",
55+
"@angular/service-worker": "13.0.0-next.0",
5656
"@bazel/bazelisk": "1.10.1",
5757
"@bazel/buildifier": "4.2.3",
5858
"@bazel/esbuild": "4.4.2",
@@ -62,7 +62,7 @@
6262
"@hapi/hapi": "^18.4.0",
6363
"@rollup/plugin-commonjs": "^21.0.0",
6464
"@rollup/plugin-node-resolve": "^13.0.5",
65-
"@schematics/angular": "13.0.0-rc.2",
65+
"@schematics/angular": "13.0.0-next.0",
6666
"@types/browser-sync": "^2.26.1",
6767
"@types/express": "~4.17.6",
6868
"@types/fs-extra": "^9.0.0",

tools/defaults.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ def ts_library(
4646
**kwargs
4747
)
4848

49-
NG_VERSION = "^13.0.0-rc.0"
49+
NG_VERSION = "^13.0.0-next.0"
5050
RXJS_VERSION = "^6.5.5"
5151
HAPI_VERSION = "^18.4.0"
5252
EXPRESS_VERSION = "^4.15.2"
5353
EXPRESS_TYPES_VERSION = "^4.17.0"
54-
DEVKIT_CORE_VERSION = "^13.0.0-rc.0"
55-
DEVKIT_ARCHITECT_VERSION = "^0.1300.0-rc.0"
56-
DEVKIT_BUILD_ANGULAR_VERSION = "^13.0.0-rc.0"
54+
DEVKIT_CORE_VERSION = "^13.0.0-next.0"
55+
DEVKIT_ARCHITECT_VERSION = "^0.1300.0-next.0"
56+
DEVKIT_BUILD_ANGULAR_VERSION = "^13.0.0-next.0"
5757
TSLIB_VERSION = "^2.3.0"
5858

5959
NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [

0 commit comments

Comments
 (0)