Skip to content

Commit

Permalink
Fix lockfile (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 10, 2025
1 parent 0b366cb commit b7c2115
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:

jobs:
build:
uses: wasilibs/actions/.github/workflows/ci.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
uses: wasilibs/actions/.github/workflows/ci.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
release:
uses: wasilibs/actions/.github/workflows/release.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
uses: wasilibs/actions/.github/workflows/release.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
uses: wasilibs/actions/.github/workflows/update-node.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
uses: wasilibs/actions/.github/workflows/update-node.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
with:
packages: "@connectrpc/protoc-gen-connect-query"
secrets: inherit
12 changes: 6 additions & 6 deletions buildtools/wasm/bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"": {
"name": "wasm",
"dependencies": {
"@bufbuild/protobuf": "latest",
"@bufbuild/protoplugin": "latest",
"@connectrpc/protoc-gen-connect-query": "latest",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
"@connectrpc/protoc-gen-connect-query": "2.0.1",
},
"devDependencies": {
"@types/node": "latest",
"@types/node": "^22.13.1",
"@types/quickjs": "github:Gottox/quickjs-dts",
"prettier": "latest",
"typescript": "latest",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
},
},
},
Expand Down

0 comments on commit b7c2115

Please sign in to comment.