Skip to content

Commit

Permalink
Zowe Suite v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot committed Aug 14, 2024
2 parents 55480b5 + cdebc52 commit 082595f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
16 changes: 8 additions & 8 deletions system-apps/web-browser-app/nodeServer/package-lock.json

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

9 changes: 7 additions & 2 deletions system-apps/web-browser-app/nodeServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
"start": "tsc --watch"
},
"dependencies": {
"http-proxy": "^1.18.0"
"http-proxy": "^1.18.1"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/http-proxy": "^1.17.3",
"@types/node": "8.10.59",
"typescript": "~4.2.0"
}
},
"overrides": {
"http-proxy": {
"follow-redirects": ">=1.15.6"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
</button>
</div>
</div>
<p class="login-plugin-version" id="v2_maintenance_message">The Version 2 Desktop is now in maintenance status for the duration of the Zowe Version 2 maintenance schedule.</p>
<span class="login-plugin-version" id="ZAP_LoginPage_Version">{{getPluginVersion()}}</span>
</div>
</div>
Expand Down

0 comments on commit 082595f

Please sign in to comment.