Skip to content

Commit

Permalink
chore(package): dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Jul 12, 2024
1 parent 571cb53 commit db1bb8a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 47 deletions.
94 changes: 54 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"prepare": "node esbuild.mjs"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@biomejs/biome": "^1.8.3",
"@types/node": "16",
"@types/node-fetch": "2.6.3",
"@types/which": "^3.0.0",
"@types/node-fetch": "2.6.11",
"@types/which": "^3.0.4",
"coc.nvim": "^0.0.83-next.18",
"esbuild": "^0.23.0",
"https-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.5",
"node-fetch": "2.6.7",
"typescript": "^5.0.3",
"vscode-languageserver-protocol": "^3.16.0",
"which": "^3.0.1"
"typescript": "^5.5.3",
"vscode-languageserver-protocol": "^3.17.5",
"which": "^4.0.0"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit db1bb8a

Please sign in to comment.