Skip to content

Commit

Permalink
Upgrade ESLint from v8 to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Feb 6, 2025
1 parent 41d7bb5 commit dd91f2a
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 331 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
},
"devDependencies": {
"@apollo/server": "^4.11.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^8.57.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@msgpack/msgpack": "^3.0.0-beta3",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-js": "^3.0.1",
"@types/node": "^16.0.0",
"autocannon": "^4.5.2",
"aws-sdk": "^2.1446.0",
Expand All @@ -132,12 +132,12 @@
"cli-table3": "^0.6.3",
"dotenv": "16.3.1",
"esbuild": "0.16.12",
"eslint": "^8.57.0",
"eslint": "^9.19.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"express": "^4.21.2",
"get-port": "^3.2.0",
"glob": "^7.1.6",
Expand Down
Loading

0 comments on commit dd91f2a

Please sign in to comment.