Skip to content

Commit

Permalink
Fix CI and twilio-run build (#486)
Browse files Browse the repository at this point in the history
* Remove package @types/wrap-ansi

* Declare module for wrap-ansi

* Create kind-fireants-prove.md

---------

Co-authored-by: Andre Lars <[email protected]>
  • Loading branch information
colossal-toby and AndreLars authored Dec 7, 2023
1 parent b498f6f commit 3787785
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .changeset/kind-fireants-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@twilio-labs/serverless-api": patch
"twilio-run": patch
"create-twilio-function": patch
"@twilio-labs/plugin-serverless": patch
---

FRIDGE-9: Update toolkit to default to node18

Fix CI and twilio-run build
1 change: 0 additions & 1 deletion packages/twilio-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@types/is-ci": "^2.0.0",
"@types/qs": "^6.9.4",
"@types/semver": "^7.3.6",
"@types/wrap-ansi": "^8.0.1",
"body-parser": "^1.18.3",
"boxen": "^5.1.2",
"chalk": "^2.4.2",
Expand Down
4 changes: 3 additions & 1 deletion packages/twilio-run/src/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
declare module 'wrap-ansi';

declare module 'columnify' {
function columnify(obj: any, config: any): string;
export = columnify;
Expand Down Expand Up @@ -64,7 +66,7 @@ declare module 'chalk' {
/**
Return a new Chalk instance.
*/
new (options?: Options): Chalk;
new(options?: Options): Chalk;
}

/**
Expand Down

0 comments on commit 3787785

Please sign in to comment.