File tree 6 files changed +11906
-9711
lines changed
schematics/angular/third_party/github.com/Microsoft/TypeScript 6 files changed +11906
-9711
lines changed Original file line number Diff line number Diff line change 209
209
"tree-kill" : " 1.2.2" ,
210
210
"ts-node" : " ^10.0.0" ,
211
211
"tslib" : " 2.4.0" ,
212
- "typescript" : " 4.6.4 " ,
212
+ "typescript" : " 4.7.0-beta " ,
213
213
"verdaccio" : " 5.10.0" ,
214
214
"verdaccio-auth-memory" : " ^10.0.0" ,
215
215
"webpack" : " 5.72.0" ,
Original file line number Diff line number Diff line change 30
30
"@angular-devkit/core" : " 0.0.0-PLACEHOLDER" ,
31
31
"@angular/compiler" : " 14.0.0-next.16" ,
32
32
"@angular/compiler-cli" : " 14.0.0-next.16" ,
33
- "typescript" : " 4.6.4 " ,
33
+ "typescript" : " 4.7.0-beta " ,
34
34
"webpack" : " 5.72.0"
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
load ("//tools:defaults.bzl" , "ts_library" )
2
2
3
- # files fetched on 2022-03-10 from
4
- # https://github.com/microsoft/TypeScript/releases/tag/v4.6.2
3
+ # files fetched on 2022-05-06 from
4
+ # https://github.com/microsoft/TypeScript/releases/tag/v4.7-beta
5
5
6
6
# Commands to download:
7
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.6.2 /lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8
- # curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.6.2 /lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
7
+ # curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.7-beta /lib/typescript.d.ts -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.d.ts
8
+ # curl https://raw.githubusercontent.com/microsoft/TypeScript/v4.7-beta /lib/typescript.js -o packages/schematics/angular/third_party/github.com/Microsoft/TypeScript/lib/typescript.js
9
9
10
10
licenses (["notice" ]) # Apache 2.0
11
11
You can’t perform that action at this time.
0 commit comments