We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2104db7 commit 9e6d17bCopy full SHA for 9e6d17b
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "seekingalpha-javascript-style",
3
- "version": "9.94.0",
+ "version": "9.95.0",
4
"description": "Set of linting rules, guides and best practices for best Javascript code",
5
"main": "index.js",
6
"type": "module",
@@ -48,14 +48,14 @@
48
"devDependencies": {
49
"@seekingalpha/prettier-config-samw": "2.0.0",
50
"eslint": "9.39.2",
51
- "eslint-config-seekingalpha-base": "11.43.0",
+ "eslint-config-seekingalpha-base": "11.44.0",
52
"eslint-config-seekingalpha-node": "9.32.0",
53
"eslint-plugin-import": "2.32.0",
54
"eslint-plugin-n": "17.24.0",
55
"eslint-plugin-promise": "7.2.1",
56
"eslint-plugin-unicorn": "63.0.0",
57
"husky": "9.1.7",
58
- "lint-staged": "16.3.1",
+ "lint-staged": "16.3.2",
59
"oxlint": "1.51.0",
60
"prettier": "3.8.1"
61
}
0 commit comments