Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent ff554ba commit f0bbb12
Show file tree
Hide file tree
Showing 4 changed files with 1,732 additions and 1,387 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"husky": "3.0.9",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"lerna": "^3.17.0",
"lint-staged": "9.4.2",
"prettier": "1.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"dev": "concurrently --kill-others \"yarn test:watch\" \"yarn lint:watch\" \"yarn compile:watch\" "
},
"devDependencies": {
"@types/jest": "24.0.18",
"@types/jest": "29.5.12",
"concurrently": "4.1.2",
"npm-watch": "0.6.0",
"prettier": "1.18.2",
"ts-jest": "24.1.0",
"ts-jest": "29.2.0",
"ts-loader": "6.2.1",
"tslint": "5.20.0",
"tslint-config-airbnb": "5.11.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"dev": "concurrently --kill-others \"yarn test:watch\" \"yarn lint:watch\" \"yarn compile:watch\" "
},
"devDependencies": {
"@types/jest": "24.0.18",
"@types/jest": "29.5.12",
"concurrently": "4.1.2",
"npm-watch": "0.6.0",
"prettier": "1.18.2",
"ts-jest": "24.1.0",
"ts-jest": "29.2.0",
"ts-loader": "6.2.1",
"tslint": "5.20.0",
"tslint-config-airbnb": "5.11.1",
Expand Down
Loading

0 comments on commit f0bbb12

Please sign in to comment.