Skip to content

Commit

Permalink
fix(deps): update mutation-testing-elements monorepo to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 27fccbe commit 887de0a
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 @@ -47,8 +47,8 @@
"karma-webpack": "5.0.1",
"minimatch": "9.0.4",
"mocha": "10.4.0",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-report-schema": "3.0.2",
"mutation-testing-metrics": "3.1.0",
"mutation-testing-report-schema": "3.1.0",
"playwright": "1.44.0",
"rxjs": "7.8.1",
"semver": "7.6.1",
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": ">=18.0.0"
},
"dependencies": {
"mutation-testing-metrics": "3.0.2",
"mutation-testing-report-schema": "3.0.2",
"mutation-testing-metrics": "3.1.0",
"mutation-testing-report-schema": "3.1.0",
"tslib": "~2.6.2",
"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.1",
"minimatch": "~9.0.3",
"mutation-testing-elements": "3.0.2",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-report-schema": "3.0.2",
"mutation-testing-elements": "3.1.0",
"mutation-testing-metrics": "3.1.0",
"mutation-testing-report-schema": "3.1.0",
"npm-run-path": "~5.3.0",
"progress": "~2.0.3",
"rxjs": "~7.8.1",
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.3.0",
"mutation-testing-metrics": "3.0.2",
"mutation-testing-metrics": "3.1.0",
"rxjs": "~7.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit 887de0a

Please sign in to comment.