Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 7545290 commit 2a4198d
Show file tree
Hide file tree
Showing 2 changed files with 845 additions and 1,267 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@types/jest": "^27.0.0",
"@types/jest": "^29.0.0",
"axios": "^0.21.0",
"cors": "^2.8.5",
"date-fns": "^2.21.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.21",
"ts-jest": "^27.0.0"
"ts-jest": "^29.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand All @@ -32,10 +32,10 @@
"@types/date-fns": "^2.6.0",
"@types/express": "^4.17.12",
"@types/lodash": "^4.14.170",
"babel-jest": "^27.2.0",
"babel-jest": "^29.0.0",
"eslint": "^7.24.0",
"husky": "^8.0.0",
"jest": "^27.0.0",
"jest": "^29.0.0",
"nodemon": "^2.0.9",
"prettier": "^2.2.1",
"tempy": "1.0.1",
Expand Down
Loading

0 comments on commit 2a4198d

Please sign in to comment.