Skip to content

Commit

Permalink
fix: update openapi 2.3.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored and Ruslan Bagautdinov committed Sep 24, 2024
1 parent 7dc1435 commit b9b5762
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@diplodoc/babel-preset": "^1.0.2",
"@diplodoc/components": "^4.12.5",
"@diplodoc/lint": "^1.1.1",
"@diplodoc/openapi-extension": "^2.1.0",
"@diplodoc/openapi-extension": "^2.3.2",
"@diplodoc/tsconfig": "^1.0.2",
"@gravity-ui/page-constructor": "^5.22.0",
"@gravity-ui/uikit": "^6.1.1",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"declaration": true,
"outDir": "build",
"jsx": "react",
"baseUrl": "."
"baseUrl": ".",
"paths": {
"@diplodoc/openapi-extension/*": ["./node_modules/@diplodoc/openapi-extension/build/*"]
}
},
"include": ["src", "./manifest.d.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit b9b5762

Please sign in to comment.