Skip to content

Commit

Permalink
chore: moved prando to devDependencies (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia authored Jan 25, 2025
1 parent f35abe8 commit 3590a18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/wallet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { storeTransfer, Transfer, Wallet } from "./output/wallet_Wallet";
import { Blockchain, SandboxContract, TreasuryContract } from "@ton/sandbox";
import { beginCell, toNano } from "@ton/core";
import { sign } from "@ton/crypto";
import { testKey } from "../src/utils/testKey";
import { testKey } from "../src/test/utils/testKey";
import "@ton/test-utils";

describe("wallet", () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"json-bigint": "^1.0.0",
"ohm-js": "^17.1.0",
"path-normalize": "^6.0.13",
"prando": "^6.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
Expand All @@ -98,6 +97,7 @@
"jest": "^29.3.1",
"knip": "^5.24.1",
"pinst": "^3.0.0",
"prando": "^6.0.1",
"prettier": "^3.2.5",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
Expand Down
File renamed without changes.

0 comments on commit 3590a18

Please sign in to comment.