Skip to content

Commit

Permalink
Update typescript version for DA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 22, 2023
1 parent daebc43 commit 4f6578b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deviceadvisor/tests/mqtt_connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^10.17.50",
"typescript": "^3.9.7"
"typescript": "^4.7.4"
},
"dependencies": {
"aws-iot-device-sdk-v2": "../../../",
Expand Down
2 changes: 1 addition & 1 deletion deviceadvisor/tests/mqtt_publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^10.17.50",
"typescript": "^3.9.7"
"typescript": "^4.7.4"
},
"dependencies": {
"aws-iot-device-sdk-v2": "../../../"
Expand Down
2 changes: 1 addition & 1 deletion deviceadvisor/tests/mqtt_subscribe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^10.17.50",
"typescript": "^3.9.7"
"typescript": "^4.7.4"
},
"dependencies": {
"aws-iot-device-sdk-v2": "../../../"
Expand Down
2 changes: 1 addition & 1 deletion deviceadvisor/tests/shadow_update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^10.17.50",
"typescript": "^3.9.7"
"typescript": "^4.7.4"
},
"dependencies": {
"aws-iot-device-sdk-v2": "../../../"
Expand Down

0 comments on commit 4f6578b

Please sign in to comment.