Skip to content

Commit

Permalink
chore(deps): upgrade typescript to 4.4 (#4932)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade typescript to 4.4

* chore: set useUnknownInCatchVariables to false
  • Loading branch information
Shinigami92 authored Sep 28, 2021
1 parent 16fc894 commit 936b398
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"sirv": "^1.0.17",
"ts-jest": "^27.0.5",
"ts-node": "^10.1.0",
"typescript": "~4.3.5",
"typescript": "~4.4.3",
"vitepress": "^0.19.1",
"yorkie": "^2.0.0",
"rollup": "^2.57.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/vite/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declaration": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"esModuleInterop": true
"esModuleInterop": true,
"useUnknownInCatchVariables": false
}
}
72 changes: 33 additions & 39 deletions pnpm-lock.yaml

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

0 comments on commit 936b398

Please sign in to comment.