Skip to content

Commit

Permalink
update companion dependencies (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc authored Jan 25, 2025
1 parent b0cc645 commit 1591f1b
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 985 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.cjs

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { generateEslintConfig } from '@companion-module/tools/eslint/config.mjs'

export default generateEslintConfig({
enableTypescript: true,
})
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"node": ">=18.16.0"
},
"dependencies": {
"@companion-module/base": "^1.7.0",
"@companion-module/base": "^1.11.3",
"companion-module-utils": "^0.5.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@companion-module/tools": "^1.5.0",
"@companion-module/tools": "^2.1.1",
"@types/node": "^18.16.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint": "^9.18.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier": "^3.4.2",
"rimraf": "^3.0.2",
"typescript": "~5.3.3"
},
Expand Down
Loading

0 comments on commit 1591f1b

Please # to comment.