about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-06-27 22:49:04 +0900
committerTetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com>2023-06-27 22:49:04 +0900
commitc0863892f73a1ef0e672ccea7e8cf8bcc67bfae2 (patch)
treef6d9d2d920b4af1ade357583e27f7b3a14d38846 /editors/code/package.json
parent1ec07fda091b0f2e870382f87cae2e01f8d1bc8a (diff)
downloadrust-c0863892f73a1ef0e672ccea7e8cf8bcc67bfae2.tar.gz
rust-c0863892f73a1ef0e672ccea7e8cf8bcc67bfae2.zip
Update typescript-eslint to v5.60
https://github.com/typescript-eslint/typescript-eslint/releases
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index fe97c178e99..f54db9cdfa3 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -50,8 +50,8 @@
     "devDependencies": {
         "@types/node": "~16.11.7",
         "@types/vscode": "~1.66.0",
-        "@typescript-eslint/eslint-plugin": "^5.30.5",
-        "@typescript-eslint/parser": "^5.30.5",
+        "@typescript-eslint/eslint-plugin": "^5.60.1",
+        "@typescript-eslint/parser": "^5.60.1",
         "@vscode/test-electron": "^2.1.5",
         "cross-env": "^7.0.3",
         "esbuild": "^0.14.48",