Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
feat(deps): add support for typescript 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tamj0rd2 committed Sep 10, 2021
1 parent dcae9a7 commit e3bb539
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions black-box-tests/pre-release/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 black-box-tests/pre-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"ts-jest": "^26.5.6"
},
"dependencies": {
"typescript": "^4.3.5"
"typescript": "^4.4.2"
}
}
18 changes: 12 additions & 6 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 @@ -94,7 +94,7 @@
"strip-ansi": "^6.0.0",
"supertest": "^6.0.0",
"ts-jest": "^26.3.0",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"peerDependencies": {
"typescript": "^4.0.2"
Expand Down

0 comments on commit e3bb539

Please sign in to comment.