Skip to content

Commit 48e26dc

Browse files
fix(deps): update volarjs (#426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14e6964 commit 48e26dc

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"vite": "^4.4.2",
5858
"vitest": "^0.33.0",
5959
"vue": "^3.3.4",
60-
"vue-tsc": "1.8.4",
60+
"vue-tsc": "1.8.5",
6161
"vue2": "npm:vue@^2.7.14",
6262
"webpack": "^5.88.1"
6363
},

packages/volar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
},
5050
"dependencies": {
5151
"@rollup/pluginutils": "^5.0.2",
52-
"@volar/language-core": "1.8.0",
52+
"@volar/language-core": "1.9.0",
5353
"@vue-macros/common": "workspace:*",
5454
"@vue-macros/define-props": "workspace:*",
5555
"@vue-macros/short-vmodel": "workspace:*",
56-
"@vue/language-core": "1.8.4"
56+
"@vue/language-core": "1.8.5"
5757
},
5858
"devDependencies": {
5959
"@vue/compiler-dom": "^3.3.4",
6060
"typescript": "~5.1.6",
61-
"vue-tsc": "1.8.4"
61+
"vue-tsc": "1.8.5"
6262
},
6363
"engines": {
6464
"node": ">=16.14.0"

playground/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"unplugin-vue-macros": "workspace:*",
3131
"vite": "^4.4.2",
3232
"vite-plugin-inspect": "^0.7.32",
33-
"vue-tsc": "1.8.4"
33+
"vue-tsc": "1.8.5"
3434
}
3535
}

playground/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"unplugin-vue-macros": "workspace:*",
3434
"vite": "^4.4.2",
3535
"vite-plugin-inspect": "^0.7.32",
36-
"vue-tsc": "1.8.4"
36+
"vue-tsc": "1.8.5"
3737
}
3838
}

pnpm-lock.yaml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)