Skip to content

Commit

Permalink
Update Node.js dependencies (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Sep 18, 2020
1 parent 36a06c5 commit a41f9ba
Show file tree
Hide file tree
Showing 6 changed files with 836 additions and 2,098 deletions.
2,423 changes: 785 additions & 1,638 deletions Example/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "An example use of JavaScriptKit",
"private": true,
"dependencies": {
"@wasmer/wasi": "^0.9.1",
"@wasmer/wasmfs": "^0.9.1",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"javascript-kit-swift": "file:../Runtime"
},
"devDependencies": {
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit a41f9ba

Please sign in to comment.