diff --git a/docs/codeeditor/index.ts b/docs/codeeditor/index.ts index dcbe922d7..9c99f9081 100644 --- a/docs/codeeditor/index.ts +++ b/docs/codeeditor/index.ts @@ -67,7 +67,7 @@ function constructFiles(componentName: string, sources: Record) 'vite': 'latest', '@vitejs/plugin-vue': 'latest', 'vue-tsc': 'latest', - 'tailwindcss': 'latest', + 'tailwindcss': '^3.4.13', 'postcss': 'latest', 'autoprefixer': 'latest', }