-
Notifications
You must be signed in to change notification settings - Fork 5
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
Security updates #34
Security updates #34
Conversation
3c7cdf7
to
98123cd
Compare
The app seems to be functioning fine on the current deployment from commit 98123cd |
dbfbaab
to
da11092
Compare
app/frontend/package.json
Outdated
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.
Would be good to indent the first level to show a clearer diff of the packages
app/frontend/src/App.vue
Outdated
@@ -14,15 +14,21 @@ | |||
</template> | |||
|
|||
<script> | |||
// eslint-disable-next-line vue/no-reserved-component-names |
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.
i dont think we need all these instructions telling eslint to ignore in this file.
I had them in the other repo because the components were named Header and Footer which are reserved names.
Where here they are BCGovHeader and BCGovFoter.
Could try removing.
dfd94f0
to
1723b22
Compare
Description
Types of changes
Checklist
Further comments