Deduplicated ts-node and typescript dependencies

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

- this commit deduplicates where we define the versions of these
  packages to make them easier to maintain
This commit is contained in:
Daniel Lockyer 2023-07-24 14:30:47 +02:00 committed by Daniel Lockyer
parent d0f9c8cf0c
commit bb4c3de992
9 changed files with 8 additions and 20 deletions

View File

@ -85,7 +85,6 @@
"storybook": "7.1.0",
"stylelint": "15.10.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.6",
"vite-plugin-svgr": "3.2.0",
"vitest": "0.33.0"

View File

@ -67,7 +67,6 @@
"storybook": "7.1.0",
"stylelint": "15.10.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.6",
"vite-plugin-commonjs": "0.8.2",
"vite-plugin-svgr": "3.2.0",

View File

@ -23,9 +23,7 @@
"@tryghost/domain-events": "0.0.0",
"c8": "7.14.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"sinon": "15.2.0"
},
"dependencies": {
"@tryghost/errors": "^1.2.25",

View File

@ -27,8 +27,7 @@
"devDependencies": {
"c8": "7.14.0",
"i18next-parser": "8.3.0",
"mocha": "10.2.0",
"typescript": "5.1.6"
"mocha": "10.2.0"
},
"dependencies": {
"i18next": "23.2.11"

View File

@ -22,9 +22,7 @@
"devDependencies": {
"c8": "7.14.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"sinon": "15.2.0"
},
"dependencies": {
"@tryghost/nql": "^0.11.0"

View File

@ -22,9 +22,7 @@
"devDependencies": {
"c8": "7.14.0",
"mocha": "10.2.0",
"sinon": "15.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"sinon": "15.2.0"
},
"dependencies": {
"@tryghost/errors": "^1.2.25",

View File

@ -23,9 +23,7 @@
"@tryghost/domain-events": "0.0.0",
"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": {},
"c8": {

View File

@ -22,9 +22,7 @@
"devDependencies": {
"c8": "7.14.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

@ -127,6 +127,7 @@
"lint-staged": "13.2.3",
"nx": "16.5.5",
"rimraf": "5.0.1",
"ts-node": "10.9.1"
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}