Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b87642

Browse files
committedMar 24, 2025··
also niljs update
1 parent 23a316b commit 7b87642

File tree

4 files changed

+51
-17
lines changed

4 files changed

+51
-17
lines changed
 

‎niljs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"solc-typed-ast": "^18.2.3",
5454
"tsx": "4.17.0",
5555
"typescript": "^5.6.2",
56-
"typescript-eslint": "^8.12.2"
56+
"typescript-eslint": "^8.12.2",
57+
"rimraf": "^6.0.1"
5758
},
5859
"publishConfig": {
5960
"access": "public",

‎nix/npmdeps.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ in
2020
../explorer_frontend/package.json
2121
../uniswap/package.json
2222
../rollup-bridge-contracts/package.json
23+
../wallet-extension/package.json
2324
];
2425
};
2526
pname = "nil";
26-
hash = "sha256-7U6rT/TuEnz83JhUuHzHYMkIj60alBnEDXSnW0uAS+Q=";
27+
hash = "sha256-zblsctTvIbaEwKtYs71fz1RzK6rJ9TOsDPKBjBSEt6Y=";
2728
})

‎package.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,28 @@
2929
"x64",
3030
"arm64"
3131
]
32-
}
32+
},
33+
"ignoredBuiltDependencies": [
34+
"@biomejs/biome",
35+
"baseui",
36+
"core-js",
37+
"core-js-pure",
38+
"cypress",
39+
"esbuild",
40+
"fast-folder-size",
41+
"gifsicle",
42+
"highlight.js",
43+
"jpegtran-bin",
44+
"keccak",
45+
"optipng-bin",
46+
"protobufjs",
47+
"secp256k1",
48+
"sharp",
49+
"yarn"
50+
],
51+
"onlyBuiltDependencies": [
52+
"better-sqlite3"
53+
]
3354
},
3455
"overrides": {
3556
"whatwg-url": "13.0.0",

‎pnpm-lock.yaml

+25-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.