Skip to content

Commit

Permalink
fix: export type error, close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Sep 26, 2023
1 parent b4b9c45 commit eff404c
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 260 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"unocss.root":["./playground"]
}
"unocss.root": ["./playground"]
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@
"@unocss/preset-mini": "<1"
},
"dependencies": {
"@unocss/core": "^0.55.7",
"@unocss/preset-mini": "^0.55.7",
"@unocss/core": "^0.56.2",
"@unocss/preset-mini": "^0.56.2",
"csstype": "^3.1.2"
},
"devDependencies": {
"@curev/eslint-config": "^0.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/coverage-v8": "^0.34.5",
"@vueuse/core": "^10.4.1",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"typescript": "5.2.2",
"unbuild": "^2.0.0",
"unocss": "0.55.7",
"unocss": "0.56.2",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vitest": "^0.34.5",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit eff404c

Please sign in to comment.