feat(dev-infra): update to latest benchpress version (#38440)
We recently updated the benchpress package to have a more loose Angular core peer dependency, and less other unused dependencies. We should make sure to use that in the dev-infra package so that peer dependencies can be satisified in consumer projects, and so that less unused dependencies are brought into projects. PR Close #38440
This commit is contained in:
parent
f4ced74e3a
commit
773f7908c0
|
@ -9,7 +9,7 @@
|
|||
"ts-circular-deps": "./ts-circular-dependencies/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/benchpress": "0.2.0",
|
||||
"@angular/benchpress": "0.2.1",
|
||||
"@octokit/graphql": "<from-root>",
|
||||
"@octokit/types": "<from-root>",
|
||||
"brotli": "<from-root>",
|
||||
|
|
Loading…
Reference in New Issue