diff --git a/package.json b/package.json index e50cdb07b5..b5a74e17ec 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "devDependencies": { "lerna": "^3.20.2", "syncpack": "^9.8.6", - "yorkie": "^2.0.0", - "tsx": "^4.6.1" + "tsx": "^4.6.1", + "yorkie": "^2.0.0" }, "private": true, "scripts": { @@ -46,14 +46,16 @@ "pre-commit": "lerna run --concurrency 1 --stream precommit --since HEAD" }, "resolutions": { - "vue": "^3.4.21", - "@vue/shared": "3.4.21", - "@vue/compiler-sfc": "3.4.21", - "@vue/compiler-core": "3.4.21", - "@vue/runtime-core": "3.4.21", - "@vue/runtime-dom": "3.4.21", - "@vue/reactivity": "3.4.21", - "@vue/server-renderer": "3.4.21", - "@vue/compiler-dom": "3.4.21" + "vue": "3.5.12", + "@vue/shared": "3.5.12", + "@vue/compiler-sfc": "3.5.12", + "@vue/compiler-core": "3.5.12", + "@vue/runtime-core": "3.5.12", + "@vue/runtime-dom": "3.5.12", + "@vue/reactivity": "3.5.12", + "@vue/server-renderer": "3.5.12", + "@vue/compiler-dom": "3.5.12", + "sass": "1.52.0", + "vue-tsc": "2.0.7" } } diff --git a/packages/docs/assets/css/tailwind.css b/packages/docs/assets/css/tailwind.css index b545bb26e9..ef5adfac01 100644 --- a/packages/docs/assets/css/tailwind.css +++ b/packages/docs/assets/css/tailwind.css @@ -1,4 +1,7 @@ /* Disables Tailwind CSS Reset */ -@tailwind base; +@layer tailwind.base { + @tailwind base; +} + @tailwind components; @tailwind utilities; diff --git a/packages/docs/components/layout/Sidebar.vue b/packages/docs/components/layout/Sidebar.vue index ed392d18bd..33cc482c4e 100644 --- a/packages/docs/components/layout/Sidebar.vue +++ b/packages/docs/components/layout/Sidebar.vue @@ -3,6 +3,7 @@ v-model="writableVisible" class="sidebar docs-sidebar" :width="sidebarWidth" + :animated="false" > * { z-index: 1; diff --git a/packages/docs/modules/page-config/blocks/alert/index.vue b/packages/docs/modules/page-config/blocks/alert/index.vue index 52c07dbb32..5465881d3a 100644 --- a/packages/docs/modules/page-config/blocks/alert/index.vue +++ b/packages/docs/modules/page-config/blocks/alert/index.vue @@ -30,8 +30,8 @@ const props = defineProps({