Skip to content

Commit

Permalink
fix(testing): use jest v29 deps in @nrwl/jest (nrwl#16256)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens authored and peppoasap committed Apr 18, 2023
1 parent defcc2f commit 051cb17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
"migrations": "./migrations.json"
},
"dependencies": {
"@jest/reporters": "28.1.1",
"@jest/test-result": "28.1.1",
"@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1",
"@nrwl/devkit": "file:../devkit",
"@nrwl/js": "file:../js",
"@phenomnomnominal/tsquery": "~5.0.1",
"chalk": "^4.1.0",
"dotenv": "~10.0.0",
"identity-obj-proxy": "3.0.0",
"jest-config": "28.1.1",
"jest-resolve": "28.1.1",
"jest-util": "28.1.1",
"jest-config": "^29.4.1",
"jest-resolve": "^29.4.1",
"jest-util": "^29.4.1",
"resolve.exports": "1.1.0",
"tslib": "^2.3.0"
},
Expand Down

0 comments on commit 051cb17

Please sign in to comment.