Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Sep 6, 2024
1 parent 161bcd6 commit d21ca45
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 67 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/node": "20.x",
"@types/node-fetch": "2",
"@types/node": "~20.16.5",
"@types/node-fetch": "^2.6.11",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"typescript": "^5.5.4"
},
"dependencies": {
"he": "^1.2.0",
"node-fetch": "2"
"node-fetch": "^2.7.0"
}
}
135 changes: 74 additions & 61 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 d21ca45

Please sign in to comment.