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] authored Jul 3, 2023
1 parent d01e7f5 commit 7456660
Show file tree
Hide file tree
Showing 7 changed files with 10,075 additions and 12,477 deletions.
1,913 changes: 951 additions & 962 deletions cdk-example/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"ansi-regex": "3.0.1"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"@types/node": "16.18.37",
"@types/prettier": "2.7.3",
"aws-cdk": "2.83.1",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
Expand Down
20,613 changes: 9,111 additions & 11,502 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"xml2js": "0.6.0"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"ts-node": "10.9.1",
"turbo": "1.10.3",
"typescript": "4.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/asl-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"@types/mocha": "10.0.1",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "4.7.4"
}
}
6 changes: 3 additions & 3 deletions packages/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"watch": "tsc -w"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"@types/node": "16.18.3",
"@types/prettier": "2.7.3",
"aws-cdk-lib": "2.39.1",
"constructs": "10.2.50",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "4.7.4"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@aws-sdk/client-organizations": "3.363.0",
"@aws-sdk/client-sfn": "3.363.0",
"@aws-sdk/client-sns": "3.363.0",
"@types/jest": "28.1.8",
"@types/jest": "29.5.2",
"@types/mocha": "10.0.1",
"@types/node": "18.6.3",
"jest": "28.1.3",
"jest": "29.5.0",
"node-fetch": "3.3.1",
"ts-jest": "28.0.8"
"ts-jest": "29.1.0"
}
}

0 comments on commit 7456660

Please sign in to comment.