Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Nov 7, 2024
1 parent 239e183 commit 9c8c7ed
Show file tree
Hide file tree
Showing 3 changed files with 2,018 additions and 1,676 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
"deploy": "vite build playground"
},
"dependencies": {
"@unocss/core": "^0.62.3"
"@unocss/core": "^0.64.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@babel/types": "^7.25.4",
"@types/node": "^22.5.0",
"@unocss/eslint-plugin": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"typescript": "5.5.4",
"@antfu/eslint-config": "^3.8.0",
"@babel/types": "^7.26.0",
"@types/node": "^22.9.0",
"@unocss/eslint-plugin": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"typescript": "5.6.3",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"unocss": "^0.64.0",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}
2 changes: 1 addition & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from '@vitejs/plugin-vue'
import UnoCSS from 'unocss/vite'
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
Loading

0 comments on commit 9c8c7ed

Please sign in to comment.