* No longer depends on a custom CircleCI docker image that comes with Bazel pre-installed. Since Bazel is now available through NPM, we should be able to use the version from `@bazel/bazel` in order to enforce a consistent environment on CI and locally. * This also reduces the amount of packages that need to be published (ngcontainer is removed) PR Close #26691
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
 | |
| # yarn lockfile v1
 | |
| 
 | |
| 
 | |
| "@bazel/bazel-darwin_x64@0.18.0":
 | |
|   version "0.18.0"
 | |
|   resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.18.0.tgz#bab437605a702279d42f59caa4741bb327eb7dbc"
 | |
|   integrity sha512-um2OzgLL2Gd/W6joOpvrSTcqpnupliPNpwe/uE7sB0huBSJ/4Im0w2IlCTI6C7OfgMcbpUj4YxgUa9T6u6WY6w==
 | |
| 
 | |
| "@bazel/bazel-linux_x64@0.18.0":
 | |
|   version "0.18.0"
 | |
|   resolved "https://registry.yarnpkg.com/@bazel/bazel-linux_x64/-/bazel-linux_x64-0.18.0.tgz#0c02b2404ec95c180e17615cc7079ee07df48a69"
 | |
|   integrity sha512-Rq8X8bL6SgQvbOHnfPhSgF6hp+f6Fbt2w6pRmBlFvV1J+CeUyrSrrRXfnnO1bjIuq05Ur3mV8ULA0qK6rtA5lQ==
 | |
| 
 | |
| "@bazel/bazel-win32_x64@0.18.0":
 | |
|   version "0.18.0"
 | |
|   resolved "https://registry.yarnpkg.com/@bazel/bazel-win32_x64/-/bazel-win32_x64-0.18.0.tgz#aa4575fb00066dcf59a6d464971774dea6a0bafd"
 | |
|   integrity sha512-U2TbfK8B7dc3JqXSFwj2oXCQrxEaSzCCUkAHjAOIGOKzx/HLKIKs+NJj9IQkLLr7BsMU+Qqzo8aqo11E+Vs+aA==
 | |
| 
 | |
| "@bazel/bazel@file:../../node_modules/@bazel/bazel":
 | |
|   version "0.18.0"
 | |
|   optionalDependencies:
 | |
|     "@bazel/bazel-darwin_x64" "0.18.0"
 | |
|     "@bazel/bazel-linux_x64" "0.18.0"
 | |
|     "@bazel/bazel-win32_x64" "0.18.0"
 |