Skip to content

Commit 8ca60da

Browse files
committed
@types/jest added
1 parent c2937a4 commit 8ca60da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@synx-ai/oas3-mdx",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Convert OpenAPI spec to Markdown files.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -51,6 +51,7 @@
5151
},
5252
"license": "MIT",
5353
"devDependencies": {
54+
"@types/jest": "^26.0.20",
5455
"@types/node": "^14.14.31",
5556
"@typescript-eslint/eslint-plugin": "^4.15.2",
5657
"@typescript-eslint/parser": "^4.15.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
dependencies:
635635
"@types/istanbul-lib-report" "*"
636636

637-
"@types/jest@26.x":
637+
"@types/jest@26.x", "@types/jest@^26.0.20":
638638
version "26.0.20"
639639
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
640640
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==

0 commit comments

Comments
 (0)