Skip to content

Commit

Permalink
seekingalpha-javascript-style ver. 5.37.7
Browse files Browse the repository at this point in the history
- PKGs update
  • Loading branch information
alexkoval committed Jan 14, 2024
1 parent c12a1f9 commit b959a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seekingalpha-javascript-style",
"version": "5.37.6",
"version": "5.37.7",
"description": "Set of linting rules, guides and best practices for best Javascript code",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"devDependencies": {
"@seekingalpha/prettier-config-samw": "1.2.0",
"@stylistic/eslint-plugin-js": "1.5.1",
"@stylistic/eslint-plugin-js": "1.5.3",
"eslint": "8.56.0",
"eslint-config-seekingalpha-base": "7.10.0",
"eslint-config-seekingalpha-base": "7.11.0",
"eslint-config-seekingalpha-node": "5.53.0",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.1",
Expand All @@ -57,6 +57,6 @@
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1"
"prettier": "3.2.2"
}
}

0 comments on commit b959a23

Please sign in to comment.