chore: Update TS version and move into dev dependencies

Not needed to actually run the app after it has been built so moving to dev-dependencies
This commit is contained in:
FoxxMD
2022-05-24 10:26:46 -04:00
parent 2073e3f650
commit 1c94548947
2 changed files with 2 additions and 4 deletions

3
package-lock.json generated
View File

@@ -69,7 +69,6 @@
"triple-beam": "^1.3.0",
"typeorm": "^0.3.4",
"typeorm-logger-adaptor": "^1.1.0",
"typescript": "^4.3.4",
"vader-sentiment": "^1.1.3",
"webhook-discord": "^3.7.7",
"wink-sentiment": "^5.0.2",
@@ -123,7 +122,7 @@
"ts-mockito": "^2.6.1",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.13.0",
"typescript": "^4.3.4",
"typescript": "^4.6.4",
"typescript-json-schema": "~0.53"
},
"engines": {

View File

@@ -87,7 +87,6 @@
"triple-beam": "^1.3.0",
"typeorm": "^0.3.4",
"typeorm-logger-adaptor": "^1.1.0",
"typescript": "^4.3.4",
"vader-sentiment": "^1.1.3",
"webhook-discord": "^3.7.7",
"wink-sentiment": "^5.0.2",
@@ -141,7 +140,7 @@
"ts-mockito": "^2.6.1",
"ts-node": "^10.7.0",
"tsconfig-paths": "^3.13.0",
"typescript": "^4.3.4",
"typescript": "^4.6.4",
"typescript-json-schema": "~0.53"
},
"optionalDependencies": {