This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +237
-400
lines changed Expand file tree Collapse file tree 2 files changed +237
-400
lines changed Original file line number Diff line number Diff line change 15
15
"url" : " https://github.com/Microsoft/vscode-html-languageservice"
16
16
},
17
17
"devDependencies" : {
18
- "@types/mocha" : " ^9.0 .0" ,
18
+ "@types/mocha" : " ^9.1 .0" ,
19
19
"@types/node" : " ^10.12.21" ,
20
- "@typescript-eslint/eslint-plugin" : " ^4.31.0 " ,
21
- "@typescript-eslint/parser" : " ^4.31.0 " ,
20
+ "@typescript-eslint/eslint-plugin" : " ^5.10.1 " ,
21
+ "@typescript-eslint/parser" : " ^5.10.1 " ,
22
22
"@vscode/web-custom-data" : " ^0.3.7" ,
23
- "eslint" : " ^7.32 .0" ,
23
+ "eslint" : " ^8.7 .0" ,
24
24
"js-beautify" : " ^1.14.0" ,
25
- "mocha" : " ^9.1.2 " ,
25
+ "mocha" : " ^9.2.0 " ,
26
26
"rimraf" : " ^3.0.2" ,
27
- "typescript" : " ^4.4.3 "
27
+ "typescript" : " ^4.5.5 "
28
28
},
29
29
"dependencies" : {
30
- "vscode-languageserver-textdocument" : " ^1.0.1 " ,
30
+ "vscode-languageserver-textdocument" : " ^1.0.3 " ,
31
31
"vscode-languageserver-types" : " ^3.16.0" ,
32
32
"vscode-nls" : " ^5.0.0" ,
33
- "vscode-uri" : " ^3.0.2 "
33
+ "vscode-uri" : " ^3.0.3 "
34
34
},
35
35
"scripts" : {
36
36
"prepublishOnly" : " npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs" ,
You can’t perform that action at this time.
0 commit comments