mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
include tsnode14 package.json
This commit is contained in:
parent
05065928a6
commit
8ff09a7308
2 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue