Skip to content

Commit

Permalink
chore(package.json): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Nov 30, 2024
1 parent 914c688 commit 2286be6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ module.exports = {
ecmaVersion: 'latest',
project: './server/tsconfig.json',
},
rules: {
...ts.rules,
'@typescript-eslint/no-base-to-string': 0,
},
},
],
};
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@
"lint": "npm run lint:ts && npm run lint:json"
},
"dependencies": {
"@bhsd/common": "^0.4.5",
"@bhsd/common": "^0.4.6",
"color-rgba": "^3.0.0",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"wikilint": "^2.13.6"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/stylelint-plugin": "^2.0.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/color-rgba": "^2.1.3",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vscode/vsce": "^3.2.1",
"esbuild": "^0.21.4",
"eslint": "^8.56.0",
"eslint-plugin-es-x": "^8.0.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-plugin-es-x": "^8.4.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^48.5.2",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-json-es": "^1.6.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^56.0.1",
"http-server": "^14.1.0",
"stylelint": "^16.6.1",
"stylelint": "^16.11.0",
"stylelint-config-recommended": "^14.0.0",
"typescript": "^5.5.3",
"v8r": "^3.0.0"
"typescript": "^5.7.2",
"v8r": "^4.2.0"
},
"resolutions": {
"eslint/**/strip-ansi": "6.0.1"
Expand Down
3 changes: 2 additions & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"useUnknownInCatchVariables": true
"useUnknownInCatchVariables": true,
"skipLibCheck": true
}
}

0 comments on commit 2286be6

Please sign in to comment.