Skip to content

Commit

Permalink
chore: fix eslint deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jan 7, 2025
1 parent 5638381 commit 1c6f268
Show file tree
Hide file tree
Showing 4 changed files with 2,710 additions and 3,539 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
branches: [main]
types: [opened, synchronize, labeled, unlabeled]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
prepare:
name: prepare build args
Expand Down
1 change: 0 additions & 1 deletion apps/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@types/eslint": "^8.2.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^20.8.9",
"@types/original-url": "^1.2.0",
Expand Down
65 changes: 35 additions & 30 deletions core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"node": "20"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@aws-sdk/client-s3": "^3.674.0",
"@apollo/server": "^4.11.3",
"@aws-sdk/client-s3": "^3.723.0",
"@galoy/gt3-server-node-express-sdk": "workspace:^",
"@google-cloud/storage": "^7.13.0",
"@grpc/grpc-js": "^1.12.2",
"@google-cloud/storage": "^7.14.0",
"@grpc/grpc-js": "^1.12.5",
"@grpc/proto-loader": "^0.7.13",
"@ip1sms/disposable-phone-numbers": "^2.1.939",
"@ip1sms/disposable-phone-numbers": "^2.1.1023",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.26.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.53.0",
Expand All @@ -62,22 +62,22 @@
"@ory/client": "^1.15.6",
"@t3-oss/env-core": "^0.7.3",
"ajv": "^8.17.1",
"axios": "^1.7.7",
"axios": "^1.7.9",
"basic-auth": "^2.0.1",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bitcoin-cli-ts": "^26.1.0",
"bitcoinjs-lib": "^6.1.6",
"bitcoinjs-lib": "^6.1.7",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"dataloader": "^2.2.2",
"dataloader": "^2.2.3",
"dedent": "^1.5.3",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"express": "^4.21.2",
"express-jwt": "^8.5.1",
"firebase-admin": "^12.6.0",
"google-protobuf": "^3.21.4",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"graphql-middleware": "^6.1.33",
"graphql-query-complexity": "^1.0.0",
"graphql-redis-subscriptions": "^2.6.1",
Expand All @@ -92,9 +92,9 @@
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"knex": "^3.1.0",
"libphonenumber-js": "^1.11.12",
"lightning": "^10.22.1",
"ln-service": "^57.22.0",
"libphonenumber-js": "^1.11.17",
"lightning": "^10.23.0",
"ln-service": "^57.23.0",
"lnurl-pay": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
Expand All @@ -106,25 +106,25 @@
"medici": "^7.0.3",
"mongoose": "8.7.2",
"node-cache": "^5.1.2",
"openai": "^4.68.0",
"pg": "^8.13.0",
"pino": "9.5.0",
"openai": "^4.77.3",
"pg": "^8.13.1",
"pino": "9.6.0",
"pino-http": "^10.3.0",
"prom-client": "^15.1.3",
"rate-limiter-flexible": "^5.0.1",
"redlock": "^5.0.0-beta.2",
"snappy": "^7.2.2",
"svix": "1.37.0",
"tiny-secp256k1": "^2.2.3",
"twilio": "^5.3.4",
"twilio": "^5.4.0",
"uuid-by-string": "^4.0.0",
"validator": "^13.12.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@galoy/eslint-config": "workspace:^",
"@graphql-tools/jest-transform": "^2.0.0",
"@jest/test-sequencer": "^29.7.0",
Expand All @@ -135,13 +135,13 @@
"@types/basic-auth": "^1.1.8",
"@types/body-parser": "^1.19.5",
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.7",
"@types/cookie-parser": "^1.4.8",
"@types/cors": "^2.8.17",
"@types/dedent": "^0.7.2",
"@types/eslint": "^8.56.9",
"@types/express": "^4.17.21",
"@types/google-protobuf": "^3.15.12",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -154,12 +154,12 @@
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.sumby": "^4.6.9",
"@types/migrate-mongo": "^10.0.5",
"@types/node": "^22.7.6",
"@types/node": "^22.10.5",
"@types/node-jose": "^1.1.13",
"@types/nodemon": "^1.19.6",
"@types/set-cookie-parser": "^2.4.10",
"@types/validator": "^13.12.0",
"@types/ws": "^8.5.12",
"@types/validator": "^13.12.2",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@xascode/tscpaths": "0.1.4",
Expand All @@ -180,17 +180,22 @@
"madge": "^6.1.0",
"migrate-mongo": "^11.0.0",
"node-jose": "^2.2.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"otplib": "^12.0.1",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"protoc-gen-js": "^3.21.2",
"prettier": "^3.4.2",
"protoc-gen-js": "^3.21.4",
"spectaql": "^2.3.1",
"tree-kill": "^1.2.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"zen-observable-ts": "^1.1.0"
},
"pnpm": {
"overrides": {
"@types/eslint": "^8.56.12"
}
},
"private": true
}
Loading

0 comments on commit 1c6f268

Please sign in to comment.