Skip to content

Commit

Permalink
fix(deps): update volarjs to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent cfbe1be commit 7a3eaf9
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue": "^3.4.21",
"vue-tsc": "1.8.27",
"vue-tsc": "2.0.12",
"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.1.5",
"@nuxt/schema": "^3.11.2",
"@vue/language-core": "1.8.27"
"@vue/language-core": "2.0.12"
},
"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": "1.8.27",
"@vue/language-core": "2.0.12",
"@vue/shared": "^3.4.21"
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.21",
"typescript": "~5.4.4",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.12"
},
"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.8",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.3",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.12"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -33,6 +33,6 @@
"vite": "^5.2.8",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.3",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.12"
}
}
68 changes: 33 additions & 35 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 7a3eaf9

Please sign in to comment.