Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jul 4, 2024
1 parent d0929e9 commit 08774cb
Show file tree
Hide file tree
Showing 5 changed files with 4,603 additions and 3,492 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import antfu from '@antfu/eslint-config'

export default antfu({
ignores: ['README.md'],
ignores: ['README.md', 'dist', 'node_modules'],
})
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"play": "npm -C playground run dev"
},
"dependencies": {
"@unocss/core": "^0.58.0"
"@unocss/core": "^0.61.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@babel/types": "^7.23.6",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.55.0",
"esno": "^4.0.0",
"magic-string": "^0.30.5",
"typescript": "^5.3.3",
"@antfu/eslint-config": "^2.21.2",
"@babel/types": "^7.24.7",
"@types/node": "^20.14.9",
"bumpp": "^9.4.1",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"magic-string": "^0.30.10",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vite": "^5.3.3",
"vitest": "^1.6.0"
}
}
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.13"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.5.3",
"unocss": "^0.61.0",
"unocss-transformer-alias": "workspace:*",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
}
}
Loading

0 comments on commit 08774cb

Please sign in to comment.