Skip to content

Commit

Permalink
dealing with dependency nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Feb 14, 2025
1 parent 0e4e4f9 commit fef75b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingcommon-ue5.5",
"version": "0.2.7",
"version": "0.2.8",
"description": "Common utilities library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/cjs/pixelstreamingcommon.js",
"module": "dist/esm/pixelstreamingcommon.js",
Expand All @@ -24,7 +24,6 @@
"devDependencies": {
"@eslint/js": "^9.20.0",
"@protobuf-ts/plugin": "^2.9.4",
"@types/ws": "^8.5.14",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
Expand All @@ -39,7 +38,8 @@
},
"dependencies": {
"@protobuf-ts/runtime": "^2.9.4",
"ws": "^8.18.0"
"ws": "^8.18.0",
"@types/ws": "^8.5.14"
},
"author": "Epic Games",
"license": "MIT",
Expand Down

0 comments on commit fef75b5

Please sign in to comment.