Skip to content

Commit

Permalink
fix(deps): update volarjs to v2.0.17 (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 1e91ca0 commit 2efaf89
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"vite": "^5.2.11",
"vitest": "^1.6.0",
"vue": "^3.4.26",
"vue-tsc": "2.0.16",
"vue-tsc": "2.0.17",
"vue2": "npm:vue@^2.7.16",
"webpack": "^5.91.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxt/schema": "^3.11.2",
"@vue/language-core": "2.0.16"
"@vue/language-core": "2.0.17"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/volar/package.json
Expand Up @@ -53,13 +53,13 @@
"@vue-macros/define-props": "workspace:*",
"@vue-macros/short-bind": "workspace:*",
"@vue-macros/short-vmodel": "workspace:*",
"@vue/language-core": "2.0.16",
"@vue/language-core": "2.0.17",
"@vue/shared": "^3.4.26"
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.26",
"typescript": "~5.4.5",
"vue-tsc": "2.0.16"
"vue-tsc": "2.0.17"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Expand Up @@ -33,6 +33,6 @@
"vite": "^5.2.11",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.4",
"vue-tsc": "2.0.16"
"vue-tsc": "2.0.17"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -33,6 +33,6 @@
"vite": "^5.2.11",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.4",
"vue-tsc": "2.0.16"
"vue-tsc": "2.0.17"
}
}
80 changes: 40 additions & 40 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 2efaf89

Please sign in to comment.