Skip to content

Commit

Permalink
examples: web examples node.js deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Jul 20, 2023
1 parent 7052905 commit 4005871
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions examples/web-ay-player/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pkg
dist
node_modules
package-lock.json
yarn.lock
11 changes: 5 additions & 6 deletions examples/web-ay-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"text-encoding": "^0.7.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}
1 change: 1 addition & 0 deletions examples/web-zxspectrum/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist-*/
node_modules/
package-lock.json
wasm-pack.log
yarn.lock
11 changes: 5 additions & 6 deletions examples/web-zxspectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"serve": "webpack-dev-server"
},
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
"text-encoding": "^0.7.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
"html-webpack-plugin": "^5.5.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}

0 comments on commit 4005871

Please sign in to comment.