Skip to content

Commit

Permalink
bump webassemblyjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 10, 2018
1 parent e0e0061 commit 52e1630
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 330 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -5,10 +5,10 @@
"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.7.4",
"@webassemblyjs/helper-module-context": "1.7.4",
"@webassemblyjs/wasm-edit": "1.7.4",
"@webassemblyjs/wasm-parser": "1.7.4",
"@webassemblyjs/ast": "1.7.5",
"@webassemblyjs/helper-module-context": "1.7.5",
"@webassemblyjs/wasm-edit": "1.7.5",
"@webassemblyjs/wasm-parser": "1.7.5",
"acorn": "^5.6.2",
"acorn-dynamic-import": "^3.0.0",
"ajv": "^6.1.0",
Expand Down

0 comments on commit 52e1630

Please sign in to comment.