We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5ef60 commit 91f4e5eCopy full SHA for 91f4e5e
package.json
@@ -9,15 +9,15 @@
9
"author": "Connor Harwood <[email protected]>",
10
"license": "MIT",
11
"dependencies": {
12
- "@typescript-eslint/eslint-plugin": "4.33.0",
13
- "@typescript-eslint/parser": "4.33.0",
14
- "eslint": "^7.32.0",
+ "@typescript-eslint/eslint-plugin": "5.12.1",
+ "@typescript-eslint/parser": "5.12.1",
+ "eslint": "^8.9.0",
15
"eslint-config-prettier": "^8.3.0",
16
"eslint-plugin-ban": "^1.6.0",
17
"eslint-plugin-import": "2.25.4",
18
"eslint-plugin-prefer-arrow": "1.2.2",
19
- "lint-staged": "^11.2.3",
20
- "prettier": "^2.4.1",
21
- "typescript": ">=3.3.x <=4.0.x "
+ "lint-staged": "^12.3.4",
+ "prettier": "^2.5.1",
+ "typescript": ">=3.3.x <=4.2.x "
22
}
23
0 commit comments