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] committed Nov 22, 2023
1 parent 3b3f250 commit 7c78f95
Show file tree
Hide file tree
Showing 4 changed files with 1,242 additions and 1,342 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"minimist": "^1.2.5"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/jest": "^29.5.10",
"@types/lodash": "^4.14.150",
"@types/minimist": "^1.2.0",
"@types/node": "^13.13.4",
"jest": "^25.5.4",
"jest": "^29.7.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"ts-jest": "^29.1.1",
"typescript": "^3.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/json-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"mkdirp": "^0.5.1"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/jest": "^29.5.10",
"@types/jsonfile": "^5.0.0",
"@types/lodash": "^4.14.150",
"@types/mkdirp": "^0.5.2",
"@types/node": "^13.13.4",
"jest": "^25.5.4",
"jest": "^29.7.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"ts-jest": "^29.1.1",
"typescript": "^3.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/lemon-sour/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/jest": "^25.2.1",
"@types/jest": "^29.5.10",
"@types/js-yaml": "^3.12.3",
"@types/mv": "^2.1.0",
"@types/node": "^13.13.4",
Expand All @@ -79,10 +79,10 @@
"@types/rimraf": "^2.0.4",
"cross-env": "^7.0.2",
"esm": "^3.2.25",
"jest": "^25.5.4",
"jest": "^29.7.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"ts-jest": "^25.4.0",
"ts-jest": "^29.1.1",
"typescript": "^3.8.3"
}
}
Loading

0 comments on commit 7c78f95

Please sign in to comment.