Skip to content

Commit

Permalink
Update yarn deps
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r committed Mar 2, 2021
1 parent 5fe585b commit eea23f9
Show file tree
Hide file tree
Showing 2 changed files with 608 additions and 1,574 deletions.
17 changes: 7 additions & 10 deletions bindings/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"build": "npm run build:web && npm run build:nodejs && npm run build:docs",
"pretest": "npm run build:nodejs",
"prepublishOnly": "npm run build",
"test": "mocha",
"serve": "webpack-dev-server",
"serve": "webpack serve",
"example:node": "node examples/node.js"
},
"contributors": [
Expand All @@ -40,15 +39,13 @@
"node"
],
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.1.0",
"copy-webpack-plugin": "^6.3.0",
"jsdoc-to-markdown": "^6.0.1",
"mocha": "^7.1.2",
"rimraf": "^3.0.0",
"@wasm-tool/wasm-pack-plugin": "^1.3.3",
"copy-webpack-plugin": "^7.0.0",
"jsdoc-to-markdown": "^7.0.0",
"wasm-pack": "^0.9.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"node-fetch": "^2.6.0"
Expand Down
Loading

0 comments on commit eea23f9

Please sign in to comment.