Skip to content

Commit

Permalink
Merge branch 'main' into generalize-run-samples-script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 22, 2023
2 parents e1f8308 + 5107002 commit 16c86ea
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 16c86ea

Please sign in to comment.