From fef75b562cca4ef550e464b0a1aa7f9d22906b83 Mon Sep 17 00:00:00 2001 From: "Matthew.Cotton" Date: Fri, 14 Feb 2025 13:28:52 +1100 Subject: [PATCH] dealing with dependency nonsense --- Common/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/package.json b/Common/package.json index e3255d78..91e820d0 100644 --- a/Common/package.json +++ b/Common/package.json @@ -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", @@ -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", @@ -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",