Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Oct 12, 2021
1 parent 32a8a01 commit c8a4935
Show file tree
Hide file tree
Showing 4 changed files with 989 additions and 1,022 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ module.exports = defineConfig({
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/explicit-function-return-type': ['error', { allowExpressions: true }],
'@typescript-eslint/indent': ['error', 'tab', { SwitchCase: 1, ignoredNodes: ['MemberExpression'] }],
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/member-ordering': 'warn',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/no-parameter-properties': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/prefer-nullish-coalescing': 'warn',
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
},
"devDependencies": {
"@types/jest": "~27.0.2",
"@types/node": "~16.10.1",
"@types/node": "~16.10.3",
"@types/prettier": "~2.4.1",
"@typescript-eslint/eslint-plugin": "~4.32.0",
"@typescript-eslint/parser": "~4.32.0",
"@typescript-eslint/eslint-plugin": "~5.0.0",
"@typescript-eslint/parser": "~5.0.0",
"benchmark": "~2.1.4",
"eslint": "~7.32.0",
"eslint": "~8.0.0",
"eslint-config-prettier": "~8.3.0",
"eslint-define-config": "~1.0.9",
"eslint-define-config": "~1.1.1",
"eslint-plugin-inclusive-language": "~2.1.1",
"eslint-plugin-jsdoc": "~36.1.0",
"eslint-plugin-jsdoc": "~36.1.1",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-spellcheck": "~0.0.19",
"jest": "~27.2.3",
"jest-junit": "~12.3.0",
"jest": "~27.2.5",
"jest-junit": "~13.0.0",
"np": "~7.5.0",
"prettier": "2.4.1",
"prettier-plugin-organize-imports": "~2.3.4",
Expand Down
Loading

0 comments on commit c8a4935

Please sign in to comment.