fix: limit ts-node upgrades

This commit is contained in:
Joe Previte
2021-03-24 17:01:28 -07:00
parent 9a7908e784
commit d3c1906390
2 changed files with 5 additions and 45 deletions

View File

@@ -66,7 +66,7 @@
"prettier-plugin-sh": "^0.6.0",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^4.0.0",
"ts-node": "^9.0.0",
"ts-node": "~9.0.0",
"typescript": "^4.1.3",
"wtfnode": "^0.8.4"
},