Skip to content

Commit

Permalink
chore(deps): update dependency jest-junit to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2022
1 parent 519117e commit 6d33958
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"graphviz-mit": "0.0.9",
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"lint-staged": "13.0.2",
"node-fetch": "2.6.7",
"p-map": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -95,7 +95,7 @@
"global-dirs": "3.0.0",
"is-installed-globally": "0.4.0",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"line-replace": "2.0.1",
"log-update": "4.0.0",
"make-dir": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -102,7 +102,7 @@
"is-obj": "2.0.0",
"is-regexp": "2.1.0",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"js-levenshtein": "1.1.6",
"klona": "2.0.5",
"lz-string": "1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Expand Up @@ -22,7 +22,7 @@
"@types/node": "12.20.55",
"esbuild": "0.14.47",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Expand Up @@ -24,7 +24,7 @@
"@types/node": "16.11.41",
"esbuild": "0.14.47",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"typescript": "4.7.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Expand Up @@ -37,7 +37,7 @@
"@types/node": "12.20.55",
"esbuild": "0.14.47",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"ts-node": "10.8.1",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Expand Up @@ -26,7 +26,7 @@
"execa": "5.1.1",
"fs-jetpack": "4.3.1",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"mariadb": "3.0.0",
"mssql": "8.1.2",
"pg": "8.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Expand Up @@ -38,7 +38,7 @@
"@types/tar": "6.1.1",
"esbuild": "0.14.47",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"mock-stdin": "1.0.0",
"ts-node": "10.8.1",
"typescript": "4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -32,7 +32,7 @@
"esbuild": "0.14.47",
"fs-jetpack": "4.3.1",
"jest": "28.1.1",
"jest-junit": "13.2.0",
"jest-junit": "14.0.0",
"make-dir": "3.1.0",
"mock-stdin": "1.0.0",
"tempy": "1.0.1",
Expand Down
46 changes: 28 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit 6d33958

Please sign in to comment.