|
1 | 1 | { |
2 | 2 | "name": "nguniversal", |
3 | 3 | "main": "index.js", |
4 | | - "version": "13.0.0-next.0", |
| 4 | + "version": "13.0.0-rc.0", |
5 | 5 | "private": true, |
6 | 6 | "description": "Universal (isomorphic) JavaScript support for Angular", |
7 | 7 | "homepage": "https://github.com/angular/universal", |
|
36 | 36 | "@types/node": "12.12.37" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@angular-devkit/architect": "0.1300.0-next.9", |
40 | | - "@angular-devkit/build-angular": "13.0.0-next.9", |
41 | | - "@angular-devkit/core": "13.0.0-next.9", |
42 | | - "@angular-devkit/schematics": "13.0.0-next.9", |
43 | | - "@angular/animations": "13.0.0-next.15", |
44 | | - "@angular/bazel": "13.0.0-next.15", |
45 | | - "@angular/cli": "13.0.0-next.9", |
46 | | - "@angular/common": "13.0.0-next.15", |
47 | | - "@angular/compiler": "13.0.0-next.15", |
48 | | - "@angular/compiler-cli": "13.0.0-next.15", |
49 | | - "@angular/core": "13.0.0-next.15", |
| 39 | + "@angular-devkit/architect": "0.1300.0-rc.0", |
| 40 | + "@angular-devkit/build-angular": "13.0.0-rc.0", |
| 41 | + "@angular-devkit/core": "13.0.0-rc.0", |
| 42 | + "@angular-devkit/schematics": "13.0.0-rc.0", |
| 43 | + "@angular/animations": "13.0.0-rc.0", |
| 44 | + "@angular/bazel": "13.0.0-rc.0", |
| 45 | + "@angular/cli": "13.0.0-rc.0", |
| 46 | + "@angular/common": "13.0.0-rc.0", |
| 47 | + "@angular/compiler": "13.0.0-rc.0", |
| 48 | + "@angular/compiler-cli": "13.0.0-rc.0", |
| 49 | + "@angular/core": "13.0.0-rc.0", |
50 | 50 | "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a9c20b73ffe183e4be891660b0a6b4f551296d41", |
51 | | - "@angular/platform-browser": "13.0.0-next.15", |
52 | | - "@angular/platform-browser-dynamic": "13.0.0-next.15", |
53 | | - "@angular/platform-server": "13.0.0-next.15", |
54 | | - "@angular/router": "13.0.0-next.15", |
55 | | - "@angular/service-worker": "13.0.0-next.15", |
| 51 | + "@angular/platform-browser": "13.0.0-rc.0", |
| 52 | + "@angular/platform-browser-dynamic": "13.0.0-rc.0", |
| 53 | + "@angular/platform-server": "13.0.0-rc.0", |
| 54 | + "@angular/router": "13.0.0-rc.0", |
| 55 | + "@angular/service-worker": "13.0.0-rc.0", |
56 | 56 | "@bazel/bazelisk": "1.10.1", |
57 | 57 | "@bazel/buildifier": "4.2.2", |
58 | 58 | "@bazel/esbuild": "4.4.0", |
|
62 | 62 | "@hapi/hapi": "^18.4.0", |
63 | 63 | "@rollup/plugin-commonjs": "^21.0.0", |
64 | 64 | "@rollup/plugin-node-resolve": "^13.0.5", |
65 | | - "@schematics/angular": "13.0.0-next.9", |
| 65 | + "@schematics/angular": "13.0.0-rc.0", |
66 | 66 | "@types/browser-sync": "^2.26.1", |
67 | 67 | "@types/express": "~4.17.6", |
68 | 68 | "@types/fs-extra": "^9.0.0", |
|
0 commit comments