Skip to content

Commit

Permalink
Update wasm-pack to try to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Oct 29, 2024
1 parent 8ffa621 commit aae6c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "^2.8.3",
"typedoc": "^0.22.17",
"typescript": "4.7",
"wasm-pack": "^0.12.1",
"wasm-pack": "^0.13.0",
"yargs-parser": "~21.0.1"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4011,10 +4011,10 @@ walker@^1.0.8:
dependencies:
makeerror "1.0.12"

wasm-pack@^0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/wasm-pack/-/wasm-pack-0.12.1.tgz#974c1fbbf5b65c9e135e0d1fba3a97de1a21a489"
integrity sha512-dIyKWUumPFsGohdndZjDXRFaokUT/kQS+SavbbiXVAvA/eN4riX5QNdB6AhXQx37zNxluxQkuixZUgJ8adKjOg==
wasm-pack@^0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/wasm-pack/-/wasm-pack-0.13.0.tgz#c2637e0129e1854735f3daead45d92165d54709d"
integrity sha512-AmboGZEnZoIcVCzSlkLEmNFEqJN+IwgshJ5S7pi30uNUTce4LvWkifQzsQRxnWj47G8gkqZxlyGlyQplsnIS7w==
dependencies:
binary-install "^1.0.1"

Expand Down

0 comments on commit aae6c3f

Please sign in to comment.