Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 182a167

Browse files
authored
Moving typescript-collections to dependencies (#4022)
1 parent 1addf74 commit 182a167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

account-compression/sdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"@metaplex-foundation/beet": "^0.7.1",
5656
"@metaplex-foundation/beet-solana": "^0.4.0",
5757
"bn.js": "^5.2.1",
58-
"borsh": "^0.7.0"
58+
"borsh": "^0.7.0",
59+
"typescript-collections": "^1.3.3"
5960
},
6061
"peerDependencies": {
6162
"@solana/web3.js": "^1.50.1"
@@ -85,7 +86,6 @@
8586
"ts-jest-resolver": "^2.0.0",
8687
"ts-node": "^10.9.1",
8788
"typedoc": "^0.22.2",
88-
"typescript": "=4.7.4",
89-
"typescript-collections": "^1.3.3"
89+
"typescript": "=4.7.4"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)