Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 4, 2024
1 parent 71721cf commit 9637937
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/eslint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,6 @@ const globalsESNext = {
AsyncDisposableStack: READONLY,
AsyncIterator: READONLY,
DisposableStack: READONLY,
Iterator: READONLY,
Observable: READONLY,
SuppressedError: READONLY,
compositeKey: READONLY,
Expand Down
14 changes: 7 additions & 7 deletions tests/eslint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"jsonc-eslint-parser": "^2.4.0"
}
}

0 comments on commit 9637937

Please sign in to comment.