Skip to content

Commit b89756f

Browse files
authored
[NG2IM-273] Update supported TS to 4.8 and update ESLint packages (#52)
* Updated eslint packages and supported TS version * Increment version
1 parent a7073cc commit b89756f

File tree

2 files changed

+525
-237
lines changed

2 files changed

+525
-237
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "3.0.4",
3+
"version": "3.1.0",
44
"main": ".eslintrc.json",
55
"scripts": {
66
"postinstall": "./install-hooks"
@@ -9,15 +9,15 @@
99
"author": "Connor Harwood <[email protected]>",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@typescript-eslint/eslint-plugin": "5.18.0",
13-
"@typescript-eslint/parser": "5.18.0",
14-
"eslint": "8.12.0",
15-
"eslint-config-prettier": "8.5.0",
12+
"@typescript-eslint/eslint-plugin": "5.56.0",
13+
"@typescript-eslint/parser": "5.56.0",
14+
"eslint": "8.15.0",
15+
"eslint-config-prettier": "8.8.0",
1616
"eslint-plugin-ban": "1.6.0",
17-
"eslint-plugin-import": "2.26.0",
17+
"eslint-plugin-import": "2.27.5",
1818
"eslint-plugin-prefer-arrow": "1.2.3",
19-
"lint-staged": "13.0.3",
20-
"prettier": "2.7.1",
21-
"typescript": ">=3.3.x <=4.6.x "
19+
"lint-staged": "13.2.0",
20+
"prettier": "2.8.6",
21+
"typescript": ">=3.3.x <=4.8.x "
2222
}
2323
}

0 commit comments

Comments
 (0)