Skip to content

Commit

Permalink
Fix lockfile (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 10, 2025
1 parent 253161d commit 3ff9184
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@e3a87366ddfbb45ab5c1f8f90b7ee3a2fd652715
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@e3a87366ddfbb45ab5c1f8f90b7ee3a2fd652715
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@e3a87366ddfbb45ab5c1f8f90b7ee3a2fd652715
uses: wasilibs/actions/.github/workflows/update-node.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
with:
packages: "@bufbuild/protoc-gen-es"
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/protoc-gen-es": "latest",
"@bufbuild/protoplugin": "latest",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
},
"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 3ff9184

Please sign in to comment.