Skip to content

Commit 35afa9c

Browse files
committed
chore: align ESLint tooling versions with TS
1 parent 57a8ded commit 35afa9c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

ui/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,23 @@
2828
"@babel/eslint-parser": "^7.19.1",
2929
"@docker/extension-api-client-types": "^0.3.0",
3030
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
31-
"@types/node": "^20.14.5",
32-
"@types/react-dom": "^17.0.25",
33-
"@typescript-eslint/eslint-plugin": "^7.6.0",
34-
"@typescript-eslint/parser": "^7.6.0",
31+
"@types/node": "^17.0.35",
32+
"@types/react-dom": "^17.0.2",
33+
"@typescript-eslint/eslint-plugin": "^5.38.1",
34+
"@typescript-eslint/parser": "^5.38.1",
3535
"dotenv": "^11.0.0",
3636
"esbuild": "^0.19.12",
3737
"esbuild-plugin-clean": "^1.0.1",
3838
"esbuild-plugin-svgr": "^1.0.0",
39-
"eslint": "^8.57.0",
39+
"eslint": "^8.24.0",
4040
"eslint-config-airbnb": "^19.0.4",
4141
"eslint-config-airbnb-base": "^15.0.0",
4242
"eslint-config-prettier": "^8.10.0",
4343
"eslint-import-resolver-typescript": "^3.6.1",
4444
"eslint-plugin-import": "^2.27.5",
4545
"eslint-plugin-jsx-a11y": "^6.8.0",
46-
"eslint-plugin-n": "^16.6.2",
47-
"eslint-plugin-promise": "^6.1.1",
4846
"eslint-plugin-react": "^7.34.1",
4947
"eslint-plugin-react-hooks": "^4.6.0",
50-
"typescript": "~5.7.3"
48+
"typescript": "^4.6.4"
5149
}
5250
}

0 commit comments

Comments
 (0)