Removed extra ts-node and typescript dependencies

refs https://github.com/TryGhost/DevOps/issues/50

- these are not needed because they are present in the top-level
This commit is contained in:
Daniel Lockyer 2023-08-09 17:29:42 +02:00 committed by Daniel Lockyer
parent 576449cdc7
commit 61d53ed7af
2 changed files with 2 additions and 6 deletions

View File

@ -22,9 +22,7 @@
"devDependencies": {
"c8": "8.0.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"sinon": "15.2.0"
},
"dependencies": {}
}

View File

@ -23,9 +23,7 @@
"devDependencies": {
"c8": "8.0.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"sinon": "15.2.0"
},
"dependencies": {}
}