Skip to content

Commit

Permalink
Update typescript to v4.6.2 (#530)
Browse files Browse the repository at this point in the history
Description of changes

Updates typescript package to v4.6.2. This is the latest stable version of typescript that can be installed without conflicting with versions of typescript used in other dependencies.

Namely, the latest stable release of @microsoft/eslint-config-fast-dna requires typescript versions to be ~3.9.0 || ~4.3.5 || ^4.6.2.
  • Loading branch information
hawkticehurst authored Dec 6, 2023
1 parent a3e9d62 commit 5864a13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -54,7 +54,7 @@
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-transform-tagged-template": "0.0.3",
"tslib": "^2.1.0",
"typescript": "4.3.5"
"typescript": "^4.6.2"
},
"keywords": [
"vscode",
Expand Down

0 comments on commit 5864a13

Please sign in to comment.