Skip to content
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

Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 #884

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/terms_of_service-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/terms_of_service-registration.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service-registration.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/terms_of_service-user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/terms_of_service-user.js.map

Large diffs are not rendered by default.

1,676 changes: 903 additions & 773 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^6.0.0",
"vue-template-compiler": "^2.7.16"
}
Expand Down
2 changes: 1 addition & 1 deletion src/Registration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default {
}
</script>
<style scoped lang="scss">
::v-deep .modal-container {
:deep .modal-container {
display: flex;
height: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/UserApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
generateUrl(url),
{
termId: this.termsId,
}

Check warning on line 139 in src/UserApp.vue

View workflow job for this annotation

GitHub Actions / eslint

Missing trailing comma
).then(() => {
window.location.reload()
})
Expand All @@ -151,7 +151,7 @@

<style lang="scss" scoped>

::v-deep .modal-container {
:deep .modal-container {
display: flex;
height: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModalContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
/**
* Basic Markdown support
*/
::v-deep div.text-content {
:deep div.text-content {
height: 100%;
overflow: auto;
text-align: left;
Expand Down
Loading