Skip to content

Commit f74e637

Browse files
authored
Merge branch 'yannickcr:master' into fix/#3172
2 parents 4de38ef + 0d89462 commit f74e637

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,28 @@
4444
"string.prototype.matchall": "^4.0.6"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.16.0",
48-
"@babel/eslint-parser": "^7.16.3",
49-
"@babel/plugin-syntax-decorators": "^7.16.0",
50-
"@babel/plugin-syntax-do-expressions": "^7.16.0",
51-
"@babel/plugin-syntax-function-bind": "^7.16.0",
52-
"@babel/preset-react": "^7.16.0",
47+
"@babel/core": "^7.16.7",
48+
"@babel/eslint-parser": "^7.16.5",
49+
"@babel/plugin-syntax-decorators": "^7.16.7",
50+
"@babel/plugin-syntax-do-expressions": "^7.16.7",
51+
"@babel/plugin-syntax-function-bind": "^7.16.7",
52+
"@babel/preset-react": "^7.16.7",
5353
"@types/eslint": "=7.2.10",
5454
"@types/estree": "^0.0.50",
55-
"@types/node": "^16.11.7",
55+
"@types/node": "^16.11.19",
5656
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
57-
"aud": "^1.1.5",
57+
"aud": "^2.0.0",
5858
"babel-eslint": "^8 || ^9 || ^10.1.0",
5959
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
6060
"eslint-config-airbnb-base": "^15.0.0",
6161
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1",
62-
"eslint-plugin-import": "^2.25.3",
63-
"eslint-remote-tester": "^2.0.1",
64-
"eslint-remote-tester-repositories": "^0.0.3",
62+
"eslint-plugin-import": "^2.25.4",
63+
"eslint-remote-tester": "^2.1.1",
64+
"eslint-remote-tester-repositories": "^0.0.4",
6565
"eslint-scope": "^3.7.3",
6666
"espree": "^3.5.4",
6767
"istanbul": "^0.4.5",
68-
"ls-engines": "^0.6.1",
68+
"ls-engines": "^0.6.3",
6969
"markdown-magic": "^2.5.2",
7070
"mocha": "^5.2.0",
7171
"sinon": "^7.5.0",

test/eslint-remote-tester.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ module.exports = {
2121
env: {
2222
es6: true,
2323
},
24-
parser: '@typescript-eslint/parser',
24+
overrides: [
25+
{
26+
files: ['*.ts', '*.tsx', '*.mts', '*.cts'],
27+
parser: '@typescript-eslint/parser',
28+
},
29+
],
2530
parserOptions: {
2631
ecmaVersion: 2020,
2732
sourceType: 'module',

0 commit comments

Comments
 (0)