Skip to content

Commit

Permalink
fix: move typescript to dependencies in package.json (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrabbit authored Jul 18, 2023
1 parent b65589f commit 6f91e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
"tslib": "2.6.0"
"tslib": "2.6.0",
"typescript": "~5.1.3"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.6",
Expand All @@ -67,7 +68,6 @@
"prettier": "^2.8.8",
"release-it": "^15.11.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
"ts-node": "10.9.1"
}
}

0 comments on commit 6f91e6f

Please sign in to comment.