Skip to content

Commit

Permalink
Remove unused eslint-plugin-promise package
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and marijnh committed Sep 16, 2024
1 parent 42b8796 commit fdf144b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
"devDependencies": {
"@rollup/plugin-buble": "^1.0.2",
"@unicode/unicode-16.0.0": "^1.6.0",
"eslint": "^8.49.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"rollup": "^3.29.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^16.6.2",
"rollup": "^3.29.4",
"test262": "git+https://github.com/tc39/test262.git#867ca540d6cc991a82b41a3b7f9ccb9e93efe803",
"test262-parser-runner": "^0.5.0"
}
Expand Down

0 comments on commit fdf144b

Please sign in to comment.