Skip to content

Commit

Permalink
fix(deps): update mutation-testing-elements monorepo to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent ce0ab5a commit 0ac8a87
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
18 changes: 9 additions & 9 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"karma-webpack": "5.0.0",
"minimatch": "9.0.3",
"mocha": "10.2.0",
"mutation-testing-metrics": "2.0.3",
"mutation-testing-report-schema": "2.0.3",
"mutation-testing-metrics": "2.0.5",
"mutation-testing-report-schema": "2.0.5",
"rxjs": "7.8.1",
"semver": "7.5.4",
"tap": "18.5.2",
Expand Down
32 changes: 16 additions & 16 deletions 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/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"mutation-testing-metrics": "2.0.3",
"mutation-testing-report-schema": "2.0.3",
"mutation-testing-metrics": "2.0.5",
"mutation-testing-report-schema": "2.0.5",
"tslib": "~2.6.0",
"typed-inject": "~4.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"lodash.groupby": "~4.6.0",
"log4js": "~6.9.0",
"minimatch": "~9.0.1",
"mutation-testing-elements": "2.0.3",
"mutation-testing-metrics": "2.0.3",
"mutation-testing-report-schema": "2.0.3",
"mutation-testing-elements": "2.0.5",
"mutation-testing-metrics": "2.0.5",
"mutation-testing-report-schema": "2.0.5",
"npm-run-path": "~5.1.0",
"progress": "~2.0.0",
"rxjs": "~7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"ajv": "~8.12.0",
"flatted": "~3.2.5",
"mutation-testing-metrics": "2.0.3",
"mutation-testing-metrics": "2.0.5",
"rxjs": "~7.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0ac8a87

Please sign in to comment.