Skip to content

Commit

Permalink
chore(deps) Update dependency jest to v29 (tauri-apps#5110)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
renovate[bot] and lucasfernog authored Sep 2, 2022
1 parent 89af335 commit 4cd8507
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 369 deletions.
2 changes: 1 addition & 1 deletion tooling/cli/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"fs-extra": "10.1.0",
"jest": "28.1.3",
"jest": "29.0.1",
"jest-transform-toml": "1.0.0",
"prettier": "2.7.1"
},
Expand Down
6 changes: 5 additions & 1 deletion tooling/cli/node/test/jest/fixtures/empty/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"scripts": {
"build": ""
}
}
Loading

0 comments on commit 4cd8507

Please sign in to comment.