Skip to content

Commit 4bd819e

Browse files
committed
chore: explicitly add axios dependency
1 parent a2b5a5d commit 4bd819e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"dependencies": {
3434
"@ton/core": "^0.60.1",
3535
"@ton/sandbox": "^0.28.0",
36-
"@ton/ton": "^15.2.1"
36+
"@ton/ton": "^15.2.1",
37+
"axios": "^1.6.7"
3738
},
3839
"devDependencies": {
3940
"@ton/crypto": "^3.3.0",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ __metadata:
11071107
"@ton/ton": "npm:^15.2.1"
11081108
"@types/jest": "npm:^29.5.14"
11091109
"@types/node": "npm:^22.14.0"
1110+
axios: "npm:^1.6.7"
11101111
esbuild: "npm:^0.25.2"
11111112
eslint: "npm:^9.19.0"
11121113
eslint-plugin-unicorn: "npm:^56.0.1"

0 commit comments

Comments
 (0)