Skip to content

Commit

Permalink
Upgrade to TypeScript 4.8.0
Browse files Browse the repository at this point in the history
Change-Id: I1b9791a21c49251d9afa7ea707b4b77466513498
  • Loading branch information
tbuschto committed Nov 8, 2022
1 parent d6dd154 commit 0a208ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -44,7 +44,7 @@
"sinon-chai": "^2.11.0",
"ts-node": "^8.6.2",
"tslib": "^2.0.1",
"typescript": "^4.0.3",
"typescript": "4.8",
"uglify-es": "^3.0.27"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tabris": "^3.7.0"
},
"devDependencies": {
"typescript": "4.0.x"
"typescript": "4.8"
},
"scripts": {
"build": "tsc -p .",
Expand Down

0 comments on commit 0a208ef

Please sign in to comment.