Skip to content

Commit

Permalink
fix: bump @volar/vue-typescript peer dep to fix imports used in tem…
Browse files Browse the repository at this point in the history
…plates only

Closes #71.
  • Loading branch information
simonhaenisch committed Sep 1, 2022
1 parent 91377de commit 2128d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"repository": "simonhaenisch/prettier-plugin-organize-imports",
"homepage": "https://github.com/simonhaenisch/prettier-plugin-organize-imports#readme",
"peerDependencies": {
"@volar/vue-typescript": ">=0.39.0",
"@volar/vue-typescript": ">=0.40.2",
"prettier": ">=2.0",
"typescript": ">=2.9"
},
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/node": "18.6.4",
"@volar/vue-typescript": "0.39.5",
"@volar/vue-typescript": "0.40.5",
"ava": "3.15.0",
"prettier": "2.7.1",
"typescript": "4.7.4"
Expand Down

0 comments on commit 2128d0b

Please sign in to comment.