Skip to content

Commit

Permalink
build(deps): 更新依赖并移除 Tailwind CSS
Browse files Browse the repository at this point in the history
- 更新 jxk 从 0.1.12 到 0.1.14
- 更新 vue-router 从 4.4.5 到 4.5.0
- 移除 tailwind.config.js 和 vite.config.js 中的 Tailwind 相关配置
  • Loading branch information
xkloveme committed Nov 26, 2024
1 parent 49f4b64 commit 1605b5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"jxk": "^0.1.12",
"hls.js": "^1.5.17",
"jsfuck": "^0.4.0",
"jxk": "^0.1.14",
"pinia": "2.1.0",
"pinia-plugin-persist": "^1.0.0",
"qrcode.vue": "^3.6.0",
"shiki": "^1.23.1",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@unocss/reset": "^0.64.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

7 changes: 0 additions & 7 deletions tailwind.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,4 @@ export default defineConfig({
// external: ['pinia']
// }
// }
css: {
postcss: {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
},
},
})

0 comments on commit 1605b5a

Please sign in to comment.