Skip to content

Commit

Permalink
fix(deps): update dependency ansi_up to v6 (#2431)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <[email protected]>
Co-authored-by: qwerty287 <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2023
1 parent 663e3a6 commit d3e9866
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@kyvg/vue3-notification": "^3.0.0",
"@vueuse/components": "^10.4.0",
"@vueuse/core": "^10.0.0",
"ansi_up": "^5.2.1",
"ansi_up": "^6.0.0",
"dayjs": "^1.11.9",
"fuse.js": "^6.6.2",
"humanize-duration": "^3.28.0",
Expand Down
8 changes: 4 additions & 4 deletions web/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion web/src/components/repo/pipeline/PipelineLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
import '~/style/console.css';
import { useStorage } from '@vueuse/core';
import AnsiUp from 'ansi_up';
import { AnsiUp } from 'ansi_up';
import { debounce } from 'lodash';
import { computed, inject, nextTick, onMounted, Ref, ref, toRef, watch } from 'vue';
import { useI18n } from 'vue-i18n';
Expand Down

0 comments on commit d3e9866

Please sign in to comment.