build(bazel): use fine-grained npm deps (#26111)
This commit is contained in:
11
tools/npm/package.json
Normal file
11
tools/npm/package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "minimal @npm repo",
|
||||
"dependencies": {
|
||||
"@bazel/karma": "0.19.1",
|
||||
"@bazel/typescript": "0.19.1",
|
||||
"typescript": "~3.1.1"
|
||||
},
|
||||
"scripts": {
|
||||
"//": "TODO(gmagolan): figure out how to keep dependencies here up to date with the root package.json"
|
||||
}
|
||||
}
|
3186
tools/npm/yarn.lock
Normal file
3186
tools/npm/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user