diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-11 22:38:35 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-07-13 22:46:15 +0900 |
| commit | 085b7551235e5d5a785db6b6f5fa49ef965093d2 (patch) | |
| tree | 3a9362e7c454b69896aaeafb0f1de61697be987d /editors/code/package.json | |
| parent | d534180b3071a88c8ac1a959722b50f8db2a68b1 (diff) | |
| download | rust-085b7551235e5d5a785db6b6f5fa49ef965093d2.tar.gz rust-085b7551235e5d5a785db6b6f5fa49ef965093d2.zip | |
editor/code: Update esbuild
https://github.com/evanw/esbuild/blob/main/CHANGELOG.md
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index fea3a5b4ccc..ffb5dd9079a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/parser": "^6.0.0", "@vscode/test-electron": "^2.3.3", "@vscode/vsce": "^2.19.0", - "esbuild": "^0.18.10", + "esbuild": "^0.18.12", "eslint": "^8.44.0", "eslint-config-prettier": "^8.8.0", "ovsx": "^0.8.2", |
