include tsnode14 package.json

This commit is contained in:
Thomas Rogers
2024-03-09 11:11:20 +01:00
parent 05065928a6
commit 8ff09a7308
2 changed files with 4 additions and 1 deletions

View File

@ -27,11 +27,13 @@
"@types/rfc2047": "^2.0.1",
"@types/showdown": "^2.0.1",
"chai": "^4.3.6",
"@tsconfig/node14": "^1.0.1",
"mocha": "^10.0.0"
},
"dependencies": {
"@google-cloud/functions-framework": "3.1.2",
"@google-cloud/pubsub": "^4.0.0",
"@omnivore/content-handler": "1.0.0",
"@sendgrid/client": "^7.6.0",
"@sentry/serverless": "^7.77.0",

View File

@ -25,7 +25,8 @@
"@types/node": "^14.11.2",
"chai": "^4.3.6",
"chai-string": "^1.5.0",
"mocha": "^10.0.0"
"mocha": "^10.0.0",
"@tsconfig/node14": "^1.0.1"
},
"dependencies": {
"@google-cloud/functions-framework": "3.1.2",