mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates the version of `@angular/benchpress` to the next patch version. i.e. `v0.2.1`. Additionally, the peer dependency on `@angular/core` has been updated to be satisifed with Angular v10 and v11. Benchpress should be at least compatibe with the next two major versions as it does not rely on any deprecated API from `@angular/core`. PR Close #37676
26 lines
677 B
JSON
26 lines
677 B
JSON
{
|
|
"name": "@angular/benchpress",
|
|
"version": "0.2.1",
|
|
"description": "Benchpress - a framework for e2e performance tests",
|
|
"main": "index.js",
|
|
"typings": "./index.d.ts",
|
|
"strictNullChecks": true,
|
|
"dependencies": {
|
|
"@angular/core": "^10.0.0-0 || ^11.0.0",
|
|
"reflect-metadata": "^0.1.13"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "packages/benchpress"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"benchmarks"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
|
}
|