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.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tamj0rd2 authored and probot-auto-merge[bot] committed Jun 17, 2021
1 parent 81a36eb commit 7a3e84a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 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.5"
},
"dependencies": {
"typescript": "^4.2.4"
"typescript": "^4.3.3"
}
}
29 changes: 21 additions & 8 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.2.4"
"typescript": "^4.3.3"
},
"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.92.0",
"ts-json-schema-generator": "^0.93.0",
"winston": "^3.2.1",
"yargs": "^17.0.1"
}
Expand Down

0 comments on commit 7a3e84a

Please sign in to comment.