mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-27 20:09:00 +00:00
version 1.4.0 (#144)
* upgrade package-lock.jsons * upgrade debugadapter package * upgrade debugprotocol package * upgrade long package * upgrade unzipper package * upgrade uuid package * upgrade ws package * upgrade xpath package * update dev dependencies * fix eslint config to allow newer language features (async shorthand functions and optional catch parameters) * fix import type declarations * update eslint * remove unsupported stopOnEntry properties * code tidy - fix warnings, separate type imports from value imports, remove unused code * report stack on adb connection error and default host name to 127.0.0.1 * fix imported types in jdwp * lang server tidyups * add a new helper for creating android API library cache file * update the android API cache file to 34 * bump to version 1.4.0
This commit is contained in:
27
package.json
27
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "android-dev-ext",
|
||||
"displayName": "Android",
|
||||
"description": "Android debugging support for VS Code",
|
||||
"version": "1.3.2",
|
||||
"version": "1.4.0",
|
||||
"publisher": "adelphes",
|
||||
"preview": true,
|
||||
"license": "MIT",
|
||||
@@ -428,22 +428,23 @@
|
||||
"test": "node ./node_modules/vscode/bin/test"
|
||||
},
|
||||
"dependencies": {
|
||||
"long": "4.0.0",
|
||||
"unzipper": "0.10.11",
|
||||
"uuid": "8.2.0",
|
||||
"vscode-debugadapter": "1.40.0",
|
||||
"vscode-debugprotocol": "1.40.0",
|
||||
"@vscode/debugadapter": "1.64.0",
|
||||
"@vscode/debugprotocol": "^1.64.0",
|
||||
"long": "^5.2.3",
|
||||
"unzipper": "0.10.14",
|
||||
"uuid": "9.0.1",
|
||||
"vscode-languageclient": "6.1.3",
|
||||
"ws": "7.3.0",
|
||||
"ws": "8.16.0",
|
||||
"xmldom": "0.6.0",
|
||||
"xpath": "0.0.27"
|
||||
"xpath": "0.0.34"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^5.2.5",
|
||||
"@types/node": "^10.12.5",
|
||||
"@types/mocha": "^10.0.06",
|
||||
"@types/node": "^20.10.6",
|
||||
"@types/vscode": "^1.24.0",
|
||||
"eslint": "^5.9.0",
|
||||
"mocha": "^5.2.0",
|
||||
"typescript": "^3.8.3"
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-jsdoc": "^47.0.2",
|
||||
"mocha": "^10.2.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user