Skip to content

Commit 1375b92

Browse files
committed
update packages on template
1 parent d513e73 commit 1375b92

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
export 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
}
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
export 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
}

0 commit comments

Comments
 (0)