1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

upgrades packages

This commit is contained in:
kahole 2020-09-08 01:06:19 +02:00
parent 6840eddd6b
commit f8b4a274ca
2 changed files with 819 additions and 1267 deletions

2052
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -422,9 +422,15 @@
"semanticTokenScopes": [
{
"scopes": {
"magit-ref-name": ["entity.name.type.template"],
"magit-remote-ref-name": ["variable.other.constant"],
"magit-tag-name": ["string.highlight"]
"magit-ref-name": [
"entity.name.type.template"
],
"magit-remote-ref-name": [
"variable.other.constant"
],
"magit-tag-name": [
"string.highlight"
]
}
}
],
@ -651,24 +657,24 @@
"test-compile": "tsc -p ./"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/glob": "^7.1.3",
"@types/mocha": "^7.0.1",
"@types/node": "^12.11.7",
"@types/vscode": "^1.42.1",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@types/node": "^12.12.55",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"glob": "^7.1.6",
"mocha": "^7.1.1",
"ts-loader": "^7.0.2",
"typescript": "^3.7.5",
"vscode-test": "^1.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"mocha": "^7.2.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.7",
"vscode-test": "^1.4.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"date-fns": "^2.14.0",
"date-fns": "^2.16.1",
"jsonc-parser": "^2.3.0"
}
}