Skip to content

Commit 6432d24

Browse files
authored
Bump TypeScript to ~4.6.2 (#527)
1 parent 90eac32 commit 6432d24

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"module": "./dist-es/index.js",
1818
"sideEffects": false,
1919
"dependencies": {
20-
"tslib": "^2.3.0"
20+
"tslib": "^2.3.1"
2121
},
2222
"devDependencies": {
2323
"@tsconfig/recommended": "1.0.1",
2424
"concurrently": "7.0.0",
2525
"downlevel-dts": "0.7.0",
2626
"rimraf": "^3.0.0",
2727
"typedoc": "^0.19.2",
28-
"typescript": "~4.3.5"
28+
"typescript": "~4.6.2"
2929
},
3030
"engines": {
3131
"node": ">=12.0.0"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"incremental": true,
77
"removeComments": true,
88
"resolveJsonModule": true,
9-
"rootDir": "src"
9+
"rootDir": "src",
10+
"useUnknownInCatchVariables": false
1011
},
1112
"exclude": ["test/"]
1213
}

0 commit comments

Comments
 (0)