Skip to content

Commit

Permalink
Merge pull request #126 from rjharmon/main
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
christianschmitz authored Sep 25, 2024
2 parents df03211 + 5d14a32 commit c333530
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "pnpm run test:version && pnpm run prettify && pnpm run build:types && pnpm run test:suite",
"build:types": "tsc -p jsconfig.json --noEmit false --emitDeclarationOnly",
"lockfile:sync": "pnpm install --ignore-workspace",
"prettify": "prettier . --write",
"test": "pnpm run test:version && pnpm run test:pretty && pnpm run test:types && pnpm run test:suite",
"test:pretty": "prettier . --check",
Expand Down Expand Up @@ -53,8 +54,8 @@
"dependencies": {
"@helios-lang/codec-utils": "^0.1.35",
"@helios-lang/compiler-utils": "^0.1.55",
"@helios-lang/ir": "^0.1.37",
"@helios-lang/ir": "^0.1.38",
"@helios-lang/type-utils": "^0.1.21",
"@helios-lang/uplc": "^0.3.6"
"@helios-lang/uplc": "^0.3.7"
}
}
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c333530

Please sign in to comment.