Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix: Avoid force type casting
Browse files Browse the repository at this point in the history
Sicne unocss/unocss#1003 has been merged
  • Loading branch information
equt committed May 29, 2022
1 parent 1b12e78 commit 796c64a
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 236 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -41,18 +41,18 @@
"build": "unbuild"
},
"dependencies": {
"@unocss/core": "^0.34.1"
"@unocss/core": "^0.35.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@equt/eslint-config": "^8.1.0",
"@equt/prettier-config": "^2.5.1",
"@equt/tsconfig": "^1.3.1",
"eslint": "^8.16.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"unbuild": "^0.7.4"
},
"prettier": "@equt/prettier-config",
Expand Down

0 comments on commit 796c64a

Please sign in to comment.