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.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tamj0rd2 authored and probot-auto-merge[bot] committed Feb 10, 2021
1 parent e2d1379 commit 8cb92e3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 deletions.
19 changes: 13 additions & 6 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.1"
},
"dependencies": {
"typescript": "^4.1.3"
"typescript": "^4.1.4"
}
}
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.1.3"
"typescript": "^4.1.4"
},
"peerDependencies": {
"typescript": "^4.0.2"
Expand Down

0 comments on commit 8cb92e3

Please sign in to comment.