Skip to content

Commit 7a03428

Browse files
Update vue-code-block
1 parent 517edd5 commit 7a03428

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"@vue/compiler-sfc": "^3.3.8",
9696
"@vue/eslint-config-typescript": "^12.0.0",
9797
"@vueuse/core": "^10.5.0",
98+
"@wdns/vue-code-block": "^2.2.15",
9899
"autoprefixer": "^10.4.16",
99100
"core-js": "^3.33.2",
100101
"eslint": "^8.53.0",
@@ -134,7 +135,6 @@
134135
"vite-plugin-stylelint": "^5.2.0",
135136
"vite-plugin-vuetify": "^1.0.2",
136137
"vue-tsc": "1.8.22",
137-
"vue3-code-block": "^2.2.12",
138138
"webfontloader": "^1.6.28"
139139
}
140140
}

pnpm-lock.yaml

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

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import '@/libraries/fontawesome';
22
import App from './App.vue';
3-
import CodeBlock from 'vue3-code-block';
3+
import CodeBlock from '@wdns/vue-code-block';
44
import VDrilldownTable from './index';
55
import { createApp } from 'vue';
66
import { createPinia } from 'pinia';

0 commit comments

Comments
 (0)