Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jul 26, 2024
1 parent 608de6a commit be9c66e
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 571 deletions.
2 changes: 1 addition & 1 deletion apps/pay/components/parse-pos-payment/receive-invoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function ReceiveInvoice({ recipientWalletCurrency, walletId, state, dispatch }:
const invalidInvoiceError =
recipientWalletCurrency === "USD" && Number(amount?.toString()) <= 0
? `Enter an amount greater than 1 cent (${usdToSats(0.01).toFixed()} sats)`
: expiredInvoiceError ?? null
: (expiredInvoiceError ?? null)
return (
<div className={styles.error}>
<p>{errorString}</p>
Expand Down
20 changes: 10 additions & 10 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.10.4",
"@aws-sdk/client-s3": "^3.614.0",
"@apollo/server": "^4.10.5",
"@aws-sdk/client-s3": "^3.620.0",
"@galoy/gt3-server-node-express-sdk": "workspace:^",
"@google-cloud/storage": "^7.12.0",
"@grpc/grpc-js": "^1.11.0",
"@grpc/grpc-js": "^1.11.1",
"@grpc/proto-loader": "^0.7.13",
"@ip1sms/disposable-phone-numbers": "^2.1.842",
"@ip1sms/disposable-phone-numbers": "^2.1.851",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.25.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.1",
Expand Down Expand Up @@ -108,7 +108,7 @@
"node-cache": "^5.1.2",
"openai": "^4.52.7",
"pg": "^8.12.0",
"pino": "9.3.1",
"pino": "9.3.2",
"pino-http": "^10.2.0",
"prom-client": "^15.1.3",
"rate-limiter-flexible": "^5.0.1",
Expand All @@ -122,14 +122,14 @@
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@galoy/eslint-config": "workspace:^",
"@graphql-tools/jest-transform": "^2.0.0",
"@jest/test-sequencer": "^29.7.0",
"@swc/core": "1.3.105",
"@swc/jest": "^0.2.36",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.6",
"@types/babel__preset-env": "^7.9.7",
"@types/basic-auth": "^1.1.8",
"@types/body-parser": "^1.19.5",
"@types/cookie": "^0.6.0",
Expand All @@ -152,7 +152,7 @@
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.sumby": "^4.6.9",
"@types/migrate-mongo": "^10.0.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.12",
"@types/node-jose": "^1.1.13",
"@types/nodemon": "^1.19.6",
"@types/set-cookie-parser": "^2.4.7",
Expand Down Expand Up @@ -180,15 +180,15 @@
"node-jose": "^2.2.0",
"nodemon": "^3.1.4",
"otplib": "^12.0.1",
"pino-pretty": "^11.2.1",
"pino-pretty": "^11.2.2",
"prettier": "^3.3.3",
"protoc-gen-js": "^3.21.2",
"spectaql": "^2.3.1",
"tiny-secp256k1": "^2.2.3",
"tree-kill": "^1.2.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"zen-observable-ts": "^1.1.0"
},
"private": true
Expand Down
Loading

0 comments on commit be9c66e

Please sign in to comment.