Skip to content

Commit

Permalink
hotfix: wrap-ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
leroychan committed Nov 10, 2023
1 parent 915a464 commit cdfebf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions serverless-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@
"jsonwebtoken": "^9.0.1",
"node-fetch": "2.6.7",
"twilio": "^3.56",
"uuid": "^9.0.0",
"wrap-ansi": "^9.0.0"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.3.3",
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^9.0.2",
"@types/wrap-ansi": "^8.1.0",
"copyfiles": "^2.2.0",
"dotenv": "^16.3.1",
"shelljs": "^0.8.5",
Expand Down
5 changes: 4 additions & 1 deletion serverless-functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"outDir": "dist",
"skipLibCheck": true,
"sourceMap": true,
"typeRoots": ["types", "./node_modules/@types/"]
"typeRoots": ["types", "./node_modules/@types/"],
"types": [
"node"
]
}
}

0 comments on commit cdfebf9

Please sign in to comment.