Skip to content

Commit

Permalink
fix: move typescript to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 27, 2023
1 parent 71e239e commit 3396e8c
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 @@ -48,8 +48,7 @@
"conventional-recommended-bump": "^6.1.0",
"git-cliff": "^1.2.0",
"js-yaml": "^4.1.0",
"semver": "^7.5.1",
"typescript": "^5.0.4"
"semver": "^7.5.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
Expand All @@ -72,7 +71,8 @@
"pinst": "^3.0.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"resolutions": {
"acorn": "^8.8.2",
Expand Down

0 comments on commit 3396e8c

Please sign in to comment.