Skip to content

Commit dd378dc

Browse files
committed
update pnpm version
1 parent dd1d7dd commit dd378dc

File tree

23 files changed

+4267
-2899
lines changed

23 files changed

+4267
-2899
lines changed

basics/pda-rent-payer/anchor/pnpm-lock.yaml

Lines changed: 239 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/pda-rent-payer/anchor/tests/bankrun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { assert } from "chai";
77
import { startAnchor } from "solana-bankrun";
88
import type { PdaRentPayer } from "../target/types/pda_rent_payer";
99

10-
import IDL from "../target/idl/pda_rent_payer.json" with { type: "json" };
10+
import IDL from "../target/idl/pda_rent_payer.json";
1111
const PROGRAM_ID = new PublicKey(IDL.address);
1212

1313
describe("PDA Rent-Payer", async () => {

basics/transfer-sol/anchor/pnpm-lock.yaml

Lines changed: 239 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/transfer-sol/anchor/tests/bankrun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { BN } from "bn.js";
1212
import { startAnchor } from "solana-bankrun";
1313
import type { TransferSol } from "../target/types/transfer_sol";
1414

15-
import IDL from "../target/idl/transfer_sol.json" with { type: "json" };
15+
import IDL from "../target/idl/transfer_sol.json";
1616
const PROGRAM_ID = new PublicKey(IDL.address);
1717

1818
describe("Bankrun example", async () => {

tokens/create-token/anchor/pnpm-lock.yaml

Lines changed: 270 additions & 237 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokens/nft-minter/anchor/pnpm-lock.yaml

Lines changed: 353 additions & 287 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokens/pda-mint-authority/anchor/pnpm-lock.yaml

Lines changed: 353 additions & 287 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokens/pda-mint-authority/anchor/tests/bankrun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BN } from "bn.js";
77
import { startAnchor } from "solana-bankrun";
88
import type { TokenMinter } from "../target/types/token_minter";
99

10-
import IDL from "../target/idl/token_minter.json" with { type: "json" };
10+
import IDL from "../target/idl/token_minter.json";
1111
const PROGRAM_ID = new PublicKey(IDL.address);
1212
const METADATA_PROGRAM_ID = new PublicKey(
1313
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",

tokens/spl-token-minter/anchor/pnpm-lock.yaml

Lines changed: 353 additions & 287 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokens/spl-token-minter/anchor/tests/bankrun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BN } from "bn.js";
77
import { startAnchor } from "solana-bankrun";
88
import type { SplTokenMinter } from "../target/types/spl_token_minter";
99

10-
import IDL from "../target/idl/spl_token_minter.json" with { type: "json" };
10+
import IDL from "../target/idl/spl_token_minter.json";
1111
const PROGRAM_ID = new PublicKey(IDL.address);
1212
const METADATA_PROGRAM_ID = new PublicKey(
1313
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s",

0 commit comments

Comments
 (0)