File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,32 @@ check_bazel_version("0.15.0")
58
58
node_repositories (
59
59
package_json = ["//:package.json" ],
60
60
preserve_symlinks = True ,
61
- node_version = "10.3.0" ,
62
- yarn_version = "1.6.0" ,
61
+ node_version = "10.9.0" ,
62
+ yarn_version = "1.9.2" ,
63
+ node_repositories = {
64
+ "10.9.0-darwin_amd64" : (
65
+ "node-v10.9.0-darwin-x64.tar.gz" ,
66
+ "node-v10.9.0-darwin-x64" ,
67
+ "3c4fe75dacfcc495a432a7ba2dec9045cff359af2a5d7d0429c84a424ef686fc"
68
+ ),
69
+ "10.9.0-linux_amd64" : (
70
+ "node-v10.9.0-linux-x64.tar.xz" ,
71
+ "node-v10.9.0-linux-x64" ,
72
+ "c5acb8b7055ee0b6ac653dc4e458c5db45348cecc564b388f4ed1def84a329ff"
73
+ ),
74
+ "10.9.0-windows_amd64" : (
75
+ "node-v10.9.0-win-x64.zip" ,
76
+ "node-v10.9.0-win-x64" ,
77
+ "6a75cdbb69d62ed242d6cbf0238a470bcbf628567ee339d4d098a5efcda2401e"
78
+ ),
79
+ },
80
+ yarn_repositories = {
81
+ "1.9.2" : (
82
+ "yarn-v1.9.2.tar.gz" ,
83
+ "yarn-v1.9.2" ,
84
+ "3ad69cc7f68159a562c676e21998eb21b44138cae7e8fe0749a7d620cf940204"
85
+ ),
86
+ },
63
87
)
64
88
65
89
local_repository (
Original file line number Diff line number Diff line change 43
43
"url" : " https://github.com/angular/angular-cli.git"
44
44
},
45
45
"engines" : {
46
- "node" : " >=10.3 .0 <11.0.0" ,
47
- "yarn" : " >=1.6 .0 <2.0.0"
46
+ "node" : " >=10.9 .0 <11.0.0" ,
47
+ "yarn" : " >=1.9 .0 <2.0.0"
48
48
},
49
49
"author" : " Angular Authors" ,
50
50
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments