Skip to content

Commit ac8fb3f

Browse files
fix: override typescript version for typedoc (#561)
Co-authored-by: Eduardo Rodrigues <[email protected]>
1 parent e186605 commit ac8fb3f

File tree

1 file changed

+5
-0
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+5
-0
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"typedoc": "^0.19.2",
2828
"typescript": "~4.6.2"
2929
},
30+
"overrides": {
31+
"typedoc": {
32+
"typescript": "~4.6.2"
33+
}
34+
},
3035
"engines": {
3136
"node": ">=12.0.0"
3237
},

0 commit comments

Comments
 (0)