Skip to content

Commit

Permalink
fix: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed Sep 19, 2022
1 parent 9a64dc7 commit 5813f3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@unocss/preset-mini": "^0.45.12",
"@unocss/preset-uno": "^0.45.12",
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/coverage-c8": "^0.22.1",
"@vitest/ui": "0.22.1",
"@vue/test-utils": "^2.0.0",
Expand Down Expand Up @@ -70,8 +71,5 @@
"*.{js,ts,tsx,vue,md}": [
"eslint --fix"
]
},
"dependencies": {
"@vitejs/plugin-vue-jsx": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"exclude": [ "**/dist/**" ],
"include": ["**/*.ts", "**/*.d.ts", "**/*.vue","**/*.tsx"]
"include": ["**/*.ts", "**/*.d.ts", "**/*.vue", "**/*.tsx"]
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"onu-ui": "workspace:*",
"resize-observer-polyfill":"^1.5.1",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vue-layouts": "^0.7.0",
"resize-observer-polyfill":"^1.5.1"
"vite-plugin-vue-layouts": "^0.7.0"
}
}

0 comments on commit 5813f3c

Please sign in to comment.