Files
RustPython/wasm/example/package.json
dependabot[bot] ae260c13fa Bump webpack from 5.94.0 to 5.104.1 in /wasm/example (#7036)
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.104.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.104.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.104.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-08 00:10:53 +09:00

18 lines
385 B
JSON

{
"name": "rustpython-wasm-example",
"version": "1.0.0",
"dependencies": {
"rustpython_wasm": "0.1.0-pre-alpha.1"
},
"devDependencies": {
"raw-loader": "1.0.0",
"webpack": "5.104.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "webpack",
"dist": "webpack --mode production"
},
"license": "MIT"
}