We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267907c commit 1f14edbCopy full SHA for 1f14edb
examples/with-sui/package.json
@@ -8,19 +8,19 @@
8
"typecheck": "tsc --noEmit"
9
},
10
"dependencies": {
11
- "@mysten/sui": "^1.37.6",
+ "@mysten/sui": "1.37.6",
12
"@noble/hashes": "1.4.0",
13
"@turnkey/http": "workspace:*",
14
"@turnkey/sdk-server": "workspace:*",
15
- "async-retry": "^1.3.3",
16
- "cross-fetch": "^4.0.0",
17
- "dotenv": "^16.0.3",
18
- "prompts": "^2.4.2"
+ "async-retry": "1.3.3",
+ "cross-fetch": "4.0.0",
+ "dotenv": "16.0.3",
+ "prompts": "2.4.2"
19
20
"devDependencies": {
21
- "@types/async-retry": "^1.4.8",
22
- "@types/prompts": "^2.4.2",
23
- "tsx": "^3.12.7",
+ "@types/async-retry": "1.4.8",
+ "@types/prompts": "2.4.2",
+ "tsx": "3.12.7",
24
"typescript": "5.4.3"
25
}
26
0 commit comments