Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 21, 2024
1 parent b2196c4 commit 24e55e7
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 161 deletions.
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.19.3",
"@dotenvx/dotenvx": "1.20.0",
"@libsql/client": "0.8.0",
"@sentry/node": "8.34.0",
"@sentry/node": "8.35.0",
"@stacks/blockchain-api-client": "8.0.4",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stackspulse/protocols": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.19.3",
"@dotenvx/dotenvx": "1.20.0",
"@hirosystems/token-metadata-api-client": "2.0.0",
"@radix-ui/themes": "3.0.5",
"@sentry/nextjs": "8.34.0",
"@sentry/nextjs": "8.35.0",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stacks/transactions": "6.16.1",
"@stacks/transactions": "6.17.0",
"@stackspulse/protocols": "workspace:*",
"@t3-oss/env-core": "0.11.1",
"@t3-oss/env-nextjs": "0.11.1",
Expand All @@ -38,7 +38,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
Expand Down
Loading

0 comments on commit 24e55e7

Please sign in to comment.