Skip to content

Commit 8e6b8cd

Browse files
chore(wrapped-keys-lit-actions): LIT-3920 - Add package dependencies for sync-actions-to-ipfs script
- Updated axios dependency to be a dev dependency (we don't use it in any of our SDK packages), using ^1.6.0 since that was already in our yarn.lock - Added `form-date` as a dev dependency
1 parent 7f7b387 commit 8e6b8cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"@walletconnect/utils": "2.9.2",
5757
"@walletconnect/web3wallet": "1.8.8",
5858
"ajv": "^8.12.0",
59-
"axios": "^0.27.2",
6059
"base64url": "^3.0.1",
6160
"bitcoinjs-lib": "^6.1.0",
6261
"bs58": "^5.0.0",
@@ -100,6 +99,7 @@
10099
"@types/secp256k1": "^4.0.6",
101100
"@typescript-eslint/eslint-plugin": "6.21.0",
102101
"@typescript-eslint/parser": "6.21.0",
102+
"axios": "^1.6.0",
103103
"babel-jest": "27.5.1",
104104
"body-parser": "^1.20.2",
105105
"buffer": "^6.0.3",
@@ -120,6 +120,7 @@
120120
"eslint-plugin-react-hooks": "4.6.0",
121121
"ethereum-abi-types-generator": "^1.3.2",
122122
"express": "^4.18.2",
123+
"form-data": "^4.0.0",
123124
"inquirer": "^9.2.21",
124125
"ipfs-unixfs-importer": "12.0.1",
125126
"jest": "27.5.1",

0 commit comments

Comments
 (0)