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 Mar 6, 2024
1 parent c293879 commit e29e3c2
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"vitest": "^1.3.1",
"vue2": "npm:vue@^2.7.16",
"vue": "^3.4.21",

Check failure on line 67 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'vue' should be before 'vue2'
"vue-tsc": "1.8.27",
"vue-tsc": "2.0.5",
"webpack": "^5.90.3"
},
"engines": {
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.5",
"@vue/shared": "^3.4.21"
},
"devDependencies": {
"@vue/compiler-dom": "^3.4.21",
"typescript": "~5.4.2",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.5"
},
"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.1.5",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.3",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion playground/vue3/package.json
Expand Up @@ -33,6 +33,6 @@
"vite": "^5.1.5",
"vite-hyper-config": "^0.2.1",
"vite-plugin-inspect": "^0.8.3",
"vue-tsc": "1.8.27"
"vue-tsc": "2.0.5"
}
}
58 changes: 28 additions & 30 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 e29e3c2

Please sign in to comment.