diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-29 23:00:22 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-29 23:00:22 -0400 |
| commit | f6a741f38a33bdb30b3a1d88215656dcd3d0712d (patch) | |
| tree | df88320222c743d26f2b1341c1489671277baec9 /package.json | |
| parent | ab873e90112f2cac204a57a1b405cc241f7e8381 (diff) | |
eslint fixes.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 9be1e093d..90e3f39c0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "tsc": "tsc -t es5" }, "devDependencies": { + "@eslint/js": "^9.1.1", "@types/adm-zip": "^0.5.5", "@types/animejs": "^3.1.12", "@types/archiver": "^6.0.2", @@ -68,7 +69,7 @@ "@types/youtube": "0.0.50", "chai": "^5.0.0", "cross-env": "^7.0.3", - "eslint": "^8.55.0", + "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-node": "^4.1.0", "eslint-config-prettier": "^9.1.0", @@ -77,8 +78,9 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.0.1", - "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", + "globals": "^15.1.0", "jsdom": "^24.0.0", "mocha": "^10.2.0", "prettier": "^3.1.0", @@ -87,6 +89,7 @@ "ts-loader": "^9.5.1", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", + "typescript-eslint": "^7.8.0", "webpack-dev-server": "^5.0.4" }, "dependencies": { @@ -131,7 +134,7 @@ "@types/supercluster": "^7.1.3", "@types/web": "^0.0.143", "@types/webpack-hot-middleware": "^2.25.9", - "@typescript-eslint/parser": "^7.6.0", + "@typescript-eslint/parser": "^7.8.0", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "adm-zip": "^0.5.10", "archiver": "^7.0.1", @@ -292,7 +295,6 @@ "tslint-loader": "^3.5.4", "typescript": "^5.3.3", "typescript-collections": "^1.3.3", - "typescript-eslint": "^7.6.0", "typescript-language-server": "^4.1.3", "uninstall": "^0.0.0", "url": "^0.11.3", |
