Skip to content

Commit e15a786

Browse files
committed
Purescript lbr-plutus upgraded
1 parent a7f9d7b commit e15a786

File tree

8 files changed

+161
-175
lines changed

8 files changed

+161
-175
lines changed

runtimes/purescript/lbr-plutus/build.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _:
1414
withRuntime = false;
1515
packageLockOnly = true;
1616
packages = [
17-
pkgs.nodejs_16
17+
pkgs.nodejs-18_x
1818
pkgs.bashInteractive
1919
pkgs.fd
2020
] ++ config.settings.shell.tools;

runtimes/purescript/lbr-plutus/package-lock.json

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

runtimes/purescript/lbr-plutus/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"dependencies": {
1717
"@emurgo/cardano-serialization-lib-browser": "11.2.1",
1818
"@emurgo/cardano-serialization-lib-nodejs": "11.2.1",
19+
"@mlabs-haskell/cardano-serialization-lib-gc-browser": "^1.0.6",
20+
"@mlabs-haskell/cardano-serialization-lib-gc-nodejs": "^1.0.6",
1921
"@mlabs-haskell/csl-gc-wrapper": "^1.0.1",
20-
"@mlabs-haskell/json-bigint": " 1.0.0",
22+
"@mlabs-haskell/json-bigint": "2.0.0",
2123
"@noble/secp256k1": "^1.7.0",
2224
"base64-js": "^1.5.1",
23-
"big-integer": "1.6.51",
2425
"bignumber.js": "^9.1.1",
2526
"bufferutil": "4.0.5",
2627
"node-polyfill-webpack-plugin": "1.1.4",

0 commit comments

Comments
 (0)