Skip to content

Commit 1a39eed

Browse files
committed
Upgrade dependencies
1 parent 853eebf commit 1a39eed

File tree

3 files changed

+814
-707
lines changed

3 files changed

+814
-707
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
'no-trailing-spaces': 'error',
4444
'space-before-blocks': ['error', 'always'],
4545
'space-before-function-paren': ['error', 'never'],
46+
'n/prefer-node-protocol': ['error'],
4647
indent: ['error', 4, {
4748
SwitchCase: 1,
4849
}],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@types/benchmark": "^2.1.1",
3939
"@types/markdown-it": "^13.0.1",
4040
"@types/node": "^20.7.0",
41-
"@typescript-eslint/eslint-plugin": "^6.7.3",
42-
"@typescript-eslint/parser": "^6.7.3",
41+
"@typescript-eslint/eslint-plugin": "^7.5.0",
42+
"@typescript-eslint/parser": "^7.5.0",
4343
"bbcode": "^0.1.5",
4444
"bbcode-parser": "^1.0.10",
4545
"bbcodejs": "^0.0.4",
@@ -48,7 +48,7 @@
4848
"eslint-config-standard": "^17.0.0",
4949
"eslint-import-resolver-typescript": "^3.5.3",
5050
"eslint-plugin-import": "^2.22.0",
51-
"eslint-plugin-n": "^16.1.0",
51+
"eslint-plugin-n": "^17.0.0-6",
5252
"eslint-plugin-node": "^11.1.0",
5353
"eslint-plugin-promise": "^6.0.0",
5454
"eslint-plugin-vue": "^9.9.0",

0 commit comments

Comments
 (0)