Skip to content

Commit

Permalink
fix: ws eventlistener bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Nov 30, 2024
1 parent ca3e09a commit f62648f
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 90 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@estruyf/github-actions-reporter": "^1.9.2",
"@fastify/static": "^8.0.3",
"@mercuryworkshop/bare-as-module3": "^2.2.5",
Expand All @@ -43,12 +43,12 @@
"@rspack/core": "^1.1.4",
"@types/eslint": "^9.6.1",
"@types/estree": "^1.0.6",
"@types/node": "^22.10.0",
"@types/serviceworker": "^0.0.106",
"@types/node": "^22.10.1",
"@types/serviceworker": "^0.0.107",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"fastify": "^5.1.0",
"playwright": "^1.49.0",
"prettier": "^3.4.1",
Expand Down
Loading

0 comments on commit f62648f

Please sign in to comment.