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

Commit

Permalink
Merge pull request #132 from vitalyiegorov/master
Browse files Browse the repository at this point in the history
fix(core): Typescript 4.0 compatibility
  • Loading branch information
nadeesha authored Jun 27, 2021
2 parents d6677f2 + 1ff8b8e commit f82be52
Show file tree
Hide file tree
Showing 2 changed files with 1,368 additions and 2,287 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@types/node": "^13.13.1",
"@typescript-eslint/parser": "^2.29.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"jest": "^25.4.0",
"prettier": "^2.0.5",
"eslint-config-prettier": "^6.11.0",
"semantic-release": "^17.2.3",
"ts-jest": "^25.4.0",
"ts-node": "^8.9.0",
"typescript": "^3.9.5"
"typescript": "^4.3.2"
},
"dependencies": {
"commander": "^6.2.1",
"cosmiconfig": "^7.0.0",
"json5": "^2.1.3",
"lodash": "^4.17.21",
"true-myth": "^4.1.0",
"ts-morph": "^7.3.0"
"ts-morph": "^11.0.0"
},
"files": [
"/lib"
Expand Down
Loading

0 comments on commit f82be52

Please sign in to comment.