-
Notifications
You must be signed in to change notification settings - Fork 108
FY2019Q4 Quarterly refresh #14
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
FY2019Q4 Quarterly refresh #14
Conversation
andrewconnell
commented
May 24, 2019
- Updated all packages to "wanted" versions
- Fixed screen capture for app registration
- Fixed app registration information in PPTX
- Added key for proper react rendering of array
- Updated code to support MSAL 1.0.0 GA release
Updated all packages to "latest" versions Fixed screen capture for app registration Fixed app registration information in PPTX Added key for proper react rendering of array Updated code to support MSAL 1.0.0 GA release
Updated all packages to "latest" versions Fixed screen capture for app registration Fixed app registration information in PPTX Added key for proper react rendering of array Updated code to support MSAL 1.0.0 GA release
…aph-training-reactspa
| "dependencies": { | ||
| "@fortawesome/fontawesome-free": "^5.7.2", | ||
| "@microsoft/microsoft-graph-client": "^1.5.2", | ||
| "@fortawesome/fontawesome-free": "^5.8.2", |
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.
Note for future updates: Updates to packages should be reflected in create-app.md (where it tells you to install specific versions)
| "react-scripts": "2.1.5", | ||
| "reactstrap": "^7.1.0" | ||
| "msal": "^1.0.0", | ||
| "react": "^16.8.6", |
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.
Because this app is created by create-react-app, we need to be cautious updating these libraries. I'm going to update create-react-app to the latest and see what it outputs.