Files
bevy/.github/start-wasm-example/package.json
François Mockers 3ca67f042a Update npm test dependencies (#21372)
# Objective

- We use npm for tests on wasm and on mobile
- Dependencies haven't been updated in... a long time

## Solution

- Update them

## Testing

- I ran both in local and it worked
2025-10-15 07:09:34 +00:00

17 lines
282 B
JSON

{
"name": "start-wasm-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.55.1"
},
"dependencies": {
"dotenv": "^17.2.3"
}
}