Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 22, 2024
1 parent d0d1e7d commit 11eaf83
Show file tree
Hide file tree
Showing 5 changed files with 721 additions and 772 deletions.
6 changes: 5 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import loguxConfig from '@logux/eslint-config'

/** @type {import('eslint').Linter.FlatConfig[]} */
/** @type {import('eslint').FlatConfig[]} */
export default [
{
ignores: ['test/package/**']
Expand All @@ -9,6 +9,10 @@ export default [
{
rules: {
'n/global-require': 'off',
'n/no-unsupported-features/node-builtins': [
'error',
{ ignores: ['fs/promises.cp'] }
],
'no-console': 'off',
'prefer-let/prefer-let': 'off'
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"cross-spawn": "^7.0.3",
"fast-glob": "^3.3.2",
"lilconfig": "^3.1.1",
"micromatch": "^4.0.5"
"lilconfig": "^3.1.2",
"micromatch": "^4.0.8"
},
"devDependencies": {
"@logux/eslint-config": "^53.0.0",
"eslint": "^8.57.0",
"ts-json-schema-generator": "^1.5.0",
"tsx": "^4.7.2",
"@logux/eslint-config": "^53.4.1",
"eslint": "^9.13.0",
"ts-json-schema-generator": "^2.3.0",
"tsx": "^4.19.1",
"uvu": "^0.5.6"
}
}
Loading

0 comments on commit 11eaf83

Please sign in to comment.