diff options
| author | bors <bors@rust-lang.org> | 2023-07-13 16:06:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-13 16:06:42 +0000 |
| commit | c7ce8add143571eed89215dccbbe28c45b0d551d (patch) | |
| tree | 3a9362e7c454b69896aaeafb0f1de61697be987d /editors/code/package.json | |
| parent | 6acb9894487c83bcb9ebdd44a26caf89b10a6887 (diff) | |
| parent | 085b7551235e5d5a785db6b6f5fa49ef965093d2 (diff) | |
| download | rust-c7ce8add143571eed89215dccbbe28c45b0d551d.tar.gz rust-c7ce8add143571eed89215dccbbe28c45b0d551d.zip | |
Auto merge of #15265 - tetsuharuohzeki:update-dependencies, r=lnicola
editor/code: Update dependencies
This includes:
- Some major changes.
- [typescript-eslint v6](https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/)
- [prettier v3](https://prettier.io/blog/2023/07/05/3.0.0.html)
- ~Update ``@types/vscode`` to [1.79](https://code.visualstudio.com/updates/v1_79).~
- ~[1.80 has been released](https://code.visualstudio.com/updates/v1_80). We can now bump it.~
- _Update1: I removed this change. See the below comments_
- and some patch/minor updates.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index cd8b40e3557..ffb5dd9079a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -51,17 +51,17 @@ "@tsconfig/strictest": "^2.0.1", "@types/node": "~16.11.7", "@types/vscode": "~1.78.1", - "@typescript-eslint/eslint-plugin": "^5.60.1", - "@typescript-eslint/parser": "^5.60.1", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0", "@vscode/test-electron": "^2.3.3", "@vscode/vsce": "^2.19.0", - "esbuild": "^0.18.10", - "eslint": "^8.43.0", + "esbuild": "^0.18.12", + "eslint": "^8.44.0", "eslint-config-prettier": "^8.8.0", - "ovsx": "^0.8.1", - "prettier": "^2.8.8", + "ovsx": "^0.8.2", + "prettier": "^3.0.0", "tslib": "^2.6.0", - "typescript": "^5.1.3" + "typescript": "^5.1.6" }, "activationEvents": [ "workspaceContains:*/Cargo.toml", |
