Skip to content

Commit

Permalink
Upgrade get-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 19, 2023
1 parent b73376d commit 1bf76b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ config.overrides.push({
}],
'import/no-duplicates': 'error',
'import/no-unresolved': ['error', {
ignore: ['^malevic\/'],
ignore: ['^malevic\/', 'get-stream'],
}],
'import/no-restricted-paths': ['error', {
zones: [{
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-compat": "4.1.4",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-local": "1.0.0",
"get-stream": "7.0.1",
"get-stream": "8.0.1",
"globby": "13.2.2",
"jasmine-core": "5.1.0",
"jest": "29.6.2",
Expand Down

0 comments on commit 1bf76b8

Please sign in to comment.