File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to the "robotcode" extension will be documented in this file
6
6
7
7
## 0.2.4
8
8
9
+ ### added
10
+
11
+ - improve performance
12
+ - implement semantic syntax highlightning
13
+
9
14
## 0.2.2
10
15
11
16
### added
Original file line number Diff line number Diff line change 498
498
"devDependencies" : {
499
499
"@types/glob" : " ^7.1.4" ,
500
500
"@types/mocha" : " ^9.0.0" ,
501
- "@types/node" : " ^16.9.6 " ,
501
+ "@types/node" : " ^16.10.2 " ,
502
502
"@types/vscode" : " ^1.60.0" ,
503
- "@typescript-eslint/eslint-plugin" : " ^4.31.2 " ,
504
- "@typescript-eslint/parser" : " ^4.31.2 " ,
503
+ "@typescript-eslint/eslint-plugin" : " ^4.32.0 " ,
504
+ "@typescript-eslint/parser" : " ^4.32.0 " ,
505
505
"eslint" : " ^7.32.0" ,
506
506
"eslint-config-airbnb" : " ^18.2.1" ,
507
507
"eslint-config-prettier" : " ^8.3.0" ,
512
512
"eslint-plugin-node" : " ^11.1.0" ,
513
513
"eslint-plugin-prettier" : " ^4.0.0" ,
514
514
"eslint-plugin-promise" : " ^5.1.0" ,
515
- "eslint-plugin-react" : " ^7.26.0 " ,
515
+ "eslint-plugin-react" : " ^7.26.1 " ,
516
516
"eslint-plugin-react-hooks" : " ^4.2.0" ,
517
517
"glob" : " ^7.2.0" ,
518
- "mocha" : " ^9.1.1 " ,
518
+ "mocha" : " ^9.1.2 " ,
519
519
"prettier" : " ^2.4.1" ,
520
520
"replace-in-file" : " ^6.2.0" ,
521
521
"ts-loader" : " ^9.2.6" ,
522
522
"typescript" : " ^4.4.3" ,
523
- "vsce" : " ^1.100.0 " ,
523
+ "vsce" : " ^1.100.1 " ,
524
524
"vscode-debugadapter-testsupport" : " ^1.49.0" ,
525
525
"vscode-dts" : " ^0.3.1" ,
526
526
"vscode-test" : " ^1.6.1" ,
527
- "webpack" : " ^5.53.0 " ,
527
+ "webpack" : " ^5.55.1 " ,
528
528
"webpack-cli" : " ^4.8.0"
529
529
}
530
530
}
You can’t perform that action at this time.
0 commit comments