Skip to content

Commit 6a75585

Browse files
committed
fix(twilio-run): handle adding object as header correctly as an error
1 parent d43ab63 commit 6a75585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "^2.2.1",
4343
"rimraf": "^3.0.2",
4444
"ts-jest": "^29.1.2",
45-
"typedoc": "^0.26.5",
45+
"typedoc": "^0.27.4",
4646
"typescript": "^5.3.3"
4747
},
4848
"lint-staged": {

packages/plugin-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "src/index.js",
1010
"dependencies": {
1111
"@oclif/core": "^1.14.2",
12-
"@twilio-labs/serverless-api": "^5.5.0",
12+
"@twilio-labs/serverless-api": "^5.5.2",
1313
"@twilio/cli-core": "^7.0.0",
1414
"inquirer": "^8.0.0",
1515
"ora": "^5.4.0",

packages/serverless-twilio-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
3131
},
3232
"dependencies": {
33-
"@twilio-labs/serverless-api": "^1.0.1"
33+
"@twilio-labs/serverless-api": "^5.5.2"
3434
},
3535
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
3636
}

0 commit comments

Comments
 (0)