Skip to content

Commit 6b40064

Browse files
committed
update changelog
1 parent d521fc6 commit 6b40064

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to the "robotcode" extension will be documented in this file
66

77
## 0.2.4
88

9+
### added
10+
11+
- improve performance
12+
- implement semantic syntax highlightning
13+
914
## 0.2.2
1015

1116
### added

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@
498498
"devDependencies": {
499499
"@types/glob": "^7.1.4",
500500
"@types/mocha": "^9.0.0",
501-
"@types/node": "^16.9.6",
501+
"@types/node": "^16.10.2",
502502
"@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",
505505
"eslint": "^7.32.0",
506506
"eslint-config-airbnb": "^18.2.1",
507507
"eslint-config-prettier": "^8.3.0",
@@ -512,19 +512,19 @@
512512
"eslint-plugin-node": "^11.1.0",
513513
"eslint-plugin-prettier": "^4.0.0",
514514
"eslint-plugin-promise": "^5.1.0",
515-
"eslint-plugin-react": "^7.26.0",
515+
"eslint-plugin-react": "^7.26.1",
516516
"eslint-plugin-react-hooks": "^4.2.0",
517517
"glob": "^7.2.0",
518-
"mocha": "^9.1.1",
518+
"mocha": "^9.1.2",
519519
"prettier": "^2.4.1",
520520
"replace-in-file": "^6.2.0",
521521
"ts-loader": "^9.2.6",
522522
"typescript": "^4.4.3",
523-
"vsce": "^1.100.0",
523+
"vsce": "^1.100.1",
524524
"vscode-debugadapter-testsupport": "^1.49.0",
525525
"vscode-dts": "^0.3.1",
526526
"vscode-test": "^1.6.1",
527-
"webpack": "^5.53.0",
527+
"webpack": "^5.55.1",
528528
"webpack-cli": "^4.8.0"
529529
}
530530
}

0 commit comments

Comments
 (0)