Skip to content

Commit

Permalink
Merge pull request #480 from IBM/update-typescript
Browse files Browse the repository at this point in the history
Update TypeScript to v4.4
  • Loading branch information
abdonrd committed Nov 4, 2021
2 parents 8c8f6f8 + e0028f5 commit 7fde340
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@
"lockFileMaintenance": {
"automerge": true,
"automergeType": "branch"
},
"ignoreDeps": ["typescript"]
}
}
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 @@ -58,7 +58,7 @@
"rollup": "^2.58.3",
"stylelint": "^13.13.1",
"stylelint-config-ibmresearch": "~0.8.3",
"typescript": "~4.2.4"
"typescript": "^4.4.4"
},
"eslintConfig": {
"extends": "ibmresearch",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"useDefineForClassFields": false,
"allowJs": true,
"maxNodeModuleJsDepth": 2
},
Expand Down

0 comments on commit 7fde340

Please sign in to comment.