Skip to content

Commit

Permalink
chore: upgrade outdated dependencies (#322)
Browse files Browse the repository at this point in the history
- `esbuild`: 0.17.19 -> 0.19.5
- `which`: 3.x -> 4.x
- ESlint plugins
  • Loading branch information
aduh95 authored Oct 21, 2023
1 parent 9583583 commit 2b5f6b7
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 119 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@types/semver": "^7.1.0",
"@types/tar": "^6.0.0",
"@types/which": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@yarnpkg/eslint-config": "^0.6.0-rc.7",
"@yarnpkg/fslib": "^3.0.0-rc.48",
"@zkochan/cmd-shim": "^6.0.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"clipanion": "^3.0.1",
"debug": "^4.1.1",
"esbuild": "0.17.19",
"esbuild": "0.19.5",
"eslint": "^8.0.0",
"eslint-plugin-arca": "^0.15.0",
"eslint-plugin-arca": "^0.16.0",
"jest": "^29.0.0",
"nock": "^13.0.4",
"proxy-agent": "^6.2.2",
Expand All @@ -48,7 +48,7 @@
"ts-node": "^10.0.0",
"typescript": "^5.0.4",
"v8-compile-cache": "^2.3.0",
"which": "^3.0.0"
"which": "^4.0.0"
},
"scripts": {
"build": "rm -rf dist shims && run build:bundle && ts-node ./mkshims.ts",
Expand Down
Loading

0 comments on commit 2b5f6b7

Please sign in to comment.