Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Trying to fix dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Jan 31, 2024
1 parent caff751 commit b296840
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions Frontend/ui-library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Frontend/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5",
"version": "0.0.7",
"version": "0.0.8",
"description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.",
"main": "dist/lib-pixelstreamingfrontend-ui.js",
"module": "dist/lib-pixelstreamingfrontend-ui.esm.js",
Expand All @@ -16,8 +16,8 @@
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.7",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.7",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.0.8",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.8",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"cspell": "^4.1.0",
Expand All @@ -35,7 +35,7 @@
"jss-plugin-global": "^10.9.2"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.7"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b296840

Please sign in to comment.