Skip to content

Commit

Permalink
chore(dev-deps): bump mutation-testing-elements (#2424)
Browse files Browse the repository at this point in the history
Bump mutation-testing-elements and related packages to `~1.4.0`.
  • Loading branch information
nicojs authored Aug 26, 2020
1 parent 7528cd1 commit e38360a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions 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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"link-parent-bin": "~1.0.0",
"load-grunt-tasks": "~5.1.0",
"mocha": "^8.0.1",
"mutation-testing-metrics": "~1.3.0",
"mutation-testing-metrics": "~1.4.0",
"rxjs": "~6.5.3",
"semver": "~6.3.0",
"ts-jest": "^25.4.0",
Expand Down
14 changes: 7 additions & 7 deletions e2e/test/karma-webpack-with-ts/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 e2e/test/karma-webpack-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"posttest": "mocha --require ../../tasks/ts-node-register.js verify/verify.ts"
},
"dependencies": {
"lit-element": "^2.3.1",
"mutation-testing-metrics": "^1.3.0",
"mutation-testing-report-schema": "^1.3.1"
"lit-element": "~2.3.1",
"mutation-testing-metrics": "~1.4.0",
"mutation-testing-report-schema": "~1.4.0"
},
"devDependencies": {
"@types/webpack-env": "^1.15.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node": ">=10"
},
"dependencies": {
"mutation-testing-report-schema": "~1.3.0",
"mutation-testing-report-schema": "~1.4.0",
"surrial": "~2.0.2",
"tslib": "~2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"log4js": "6.2.1",
"minimatch": "^3.0.4",
"mkdirp": "~1.0.3",
"mutation-testing-elements": "~1.3.0",
"mutation-testing-metrics": "~1.3.0",
"mutation-testing-elements": "~1.4.0",
"mutation-testing-metrics": "~1.4.0",
"npm-run-path": "^4.0.1",
"progress": "~2.0.0",
"rimraf": "~3.0.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 @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"ajv": "^6.12.0",
"mutation-testing-metrics": "~1.3.0"
"mutation-testing-metrics": "~1.4.0"
},
"devDependencies": {
"@stryker-mutator/api": "4.0.0-beta.3",
Expand Down

0 comments on commit e38360a

Please sign in to comment.