File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export const packageJsonTemplate = ( ) : string => {
22 return `{
33 "devDependencies": {
4- "@rocket.chat/apps-engine": "^1.44.0",
5- "@types/node": "14.14.6",
6- "tslint": "^5.10.0",
4+ "@rocket.chat/apps-engine": "^1.55.0",
5+ "@types/node": "^22.0.0",
6+ "@typescript-eslint/eslint-plugin": "^8.0.0",
7+ "@typescript-eslint/parser": "^8.0.0",
8+ "eslint": "^9.0.0",
79 "typescript": "^5.6.2"
810 },
911 "dependencies": {
10- "@rocket.chat/icons": "^0.38 .0",
11- "@rocket.chat/ui-kit": "^0.36.1 "
12+ "@rocket.chat/icons": "^0.40 .0",
13+ "@rocket.chat/ui-kit": "^0.40.0 "
1214 }
1315}`
1416}
Original file line number Diff line number Diff line change 11export const vsCodeExtsTemplate = ( ) : string => {
2- return ` {
3- "recommendations": [
4- "EditorConfig.editorconfig",
5- "eamodio.gitlens",
6- "eg2.vscode-npm-script",
7- "wayou.vscode-todo-highlight",
8- "minhthai.vscode-todo-parser",
9- "ms-vscode.vscode-typescript-tslint-plugin",
10- "rbbit.typescript-hero"
11- ]
2+ return `{
3+ "recommendations": []
124}
135`
146}
You can’t perform that action at this time.
0 commit comments