File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- uses : wasilibs/actions/.github/workflows/ci.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
13
+ uses : wasilibs/actions/.github/workflows/ci.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
14
14
secrets : inherit
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ permissions:
12
12
13
13
jobs :
14
14
release :
15
- uses : wasilibs/actions/.github/workflows/release.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
15
+ uses : wasilibs/actions/.github/workflows/release.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
16
16
secrets : inherit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
12
12
jobs :
13
13
build :
14
- uses : wasilibs/actions/.github/workflows/update-node.yaml@3a74924c1d1fdcf313557c374a13a102a4614a25
14
+ uses : wasilibs/actions/.github/workflows/update-node.yaml@a2cd2bff4c41a1a0333323178fc6af7481b13520
15
15
with :
16
16
packages : prettier
17
17
secrets : inherit
Original file line number Diff line number Diff line change 4
4
"" : {
5
5
"name" : " wasm" ,
6
6
"dependencies" : {
7
- "esbuild" : " latest " ,
8
- "mvdan-sh" : " latest " ,
9
- "prettier" : " latest " ,
7
+ "esbuild" : " ^0.24.2 " ,
8
+ "mvdan-sh" : " ^0.10.1 " ,
9
+ "prettier" : " 3.4.2 " ,
10
10
},
11
11
"devDependencies" : {
12
- "@biomejs/biome" : " latest " ,
13
- "@types/node" : " latest " ,
12
+ "@biomejs/biome" : " ^1.9.4 " ,
13
+ "@types/node" : " ^22.13.1 " ,
14
14
"@types/quickjs" : " github:Gottox/quickjs-dts" ,
15
- "typescript" : " latest " ,
15
+ "typescript" : " ^5.7.3 " ,
16
16
},
17
17
},
18
18
},
You can’t perform that action at this time.
0 commit comments