Skip to content

Commit

Permalink
fix(deps): update volarjs (#367)
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 15, 2023
1 parent 4705bf7 commit ae40aa7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.3.1",
"vue-tsc": "1.6.4",
"vue-tsc": "1.6.5",
"vue2": "npm:vue@^2.7.14",
"webpack": "^5.82.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/volar/package.json
Expand Up @@ -44,17 +44,17 @@
}
},
"dependencies": {
"@volar/language-core": "1.6.2",
"@volar/language-core": "1.6.3",
"@vue-macros/common": "workspace:~",
"@vue-macros/define-props": "workspace:~",
"@vue-macros/short-vmodel": "workspace:~",
"muggle-string": "^0.3.1"
},
"devDependencies": {
"@volar/vue-language-core": "1.6.4",
"@volar/vue-language-core": "1.6.5",
"@vue/compiler-dom": "^3.3.1",
"typescript": "^5.0.4",
"vue-tsc": "1.6.4"
"vue-tsc": "1.6.5"
},
"engines": {
"node": ">=14.19.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue2/package.json
Expand Up @@ -26,6 +26,6 @@
"unplugin-vue-macros": "workspace:*",
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.26",
"vue-tsc": "1.6.4"
"vue-tsc": "1.6.5"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -30,6 +30,6 @@
"unplugin-vue-macros": "workspace:*",
"vite": "^4.3.5",
"vite-plugin-inspect": "^0.7.26",
"vue-tsc": "1.6.4"
"vue-tsc": "1.6.5"
}
}
58 changes: 29 additions & 29 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 ae40aa7

Please sign in to comment.