Skip to content

Commit

Permalink
Move language-server dependency vscode-uri to dev dependencies
Browse files Browse the repository at this point in the history
It’s no longer used in production code.
  • Loading branch information
remcohaszing committed Sep 8, 2024
1 parent cf1da61 commit 08da27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"volar-service-markdown": "0.0.61",
"volar-service-typescript": "0.0.61",
"vscode-uri": "^3.0.0"
"volar-service-typescript": "0.0.61"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@volar/test-utils": "~2.4.0",
"unified": "^11.0.0"
"unified": "^11.0.0",
"vscode-uri": "^3.0.0"
}
}

0 comments on commit 08da27f

Please sign in to comment.