Skip to content

Commit

Permalink
Merge pull request #24 from Anastasia-Labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
solidsnakedev authored Jan 10, 2024
2 parents 924cf59 + 52da04f commit 558e621
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 530 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let
overlays = [
(self: super: {
nodejs = super.nodejs-18_x;
nodejs = super.nodejs_20;
pnpm = super.nodePackages.pnpm;
})
];
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@sinclair/typebox": "^0.25.13",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"@sinclair/typebox": "^0.32.5",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "0.34.6"
},
"directories": {
"test": "test"
},
"dependencies": {
"@anastasia-labs/lucid-cardano-fork": "^0.10.8-rc.2"
"@anastasia-labs/lucid-cardano-fork": "^0.10.7"
}
}
Loading

0 comments on commit 558e621

Please sign in to comment.