Skip to content

Commit

Permalink
fix(deps): update volarjs (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz committed Apr 25, 2023
1 parent f1310be commit 823520e
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 65 deletions.
4 changes: 1 addition & 3 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
},
"customConditions": ["dev"]
},
"vueCompilerOptions": {
"jsxTemplates": true
},
"vueCompilerOptions": {},
"include": ["**/*", "./.*/**/*", "../packages/shim.d.ts"],
"exclude": ["dist", "node_modules"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"vite": "^4.2.1",
"vitest": "^0.30.1",
"vue": "^3.3.0-alpha.9",
"vue-tsc": "1.3.16",
"vue-tsc": "1.5.2",
"vue2": "npm:vue@^2.7.14",
"webpack": "^5.79.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
}
},
"dependencies": {
"@volar/language-core": "1.4.0-alpha.8",
"@volar/language-core": "1.4.1",
"@vue-macros/common": "workspace:~",
"@vue-macros/define-props": "workspace:~",
"@vue-macros/short-vmodel": "workspace:~",
"muggle-string": "^0.2.2"
},
"devDependencies": {
"@volar/vue-language-core": "1.3.16",
"@volar/vue-language-core": "1.4.4",
"@vue/compiler-dom": "^3.3.0-alpha.9",
"typescript": "^5.0.4",
"vue-tsc": "1.3.16"
"vue-tsc": "1.5.2"
},
"engines": {
"node": ">=14.19.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"unplugin-vue-macros": "workspace:*",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.22",
"vue-tsc": "1.3.16"
"vue-tsc": "1.5.2"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"unplugin-vue-macros": "workspace:*",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.22",
"vue-tsc": "1.3.16"
"vue-tsc": "1.5.2"
}
}
106 changes: 50 additions & 56 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 823520e

Please sign in to comment.