Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 14, 2024
1 parent eff4059 commit 67aa402
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 282 deletions.
1 change: 1 addition & 0 deletions check-npm-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ try {
)
process.exit(1)
}
// eslint-disable-next-line no-unused-vars
} catch (e) {}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
},
"dependencies": {
"escalade": "^3.1.2",
"picocolors": "^1.0.0"
"picocolors": "^1.0.1"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
},
"bin": "cli.js",
"devDependencies": {
"@logux/eslint-config": "^53.0.1",
"@logux/eslint-config": "^53.1.0",
"browserslist": "^4.23.0",
"c8": "^9.1.0",
"clean-publish": "^4.4.0",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-node-imports": "^1.0.2",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-prefer-let": "^3.0.1",
Expand Down
Loading

0 comments on commit 67aa402

Please sign in to comment.