Skip to content

Commit

Permalink
Upgrade typescript, fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Dec 16, 2021
1 parent ae2b16b commit 5f9e2fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"tslint-eslint-rules": "^5.3.1",
"tslint-react": "^5.0.0",
"typed-redux-saga": "^1.3.1",
"typescript": "^4.1.2",
"typescript": "^4.5.4",
"webln": "0.2.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/PromptTemplate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class PromptTemplate extends React.Component<Props, State> {
} catch (error) {
this.setState({
isConfirming: false,
error,
error: error as Error,
});
return;
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6209,7 +6209,7 @@ typescript-tuple@^2.2.1:
dependencies:
typescript-compare "^0.0.2"

typescript@^4.1.2:
typescript@^4.5.4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
Expand Down

0 comments on commit 5f9e2fa

Please sign in to comment.