Skip to content

Commit 948b5a7

Browse files
authored
[NG2IM-778] Update ddts to support TS 5+ (#58)
* Updated packages * yarn.lock * Updated version
1 parent fa90ece commit 948b5a7

File tree

2 files changed

+632
-190
lines changed

2 files changed

+632
-190
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"main": ".eslintrc.json",
55
"scripts": {
66
"postinstall": "./install-hooks"
@@ -11,13 +11,13 @@
1111
"dependencies": {
1212
"@typescript-eslint/eslint-plugin": "5.62.0",
1313
"@typescript-eslint/parser": "5.62.0",
14-
"eslint": "8.55.0",
14+
"eslint": "8.57.0",
1515
"eslint-config-prettier": "9.1.0",
1616
"eslint-plugin-ban": "1.6.0",
17-
"eslint-plugin-import": "~2.26.0",
17+
"eslint-plugin-import": "2.29.1",
1818
"eslint-plugin-prefer-arrow": "1.2.3",
19-
"lint-staged": "15.2.0",
19+
"lint-staged": "15.2.7",
2020
"prettier": "3.1.1",
21-
"typescript": ">=3.3.x <=4.9.x "
21+
"typescript": ">=3.3.x <=5.1.x "
2222
}
2323
}

0 commit comments

Comments
 (0)