Skip to content

Commit

Permalink
fix(server): downgrade crossws dependency to maintain compatibility
Browse files Browse the repository at this point in the history
Downgraded the `crossws` package from version 0.3.0 to 0.2.4 in the `devDependencies` of the `server` package to address compatibility issues with the current version of `h3`. This change ensures that development dependencies remain functional and compatible with other integrated services.
  • Loading branch information
shorwood committed Sep 8, 2024
1 parent aaebbe2 commit 771b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"crossws": "0.3.0",
"crossws": "0.2.4",
"h3": "1.12.0",
"typeorm": "0.3.20"
}
Expand Down

0 comments on commit 771b5b1

Please sign in to comment.