Skip to content

Commit

Permalink
chore: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Apr 9, 2024
1 parent a5809fa commit 05fc1b7
Show file tree
Hide file tree
Showing 3 changed files with 1,337 additions and 1,222 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@unocss/core": "< 1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@babel/types": "^7.23.6",
"@types/node": "^20.10.5",
"@unocss/eslint-plugin": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"typescript": "5.3.3",
"@antfu/eslint-config": "^2.13.0",
"@babel/types": "^7.24.0",
"@types/node": "^20.12.6",
"@unocss/eslint-plugin": "^0.59.0",
"@vitejs/plugin-vue": "^5.0.4",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"typescript": "5.4.4",
"unbuild": "^2.0.0",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import { createApp } from 'vue'

Check failure on line 2 in playground/src/main.ts

View workflow job for this annotation

GitHub Actions / lint

`vue` import should occur before import of `./App.vue`
import 'uno.css'

createApp(App).mount('#app')

0 comments on commit 05fc1b7

Please sign in to comment.