Skip to content

Commit

Permalink
Fix missing jest-junit dependencies on some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Apr 9, 2024
1 parent fe16138 commit 2576345
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/jest-when": "^2.7.4",
"copy-webpack-plugin": "^11.0.0",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"jest-when": "^3.5.0",
"monaco-editor": "^0.39.0",
"monaco-editor-webpack-plugin": "^7.0.1",
Expand Down
1 change: 1 addition & 0 deletions packages/cors-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@types/node": "^18.13.0",
"cross-env": "^7.0.3",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"ts-jest": "^26.5.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^9.1.2",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
Expand Down
1 change: 1 addition & 0 deletions packages/runtime-tools-swf-gateway-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"copyfiles": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"openapi-types": "^7.0.1",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/runtime-tools-swf-webapp-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^9.1.2",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
Expand Down
1 change: 1 addition & 0 deletions packages/uniforms-patternfly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@types/testing-library__react": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"rimraf": "^3.0.2",
"simpl-schema": "^1.12.0",
"ts-jest": "^26.5.6",
Expand Down
1 change: 1 addition & 0 deletions packages/xml-parser-ts-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@types/node": "^18.13.0",
"glob": "^10.2.7",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"typescript": "^4.6.2"
Expand Down
21 changes: 21 additions & 0 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 2576345

Please sign in to comment.