Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 4, 2023
1 parent 17e2dc1 commit 769cf93
Show file tree
Hide file tree
Showing 5 changed files with 1,814 additions and 744 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import antfu from '@antfu/eslint-config'

export default antfu()
export default antfu({
unocss: true,
})
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,24 @@
"magicAnimate": "esno scripts/magicAnimate.ts"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.17",
"@babel/types": "^7.23.0",
"@types/fs-extra": "^11.0.2",
"@types/node": "^20.6.5",
"@types/postcss-js": "^4.0.1",
"@antfu/eslint-config": "2.2.2",
"@babel/types": "^7.23.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.3",
"@types/postcss-js": "^4.0.4",
"@unocss/eslint-plugin": "^0.58.0",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"lint-staged": "^14.0.1",
"eslint": "^8.55.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.0",
"simple-git-hooks": "^2.9.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unbuild": "^2.0.0",
"unocss": "^0.56.4",
"unocss": "^0.58.0",
"unocss-preset-useful": "workspace:*",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vite": "^5.0.4",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="prose ma">
<div class="ma prose">
<div fcc gap-8 un-children="fcc w-30 h-30 rd b b-red b-solid text-white text-xl">
<div hover="animate-puffIn">
puffIn
Expand Down
Loading

0 comments on commit 769cf93

Please sign in to comment.