Skip to content

Commit

Permalink
chore(dev-deps): update jest to ^29 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Aug 1, 2023
1 parent 6921ac3 commit 853ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/base-app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
},
"devDependencies": {
"jest": "^27.2.4"
"jest": "^29"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
Expand Down

0 comments on commit 853ed34

Please sign in to comment.