Skip to content

Commit

Permalink
chore: bump webassemblyjs
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Jul 23, 2018
1 parent b310b9b commit 59114c1
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 125 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -5,11 +5,11 @@
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"license": "MIT",
"dependencies": {
"@webassemblyjs/ast": "1.6.0",
"@webassemblyjs/helper-module-context": "1.6.0",
"@webassemblyjs/wasm-edit": "1.6.0",
"@webassemblyjs/wasm-opt": "1.6.0",
"@webassemblyjs/wasm-parser": "1.6.0",
"@webassemblyjs/ast": "1.7.3",
"@webassemblyjs/helper-module-context": "1.7.3",
"@webassemblyjs/wasm-edit": "1.7.3",
"@webassemblyjs/wasm-opt": "1.7.3",
"@webassemblyjs/wasm-parser": "1.7.3",
"acorn": "^5.6.2",
"acorn-dynamic-import": "^3.0.0",
"ajv": "^6.1.0",
Expand Down

0 comments on commit 59114c1

Please sign in to comment.