diff --git a/Frontend/ui-library/package.json b/Frontend/ui-library/package.json index 823da068..4a247926 100644 --- a/Frontend/ui-library/package.json +++ b/Frontend/ui-library/package.json @@ -1,6 +1,6 @@ { "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5", - "version": "0.4.7", + "version": "0.4.8", "description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.", "main": "dist/cjs/pixelstreamingfrontend-ui.js", "module": "dist/esm/pixelstreamingfrontend-ui.esm.js", @@ -33,7 +33,7 @@ "jss-plugin-global": "^10.9.2" }, "peerDependencies": { - "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.5" + "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.8" }, "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index a8fb0a6f..62b940bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5722,7 +5722,7 @@ }, "Frontend/ui-library": { "name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5", - "version": "0.4.7", + "version": "0.4.8", "license": "MIT", "dependencies": { "jss": "^10.9.2", @@ -5741,7 +5741,7 @@ "typescript": "^5.0.0" }, "peerDependencies": { - "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.5" + "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.4.8" } }, "Frontend/ui-library/node_modules/@babel/runtime": {