Skip to content

Commit aaa4ffe

Browse files
authored
fix: decouple axios version from core SDK (#261)
1 parent d9c20bc commit aaa4ffe

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

package-lock.json

+33-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs#readme",
3535
"dependencies": {
36-
"@smartthings/core-sdk": "^8.0.1",
36+
"@smartthings/core-sdk": "^8.1.3",
3737
"@types/aws-lambda": "^8.10.122",
3838
"@types/i18n": "^0.13.6",
3939
"async-mutex": "^0.4.0",

0 commit comments

Comments
 (0)