Skip to content

Commit f6a561f

Browse files
committed
test: WIP
1 parent 9a4b207 commit f6a561f

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@angular/animations": "14.0.0-next.15",
6767
"@angular/cdk": "14.0.0-next.12",
6868
"@angular/common": "14.0.0-next.15",
69-
"@angular/compiler": "14.0.0-next.15",
69+
"@angular/compiler": "14.0.0-next.14",
7070
"@angular/compiler-cli": "14.0.0-next.15",
7171
"@angular/core": "14.0.0-next.15",
7272
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#990ae8dc9ec812274b8c41aa6aae8695f1851505",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "14.0.0-next.15",
31+
"@angular/compiler": "14.0.0-next.14",
3232
"@angular/compiler-cli": "14.0.0-next.15",
3333
"typescript": "4.6.3",
3434
"webpack": "5.72.0"

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
153153
tslib "^2.3.0"
154154
yargs "^17.2.1"
155155

156-
"@angular/compiler@14.0.0-next.15":
157-
version "14.0.0-next.15"
158-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.0.0-next.15.tgz#810b98605c11be68877d14a35c6f9e7aa568316e"
159-
integrity sha512-P0V98X5nkdwlv6/OXHsFUp39ESHSkn5vyHdwKEg3BnvvYGZSFM8tEaIFyuKvr9c30idiVBa7Gta83HodMwXuNg==
156+
"@angular/compiler@14.0.0-next.14":
157+
version "14.0.0-next.14"
158+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.0.0-next.14.tgz#01f6d2023d02b368f50320ec66045b405a4215ef"
159+
integrity sha512-b6Draniqbby/KrdwT8hCCUFTq0lrEc4MZteIEKg/9rEOZ8IO8WNibynTkjaBXbhdq499/VnL4rzIQYuCOtVLrw==
160160
dependencies:
161161
tslib "^2.3.0"
162162

@@ -176,7 +176,6 @@
176176

177177
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#990ae8dc9ec812274b8c41aa6aae8695f1851505":
178178
version "0.0.0-6d279acb490fd63f1beeb9bd4c3278842b577cb0"
179-
uid "990ae8dc9ec812274b8c41aa6aae8695f1851505"
180179
resolved "https://github.com/angular/dev-infra-private-builds.git#990ae8dc9ec812274b8c41aa6aae8695f1851505"
181180
dependencies:
182181
"@angular-devkit/build-angular" "14.0.0-next.12"
@@ -9189,7 +9188,6 @@ sass@^1.49.9:
91899188

91909189
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
91919190
version "0.0.0"
9192-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
91939191
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
91949192

91959193
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)