Skip to content

Commit

Permalink
fix(vscode): move diff dependency to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Aug 31, 2024
1 parent ef1d0b2 commit 2852d3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
4 changes: 1 addition & 3 deletions clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,7 @@
"tsc-watch": "^6.2.0",
"tsup": "^8.0.2",
"typescript": "^5.3.2",
"vscode-languageclient": "^9.0.1"
},
"dependencies": {
"vscode-languageclient": "^9.0.1",
"diff": "^5.2.0"
}
}
31 changes: 12 additions & 19 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 2852d3a

Please sign in to comment.