Skip to content

Commit

Permalink
Maybe updating things will fix the build?
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Nov 24, 2024
1 parent 1d23a37 commit 4ab454d
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 710 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@rspack/cli": "^1.0.14",
"@rspack/core": "^1.0.14",
"@rspack/cli": "^1.1.3",
"@rspack/core": "^1.1.3",
"@rspack/dev-server": "^1.0.9",
"@swc/helpers": "^0.5.13",
"@swc/register": "^0.1.10",
"@types/node": "^22.7.9",
"@swc-node/register": "^0.1.12",
"@swc/helpers": "^0.5.15",
"@types/node": "^22.9.3",
"@types/pngjs": "^6.0.5",
"@types/webxr": "^0.5.20",
"@webgpu/types": "^0.1.49",
"@xmldom/xmldom": "^0.9.4",
"@webgpu/types": "^0.1.51",
"@xmldom/xmldom": "^0.9.5",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
Expand All @@ -21,9 +21,9 @@
"html-webpack-plugin": "^5.6.3",
"onchange": "^7.1.0",
"pngjs": "^7.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"wasm-pack": "^0.13.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"wasm-pack": "^0.13.1",
"webm-muxer": "^5.0.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 4ab454d

Please sign in to comment.