Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36be9af

Browse files
authoredMay 21, 2024··
--- (#2567)
1 parent 5522e28 commit 36be9af

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed
 

‎examples/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"constructs": "^10.3.0",
4141
"jest": "^29.7.0",
4242
"source-map-support": "^0.5.21",
43-
"ts-jest": "^29.1.2",
43+
"ts-jest": "^29.1.3",
4444
"tsx": "^4.10.5",
4545
"typescript": "^5.4.5"
4646
},
@@ -61,7 +61,7 @@
6161
"constructs": "^10.3.0",
6262
"esbuild": "^0.21.3",
6363
"jest": "^29.7.0",
64-
"ts-jest": "^29.1.2",
64+
"ts-jest": "^29.1.3",
6565
"ts-node": "^10.9.2",
6666
"typescript": "^5.4.5"
6767
}

‎package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"lint-staged": "^15.2.2",
6969
"markdownlint-cli2": "^0.13.0",
7070
"prettier": "^3.2.5",
71-
"ts-jest": "^29.1.2",
71+
"ts-jest": "^29.1.3",
7272
"ts-node": "^10.9.2",
7373
"typedoc": "^0.25.13",
7474
"typedoc-plugin-missing-exports": "^2.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.