diff --git a/src/dashboard-front/package.json b/src/dashboard-front/package.json index 6e85ed7c0..91db675bd 100644 --- a/src/dashboard-front/package.json +++ b/src/dashboard-front/package.json @@ -25,8 +25,8 @@ "@blueking/bkui-form": "1.0.0-beta.5", "@blueking/login-modal": "^1.0.3", "@blueking/notice-component": "^2.0.2", - "@blueking/release-note": "^0.0.1-beta.7", "@blueking/platform-config": "^1.0.3", + "@blueking/release-note": "0.0.1-beta.14", "art-template": "^4.13.2", "bkui-vue": "1.0.3-beta.58", "connect-history-api-fallback": "^2.0.0", diff --git a/src/dashboard-front/src/components/product-info.vue b/src/dashboard-front/src/components/product-info.vue index c385bb0ae..b4ff122a7 100644 --- a/src/dashboard-front/src/components/product-info.vue +++ b/src/dashboard-front/src/components/product-info.vue @@ -39,7 +39,7 @@ import { ref, onMounted } from 'vue'; import { useI18n } from 'vue-i18n'; import semver from 'semver'; import ReleaseNote from '@blueking/release-note'; -import '@blueking/release-note/dist/vue3-light.css'; +import '@blueking/release-note/vue3/vue3.css'; import { useGetGlobalProperties } from '@/hooks'; import { getVersionLog } from '@/http'; diff --git a/src/dashboard-front/yarn.lock b/src/dashboard-front/yarn.lock index f29fa19ae..b2ec9ee62 100644 --- a/src/dashboard-front/yarn.lock +++ b/src/dashboard-front/yarn.lock @@ -1122,10 +1122,10 @@ dependencies: xss "^1.0.15" -"@blueking/release-note@^0.0.1-beta.7": - version "0.0.1-beta.7" - resolved "https://registry.npmjs.org/@blueking/release-note/-/release-note-0.0.1-beta.7.tgz" - integrity sha512-8vuZgNwVWyqli+yRTq7DgbQmXHzoCROALeJZbHlT/ynOiyF/obhsdXlfWvU9AwBTnNEWVhj+Q5uVjuZFCbsMZg== +"@blueking/release-note@0.0.1-beta.14": + version "0.0.1-beta.14" + resolved "https://registry.yarnpkg.com/@blueking/release-note/-/release-note-0.0.1-beta.14.tgz#cc0ba5c639d045d884817d97111513c44ed9f8e0" + integrity sha512-NVmoVp2A0dhBPo8e2AC8+XyuDaVohdpo2yxtBehV8BQ2QKIn3R1772RNejccmaywKuyr/8bHvxlm4DOH9cKOLg== "@blueking/stylelint-config-bk@^2.1.0-beta.10": version "2.1.0-beta.10" @@ -1774,11 +1774,6 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/jsonpath@^0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@types/jsonpath/-/jsonpath-0.2.4.tgz#065be59981c1420832835af656377622271154be" - integrity sha512-K3hxB8Blw0qgW6ExKgMbXQv2UPZBoE2GqLpVY+yr7nMD2Pq86lsuIzyAaiQ7eMqFL5B6di6pxSkogLJEyEHoGA== - "@types/linkify-it@*": version "3.0.5" resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz"