Skip to content

Commit

Permalink
Merge pull request #2003 from nextcloud/renovate/master-nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Oct 21, 2023
2 parents c15a1cc + 1167195 commit dd63fd6
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 58 deletions.
99 changes: 44 additions & 55 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"@mdi/svg": "^7.3.67",
"@nextcloud/auth": "^2.2.1",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^5.0.0-beta.5",
"@nextcloud/dialogs": "^5.0.0-beta.6",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0-beta.26",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/router": "^2.2.0",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^8.0.0-beta.8",
"@skjnldsv/vue-plyr": "^7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@
</template>

<script>
import '@nextcloud/dialogs/style.css'
import Vue from 'vue'

import axios from '@nextcloud/axios'
import '@nextcloud/dialogs/dist/index.css'
import { showError } from '@nextcloud/dialogs'
import { emit, subscribe, unsubscribe } from '@nextcloud/event-bus'
import { registerFileAction, FileAction, Permission, DefaultType } from '@nextcloud/files'
Expand Down

0 comments on commit dd63fd6

Please sign in to comment.