Skip to content

Commit

Permalink
chore(deps): update dependency @vue/tsconfig to ^0.4.0 (#475)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @vue/tsconfig to ^0.4.0

* fix: vue sample ts-configs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
  • Loading branch information
renovate[bot] and charIeszhao authored Aug 24, 2023
1 parent 6692914 commit 9c2e059
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/vue-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tsconfig/node18": "^18.2.1",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.10.0",
"lint-staged": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"moduleResolution": "bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/tsconfig.vite-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": "@tsconfig/node18/tsconfig.json",
"include": ["vite.config.*"],
"compilerOptions": {
"composite": true,
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c2e059

Please sign in to comment.