Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <[email protected]>
  • Loading branch information
niteshbalusu11 committed Jan 13, 2023
1 parent 8e95491 commit c5c96c0
Show file tree
Hide file tree
Showing 3 changed files with 893 additions and 856 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@mui/x-date-pickers": "^5.0.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@mui/x-date-pickers": "^5.0.13",
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.2.1",
Expand All @@ -54,15 +54,15 @@
"antd": "^4.23.4",
"async": "^3.2.4",
"axios": "^0.27.2",
"balanceofsatoshis": "^13.13.0",
"balanceofsatoshis": "^13.16.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.1.1",
"class-sanitizer": "^1.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"json-to-pretty-yaml": "^1.2.2",
"jwt-decode": "^3.1.2",
"lightning": "^6.8.0",
"lightning": "^7.0.4",
"nest-winston": "^1.8.0",
"next": "^12.3.1",
"nookies": "^2.5.2",
Expand All @@ -72,7 +72,7 @@
"passport-local": "^1.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.1.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-js-cron": "^2.1.2",
Expand All @@ -82,7 +82,7 @@
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.10",
"@nestjs/cli": "^9.1.5",
"@nestjs/cli": "^9.1.8",
"@nestjs/schematics": "^9.0.3",
"@next/eslint-plugin-next": "^13.0.4",
"@playwright/test": "^1.29.0",
Expand All @@ -93,24 +93,24 @@
"@types/passport-local": "^1.0.34",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"ln-docker-daemons": "^3.1.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"eslint-plugin-react": "^7.32.0",
"ln-docker-daemons": "^4.0.4",
"prettier": "^2.8.2",
"rimraf": "^4.0.4",
"source-map-support": "^0.5.20",
"standard-version": "^9.5.0",
"ts-loader": "^9.4.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"
}
}
2 changes: 2 additions & 0 deletions tests/utils/spawn_lightning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const ports = {
chain_zmq_tx_port: 4445,
lightning_p2p_port: 5445,
lightning_rpc_port: 6445,
lightning_tower_port: 8011,
};

export type SpawnLightningType = {
Expand All @@ -25,6 +26,7 @@ const spawnLightning = async (): Promise<SpawnLightningType> => {
generate_address: address,
lightning_p2p_port: ports.lightning_p2p_port,
lightning_rpc_port: ports.lightning_rpc_port,
lightning_tower_port: ports.lightning_tower_port,
});

return { cert, kill, macaroon, socket };
Expand Down
Loading

0 comments on commit c5c96c0

Please sign in to comment.