Skip to content

Commit

Permalink
Bump NcVue to v8.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jan 3, 2024
1 parent b5404cd commit ffe8405
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions js/password_policy-settings.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions js/password_policy-settings.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

/*! @license DOMPurify 2.4.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.5/LICENSE */

/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */

/*! For license information please see NcSettingsSection.js.LICENSE.txt */

/**
* @copyright Copyright (c) 2021 Jonas Rittershofer <jotoeri@users.noreply.github.com>
*
Expand Down
2 changes: 1 addition & 1 deletion js/password_policy-settings.js.map

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 @@ -26,7 +26,7 @@
"@nextcloud/dialogs": "^4.0.1",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/vue": "^7.11.6",
"@nextcloud/vue": "^8.4.0",
"vue": "^2.7.14"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
-->

<template>
<NcSettingsSection :title="t('password_policy', 'Password policy')">
<NcSettingsSection :name="t('password_policy', 'Password policy')">
<ul class="password-policy__settings-list">
<li>
<input id="password-policy__settings__min-length"
Expand Down

0 comments on commit ffe8405

Please sign in to comment.