Skip to content

Commit

Permalink
Update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 30af383 commit 107f165
Show file tree
Hide file tree
Showing 3 changed files with 656 additions and 692 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"eslint-plugin-only-warn": "1.0.3",
"eslint-plugin-promise": "6.1.0",
"eslint-plugin-varspacing": "1.2.2",
"jest": "28.1.3",
"jest": "29.5.0",
"mongodb-runner": "4.9.0",
"nodemon": "2.0.20",
"nyc": "15.1.0",
"prettier": "2.7.1",
"ts-jest": "28.0.8",
"ts-jest": "29.1.0",
"typescript": "4.8.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
},
"devDependencies": {
"@types/crypto-js": "4.1.1",
"@types/jest": "27.5.2",
"@types/jest": "29.5.0",
"@types/node": "16.18.7",
"@types/parse": "2.18.18",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"eslint": "8.25.0",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "8.7.1",
"jest": "28.1.3",
"jest": "29.5.0",
"prettier": "2.7.1",
"ts-jest": "27.1.5"
"ts-jest": "29.1.0"
}
}
Loading

0 comments on commit 107f165

Please sign in to comment.