Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 20.11.5 to 20.11.10 in /supers…
Browse files Browse the repository at this point in the history
…et-websocket (#26825)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
  • Loading branch information
dependabot[bot] and mistercrunch committed Jan 29, 2024
1 parent 71a950f commit c3aacc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions superset-websocket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions superset-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"start": "node dist/index.js start",
"test": "NODE_ENV=test jest -i spec",
"type": "tsc --noEmit",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && npm run type",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx",
"lint": "npm run eslint -- . && npm run type",
"dev-server": "ts-node src/index.ts start",
"build": "tsc",
"prettier-check": "prettier --check .",
Expand All @@ -31,7 +32,7 @@
"@types/ioredis": "^4.27.8",
"@types/jest": "^27.0.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.5",
"@types/node": "^20.11.10",
"@types/uuid": "^9.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.61.0",
Expand Down

0 comments on commit c3aacc6

Please sign in to comment.