Skip to content

Commit 773f790

Browse files
devversionatscott
authored andcommitted
feat(dev-infra): update to latest benchpress version (angular#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 angular#38440
1 parent f4ced74 commit 773f790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-infra/tmpl-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ts-circular-deps": "./ts-circular-dependencies/index.js"
1010
},
1111
"dependencies": {
12-
"@angular/benchpress": "0.2.0",
12+
"@angular/benchpress": "0.2.1",
1313
"@octokit/graphql": "<from-root>",
1414
"@octokit/types": "<from-root>",
1515
"brotli": "<from-root>",

0 commit comments

Comments
 (0)