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

Commit 8a32f27

Browse files
author
Keen Yee Liau
committed
release: v10.0.1
1 parent c262c72 commit 8a32f27

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nguniversal",
33
"main": "index.js",
4-
"version": "10.0.0",
4+
"version": "10.0.1",
55
"private": true,
66
"description": "Universal (isomorphic) JavaScript support for Angular",
77
"homepage": "https://github.com/angular/universal",
@@ -46,17 +46,17 @@
4646
"@angular-devkit/build-angular": "^0.1000.0",
4747
"@angular-devkit/core": "^10.0.0",
4848
"@angular-devkit/schematics": "^10.0.0",
49-
"@angular/animations": "^10.0.0",
50-
"@angular/bazel": "^10.0.0",
49+
"@angular/animations": "^10.0.2",
50+
"@angular/bazel": "^10.0.2",
5151
"@angular/cli": "^10.0.0",
52-
"@angular/common": "^10.0.0",
53-
"@angular/compiler": "^10.0.0",
54-
"@angular/compiler-cli": "^10.0.0",
55-
"@angular/core": "^10.0.0",
56-
"@angular/platform-browser": "^10.0.0",
57-
"@angular/platform-browser-dynamic": "^10.0.0",
58-
"@angular/platform-server": "^10.0.0",
59-
"@angular/router": "^10.0.0",
52+
"@angular/common": "^10.0.2",
53+
"@angular/compiler": "^10.0.2",
54+
"@angular/compiler-cli": "^10.0.2",
55+
"@angular/core": "^10.0.2",
56+
"@angular/platform-browser": "^10.0.2",
57+
"@angular/platform-browser-dynamic": "^10.0.2",
58+
"@angular/platform-server": "^10.0.2",
59+
"@angular/router": "^10.0.2",
6060
"@bazel/bazelisk": "1.5.0",
6161
"@bazel/buildifier": "^3.0.0",
6262
"@bazel/hide-bazel-files": "~1.7.0",

tools/defaults.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs):
3131
**kwargs
3232
)
3333

34-
NG_VERSION = "^10.0.0"
34+
NG_VERSION = "^10.0.2"
3535
RXJS_VERSION = "^6.5.5"
3636
HAPI_VERSION = "^18.4.0"
3737
EXPRESS_VERSION = "^4.15.2"

yarn.lock

+40-40
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,17 @@
120120
ora "4.0.4"
121121
rxjs "6.5.5"
122122

123-
"@angular/animations@^10.0.0":
124-
version "10.0.0"
125-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-10.0.0.tgz#a778f04584c93e7fb121ce5580e86ef0f6bc6dfe"
126-
integrity sha512-L6xnrqSZxAqznx5so3J7jGtZGu44rXtH9R98HFUBQWM596ZY0Pf1i08c1hThuC0b0Yn8WeddQwU6HkstbX4Cmg==
123+
"@angular/animations@^10.0.2":
124+
version "10.0.2"
125+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-10.0.2.tgz#4af6983800c7e6fbb402f7183fc547ae480cb534"
126+
integrity sha512-3fMR574KnaeAon7ZlwYCB2qkUoZ255Y2KwU6Z/ki37U66QZc8XMqf/d4oUiTZgLsJG4a5Whse0IX8Jz5/HAvQQ==
127127
dependencies:
128128
tslib "^2.0.0"
129129

130-
"@angular/bazel@^10.0.0":
131-
version "10.0.0"
132-
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-10.0.0.tgz#6c8eff9dc30a79124e9d83ed5f1b2c917a923a1b"
133-
integrity sha512-/DbfqEySTx6B0sr4KF7pYfmIsiVTDiXWWZlvkc+RvSQ4wa+q4SIjnzYj9zOYqpVjbs2wFEkgYdrfHaY5p5l0CA==
130+
"@angular/bazel@^10.0.2":
131+
version "10.0.2"
132+
resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-10.0.2.tgz#158fc3c46ae3d4875ae49a133b023e3d2e4deb46"
133+
integrity sha512-lpFF5gpl1FwbaCwYrnWxZJusBE3g9E7gL4hOPWOhTWJX/2OaO+7DpBW9yiOhFwhwYQZ5y58aGXw0E11wAT2N2g==
134134
dependencies:
135135
"@microsoft/api-extractor" "^7.7.13"
136136
shelljs "0.8.2"
@@ -162,17 +162,17 @@
162162
universal-analytics "0.4.20"
163163
uuid "8.1.0"
164164

165-
"@angular/common@^10.0.0":
166-
version "10.0.0"
167-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.0.0.tgz#a819dacbf3b9a3629f7e0d43a504cdd3b5fad58d"
168-
integrity sha512-zaLHMRQqjZyoIc15tLGrwg5ugcVlggqATiMlMVNo9ddqxwpZ4qHK2fdAvqQy9FfWKaPGi6NpIBSR31RGV0ircw==
165+
"@angular/common@^10.0.2":
166+
version "10.0.2"
167+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.0.2.tgz#8d5422b3a3e1bc405606476b90b0caffc9c9155a"
168+
integrity sha512-zpNB2XD6jinXZjfihoO5Q1Yg7urfpZTt/fitdmwFHCcQ/1qZ9T2BVh8+VqVRkh6Pjxmtvu0uPnJ1a/aZ5f9r9A==
169169
dependencies:
170170
tslib "^2.0.0"
171171

172-
"@angular/compiler-cli@^10.0.0":
173-
version "10.0.0"
174-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.0.0.tgz#6fe60e239b01fd10d3923a3de88877512e0e2d40"
175-
integrity sha512-KusRkS1NKPrjhj3BXoxRgeejuJVy/ra4dcDV3hpscRmR8FSdim3rs2H+lYK2hZ26ISGsYUvC8cHNaMqP2U3X+g==
172+
"@angular/compiler-cli@^10.0.2":
173+
version "10.0.2"
174+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.0.2.tgz#8f178a03989e0018890c52807df9e3e03faaf47a"
175+
integrity sha512-LGX86k1hOyaw5aPCjFfoLuPhVLKMENOdCBeNBzZB+H2CUGHfv8OWFB1EzjZO1N07VGR7JoMx9ZWSP7ornhuS4Q==
176176
dependencies:
177177
canonical-path "1.0.0"
178178
chokidar "^3.0.0"
@@ -188,47 +188,47 @@
188188
tslib "^2.0.0"
189189
yargs "15.3.0"
190190

191-
"@angular/compiler@^10.0.0":
192-
version "10.0.0"
193-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.0.0.tgz#15f0a0e5760ebc6fcbc06b0b3bb5f110282cf03d"
194-
integrity sha512-meyJKPLLhkgjxF4dvdJq/sw7MI7KvpgYADoFt2K/5dt48ExXRj+kDlyQC6FAwm9mbgSea/A+JpDG8HMPU7AK5Q==
191+
"@angular/compiler@^10.0.2":
192+
version "10.0.2"
193+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.0.2.tgz#1056af84ad76763f03228aa3a60b63a5cd775944"
194+
integrity sha512-TNE5ESDlRCVneb/K62HOEgLpxuZZTlw8RcmOy5vt3SngEVc576OE/aYsEA6MCwTlqj16GLSS3jGm9HBJcBKUVw==
195195
dependencies:
196196
tslib "^2.0.0"
197197

198-
"@angular/core@^10.0.0":
199-
version "10.0.0"
200-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.0.0.tgz#b199450576f8acc0549d2836cfa04294fa3a585e"
201-
integrity sha512-N1m6op428ktgcsnXqqspb1xGZ9gp664Jmb4JoVajCD3JXucRfidw+vt3kPOldbWA6M4pIu5ZtZY3IZc2GrK5UQ==
198+
"@angular/core@^10.0.2":
199+
version "10.0.2"
200+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.0.2.tgz#d2d2c2dd4a9e80dcccc63c274f13ab7397ee5a3b"
201+
integrity sha512-r4M1D2NOdkmmFyvYLHRYSIBKTGNXQarZHDZcm5oEq2eTsRVe2u9MYIeOpHKeVQCQK7XKQVB13IZQP3XpUvljFg==
202202
dependencies:
203203
tslib "^2.0.0"
204204

205-
"@angular/platform-browser-dynamic@^10.0.0":
206-
version "10.0.0"
207-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-10.0.0.tgz#edf99f3276fa4f13a2a533f742053286fb005354"
208-
integrity sha512-Ol9dMU/UB8PZ1xQkcILmANC+tA1Y/6YeYc8+MYnZUH7uAMXV6kscg9C5fK9JixSldOOS05AQZAdEty9ESjFNNg==
205+
"@angular/platform-browser-dynamic@^10.0.2":
206+
version "10.0.2"
207+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-10.0.2.tgz#b752e2110e5a4316087ce7922227b453e423c144"
208+
integrity sha512-R1rt1/Ynm0DHgzMBcduCPoDg2y3MrYZVgT+N0DLobr2nCaVD74vGsJBVCRv7/m1sdCxyhPlOvq8Bm5sRauw2fw==
209209
dependencies:
210210
tslib "^2.0.0"
211211

212-
"@angular/platform-browser@^10.0.0":
213-
version "10.0.0"
214-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-10.0.0.tgz#88cb200f611032c8fd2a54d3d87bda85c09f9dca"
215-
integrity sha512-2gp53WjGUrL1uReewU21IZJa4KFpbigCyDYB0j/KwTkIGrdwYCOjD0/04oHYjkpazPe/VIu3aN7Gb3PgUa3X/Q==
212+
"@angular/platform-browser@^10.0.2":
213+
version "10.0.2"
214+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-10.0.2.tgz#518db3bdff9692cc4ec0c871f3305218da66aebd"
215+
integrity sha512-FLS3fYSuWvrDc7PiVCvs4joWZZxDe9+alJi90Sub1oBS/EnxmZpkS0Gr7zQv4MjAvVhNCVoTzL3CaV/SIoZqaw==
216216
dependencies:
217217
tslib "^2.0.0"
218218

219-
"@angular/platform-server@^10.0.0":
220-
version "10.0.0"
221-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-10.0.0.tgz#d6398afd33cb1428d15150e9cc960297f41afabb"
222-
integrity sha512-m2Gj8FU9Qrlx0+bRtN0vkOsIT0tV+wYPYhrsPgaz8/jw8SAnvuHZ0avO/X0IIB+ub4Kd0sH46nrEzU2MVERlww==
219+
"@angular/platform-server@^10.0.2":
220+
version "10.0.2"
221+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-10.0.2.tgz#f375af59bcc44212a3fb8e3aa5df662794ab4265"
222+
integrity sha512-9kFlVYc+BhaMz48m0blszljdoDe2WK5OisWL2Uiw23acLyYZZovhnFBEJbAje9htB/mXOke6MDXiz98bPHH9LQ==
223223
dependencies:
224224
domino "^2.1.2"
225225
tslib "^2.0.0"
226226
xhr2 "^0.2.0"
227227

228-
"@angular/router@^10.0.0":
229-
version "10.0.0"
230-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-10.0.0.tgz#c06c873d3b06c4f5cc7c332b1d0887a473495c8b"
231-
integrity sha512-rx9e0eOwXypV/oWLrGsug3wx9lPnD6NUU3i20/VG9O1uMHgXfpnP8RJLcUHqmEMBZEYTLMo59fDE5LEgM1sIFg==
228+
"@angular/router@^10.0.2":
229+
version "10.0.2"
230+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-10.0.2.tgz#6514540f4f3179d8be3fd23b1f4a0dd02801a314"
231+
integrity sha512-IcA3W+r5T0NC8TM4J9F0VOxG0wr7nJOSef6Qek6utZd6ByLlXxOhBrPIC5Ou+QNZeg9OuI2FBt6coea9jgmNOA==
232232
dependencies:
233233
tslib "^2.0.0"
234234

0 commit comments

Comments
 (0)