Skip to content

Commit 491721f

Browse files
committed
update dependencies
1 parent f284cf0 commit 491721f

File tree

6 files changed

+169
-88
lines changed

6 files changed

+169
-88
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/bundle-tests/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import globals from 'globals';
22
import confusingBrowserGlobals from 'confusing-browser-globals';
3-
import parserJSONC from 'jsonc-eslint-parser';
3+
import * as parserJSONC from 'jsonc-eslint-parser';
44
import pluginArrayFunc from 'eslint-plugin-array-func';
55
import pluginASCII from 'eslint-plugin-ascii';
66
import pluginDepend from 'eslint-plugin-depend';

tests/eslint/package-lock.json

Lines changed: 132 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-unicorn": "^63.0.0",
2828
"eslint-yaml": "^0.1.0",
2929
"globals": "^17.3.0",
30-
"jsonc-eslint-parser": "^2.4.2"
30+
"jsonc-eslint-parser": "^3.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)