-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use correct version of joi
#392
Conversation
joi
server/views/index.js
Outdated
@@ -11,7 +11,7 @@ module.exports = `<!DOCTYPE html> | |||
<link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/styleguide/4.8.10/index.min.css" /> | |||
<link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/manage/v0.3.1672/css/index.min.css"> | |||
<% if (assets.style) { %><link rel="stylesheet" type="text/css" href="<%= assets.style %>"><% } %> | |||
<% if (assets.version) { %><link rel="stylesheet" type="text/css" href="//cdn.auth0.com/extensions/auth0-authz/assets/auth0-authz.ui.<%= assets.version %>.css"><% } %> | |||
<% if (assets.version) { %><link rel="stylesheet" type="text/css" href="//cdn.auth0.com/extensions/develop/auth0-authz/assets/auth0-authz.ui.<%= assets.version %>.css"><% } %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should changes to this file be reverted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooh yes, great spot, thank you!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in 656be35
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested but have seen Tim's testing screenshot and it LGTM.
✏️ Changes
auth0-extension-hapi-tools
dep and brings some required code in to the repo as the original repo (sub)depended on an incompatible version ofjoi
inert
to@hapi/inert
joi
inblipp
to the correct versionjoi@17.12.2
which is now in canirequire (PR). This is the version whichhapi-swagger@17.2.1
includes as a dependency in canirequire - see discussion here.📷 Screenshots
If there were visual changes to the application with this change, please include before and after screenshots here. If it has animation, please use screen capture software like to make a gif.
🔗 References
🎯 Testing
Tested manually in
prod-uk-1
:🚀 Deployment
🚫 This will be built locally and deployed manually when the appropriate webtask changes have made it to prod