Skip to content

Commit

Permalink
Merge pull request #4661 from LibreSign/backport/4650/stable29
Browse files Browse the repository at this point in the history
[stable29] chore(deps): Bump @nextcloud/vue from 8.22.0 to 8.23.1
  • Loading branch information
vitormattos authored Feb 13, 2025
2 parents 3d0d562 + 74631d1 commit 233d81c
Show file tree
Hide file tree
Showing 63 changed files with 233 additions and 274 deletions.
153 changes: 56 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.8.0",
"@nextcloud/vue": "^8.22.0",
"@nextcloud/vue": "^8.23.1",
"@vueuse/core": "^11.3.0",
"blueimp-md5": "^2.19.0",
"copy-webpack-plugin": "^12.0.2",
Expand Down
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
</template>

<script>
import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
import NcContent from '@nextcloud/vue/dist/Components/NcContent.js'
import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
import NcAppContent from '@nextcloud/vue/components/NcAppContent'
import NcContent from '@nextcloud/vue/components/NcContent'
import NcEmptyContent from '@nextcloud/vue/components/NcEmptyContent'

import LeftSidebar from './Components/LeftSidebar/LeftSidebar.vue'
import RightSidebar from './Components/RightSidebar/RightSidebar.vue'
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Draw/Draw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import DrawIcon from 'vue-material-design-icons/Draw.vue'
import SignatureTextIcon from 'vue-material-design-icons/SignatureText.vue'
import UploadIcon from 'vue-material-design-icons/Upload.vue'
import NcAppSidebar from '@nextcloud/vue/dist/Components/NcAppSidebar.js'
import NcAppSidebarTab from '@nextcloud/vue/dist/Components/NcAppSidebarTab.js'
import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
import NcAppSidebar from '@nextcloud/vue/components/NcAppSidebar'
import NcAppSidebarTab from '@nextcloud/vue/components/NcAppSidebarTab'
import NcDialog from '@nextcloud/vue/components/NcDialog'
import Editor from './Editor.vue'
import FileUpload from './FileUpload.vue'
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Draw/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ import { VPerfectSignature } from 'v-perfect-signature'
import DeleteIcon from 'vue-material-design-icons/Delete.vue'
import PaletteIcon from 'vue-material-design-icons/Palette.vue'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcColorPicker from '@nextcloud/vue/dist/Components/NcColorPicker.js'
import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
import NcButton from '@nextcloud/vue/components/NcButton'
import NcColorPicker from '@nextcloud/vue/components/NcColorPicker'
import NcDialog from '@nextcloud/vue/components/NcDialog'
import PreviewSignature from '../PreviewSignature/PreviewSignature.vue'
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Draw/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<script>
import { Cropper } from 'vue-advanced-cropper'
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js'
import NcButton from '@nextcloud/vue/components/NcButton'
import NcDialog from '@nextcloud/vue/components/NcDialog'
import { SignatureImageDimensions } from './options.js'
Expand Down
Loading

0 comments on commit 233d81c

Please sign in to comment.