Skip to content

Commit

Permalink
fix(testing): use jest v29 deps in @nrwl/jest (#16256)
Browse files Browse the repository at this point in the history
(cherry picked from commit b15db06)
  • Loading branch information
barbados-clemens authored and FrozenPandaz committed Apr 24, 2023
1 parent ffe3fb1 commit 33a691b
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": "4.1.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 33a691b

Please sign in to comment.