Skip to content

Commit

Permalink
Merge pull request #14 from astahmer/chore/update-deps
Browse files Browse the repository at this point in the history
feat: add Typescript v[4.9.5 ; 5.1.6] support
  • Loading branch information
wessberg committed Aug 4, 2023
2 parents 25f17c0 + 4054197 commit f7ade86
Show file tree
Hide file tree
Showing 17 changed files with 1,864 additions and 1,654 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -72,7 +72,7 @@
"jsdom": "^20.0.0",
"standard-changelog": "^2.0.27",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"typescript": "^5.1.6",
"typescript-3-4-1": "npm:typescript@3.4.1",
"typescript-3-5-1": "npm:typescript@3.5.1",
"typescript-3-6-2": "npm:typescript@3.6.2",
Expand All @@ -87,7 +87,10 @@
"typescript-4-5-4": "npm:typescript@4.5.4",
"typescript-4-6-4": "npm:typescript@4.6.4",
"typescript-4-7-2": "npm:typescript@4.7.2",
"typescript-4-8-2": "npm:typescript@4.8.2"
"typescript-4-8-2": "npm:typescript@4.8.2",
"typescript-4-9-4": "npm:typescript@4.9.4",
"typescript-5-0-4": "npm:typescript@5.0.4",
"typescript-5-1-6": "npm:typescript@5.1.6"
},
"dependencies": {
"ansi-colors": "^4.1.3",
Expand Down

0 comments on commit f7ade86

Please sign in to comment.