Skip to content

Commit

Permalink
fix(mte): allow valid mutant schema v2 reports (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: Nico Jansen <jansennico@gmail.com>
  • Loading branch information
rouke-broersma and nicojs authored May 12, 2023
1 parent c252d96 commit 836ff4e
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 72 deletions.
16 changes: 8 additions & 8 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"main": "dist/src/index.js",
"license": "ISC",
"dependencies": {
"mutation-testing-report-schema": "2.0.0"
"mutation-testing-report-schema": "2.0.1"
}
}
34 changes: 17 additions & 17 deletions packages/data-access/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"@stryker-mutator/dashboard-common": "0.13.1",
"azure-storage": "^2.10.2",
"mutation-testing-metrics": "2.0.0",
"mutation-testing-report-schema": "2.0.0"
"mutation-testing-metrics": "2.0.1",
"mutation-testing-report-schema": "2.0.1"
},
"devDependencies": {
"@types/es6-promisify": "^6.0.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"azure-storage": "^2.10.3",
"jsonwebtoken": "^8.5.1",
"mutation-testing-report-schema": "2.0.0"
"mutation-testing-report-schema": "2.0.1"
},
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions packages/website-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/website-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/request-promise-native": "1.0.18",
"@types/supertest": "2.0.12",
"@types/uuid": "^8.3.4",
"mutation-testing-report-schema": "2.0.0",
"mutation-testing-report-schema": "2.0.1",
"nodemon": "^2.0.16"
},
"keywords": [],
Expand Down
16 changes: 8 additions & 8 deletions packages/website-contract/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/website-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"mutation-testing-report-schema": "2.0.0"
"mutation-testing-report-schema": "2.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
28 changes: 14 additions & 14 deletions packages/website-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/website-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@stryker-mutator/dashboard-common": "0.13.1",
"@stryker-mutator/dashboard-contract": "0.13.1",
"bootstrap": "~5.1.3",
"mutation-testing-elements": "^2.0.0",
"mutation-testing-metrics": "^2.0.0",
"mutation-testing-report-schema": "^2.0.0",
"mutation-testing-elements": "2.0.1",
"mutation-testing-metrics": "2.0.1",
"mutation-testing-report-schema": "2.0.1",
"rxjs": "~7.5.5",
"tslib": "^2.4.0",
"zone.js": "~0.11.5"
Expand Down

0 comments on commit 836ff4e

Please sign in to comment.