Skip to content

Commit

Permalink
feat: upgrade to volar2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Apr 16, 2024
1 parent 9a005fc commit 26013b0
Show file tree
Hide file tree
Showing 5 changed files with 1,731 additions and 1,271 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,28 +75,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@vue-macros/common": "^1.8.0",
"unplugin": "^1.5.0"
"@vue-macros/common": "^1.10.2",
"unplugin": "^1.10.1"
},
"devDependencies": {
"@babel/types": "^7.23.0",
"@sxzz/eslint-config": "^3.7.0",
"@sxzz/prettier-config": "^1.0.4",
"@types/node": "^20.8.9",
"@vue-macros/test-utils": "^1.2.0",
"@vue/language-core": "^1.8.22",
"bumpp": "^9.2.0",
"change-case": "^5.1.2",
"eslint": "^8.52.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.3.7"
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.7",
"@vue-macros/reactivity-transform": "^0.4.4",
"@vue-macros/test-utils": "^1.4.0",
"@vue/language-core": "^2.0.13",
"bumpp": "^9.4.0",
"change-case": "^5.4.4",
"eslint": "^9.0.0",
"eslint-define-config": "^2.1.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"vue": "^3.4.22"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit 26013b0

Please sign in to comment.