mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
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:
parent
576449cdc7
commit
61d53ed7af
@ -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": {}
|
||||
}
|
||||
|
@ -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": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user