Skip to content

Commit

Permalink
Fix issue with Typescript compatibility
Browse files Browse the repository at this point in the history
We had to bump the typescript version to avoid this error:

```
node_modules/@types/har-format/index.d.ts:258:6 - error TS1023: An index signature parameter type must be either 'string' or 'number'.
```
  • Loading branch information
fcsonline committed Dec 12, 2024
1 parent bad7397 commit d82ecea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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 @@ -98,7 +98,7 @@
"glob": "^7.1.7",
"mocha": "^10.1.0",
"prettier": "2.3.2",
"typescript": "^4.3.2",
"typescript": "^4.4.0",
"vsce": "^2.15.0",
"vscode-test": "^1.5.2"
},
Expand Down

0 comments on commit d82ecea

Please sign in to comment.