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 Dec 8, 2022
1 parent f6b5ad4 commit e2f0a63
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 695 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.3.1",
"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.0.3",
"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.2.4",
"@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.3.1",
"prettier": "2.7.1",
"ts-jest": "27.1.5"
"ts-jest": "29.0.3"
}
}
Loading

0 comments on commit e2f0a63

Please sign in to comment.