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.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tamj0rd2 authored and probot-auto-merge[bot] committed Feb 26, 2021
1 parent 8430330 commit 9349b5c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.2"
},
"dependencies": {
"typescript": "^4.1.5"
"typescript": "^4.2.2"
}
}
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.

4 changes: 2 additions & 2 deletions 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.5"
"typescript": "^4.2.2"
},
"peerDependencies": {
"typescript": "^4.0.2"
Expand All @@ -111,7 +111,7 @@
"js-yaml": "^3.13.1",
"node-fetch": "^2.6.0",
"qs": "^6.9.3",
"ts-json-schema-generator": "^0.86.1",
"ts-json-schema-generator": "^0.87.0",
"winston": "^3.2.1",
"yargs": "^16.0.2"
}
Expand Down

0 comments on commit 9349b5c

Please sign in to comment.