Skip to content

Commit c3eaf1c

Browse files
Merge pull request #7954 from nextcloud-libraries/dependabot/npm_and_yarn/vue-tsc-3.1.7
chore(deps-dev): bump vue-tsc from 3.1.5 to 3.1.7
2 parents f2ace4d + e5737a2 commit c3eaf1c

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"vue-eslint-parser": "^10.2.0",
160160
"vue-material-design-icons": "^5.3.1",
161161
"vue-styleguidist": "^4.72.4",
162-
"vue-tsc": "^3.1.5",
162+
"vue-tsc": "^3.1.7",
163163
"webpack": "^5.103.0",
164164
"webpack-merge": "^6.0.1"
165165
},

src/components/NcUserBubble/NcUserBubble.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ import type { RouteLocation } from 'vue-router'
6969
7070
import { computed, warn, watch } from 'vue'
7171
import { RouterLink } from 'vue-router'
72+
import NcAvatar from '../NcAvatar/NcAvatar.vue'
73+
import NcPopover from '../NcPopover/NcPopover.vue'
7274
import NcUserBubbleDiv from './NcUserBubbleDiv.vue'
73-
import NcAvatar from '../NcAvatar/index.js'
74-
import NcPopover from '../NcPopover/index.js'
7575
7676
/**
7777
* Default popover state. Requires the UserBubble

0 commit comments

Comments
 (0)