Skip to content

Commit

Permalink
chore: upgrade deps (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel authored Sep 23, 2024
1 parent e717e57 commit e19d6e7
Show file tree
Hide file tree
Showing 8 changed files with 1,332 additions and 1,376 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-chicken-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@stackspulse/server": patch
"stackspulse": patch
---

Upgrade deps.
5 changes: 5 additions & 0 deletions .changeset/sweet-walls-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stackspulse": patch
---

Latest bitflow contracts.
10 changes: 5 additions & 5 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.8.0",
"@dotenvx/dotenvx": "1.14.1",
"@libsql/client": "0.8.0",
"@sentry/node": "8.26.0",
"@sentry/node": "8.31.0",
"@stacks/blockchain-api-client": "7.14.1",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stackspulse/protocols": "workspace:*",
"@t3-oss/env-core": "0.11.0",
"@t3-oss/env-core": "0.11.1",
"drizzle-orm": "0.33.0",
"h3": "1.12.0",
"nitro-cors": "0.7.1",
"postgres": "3.4.4",
"unstorage": "1.10.2",
"unstorage": "1.12.0",
"zod": "3.23.8",
"zod-validation-error": "3.3.1"
"zod-validation-error": "3.4.0"
},
"devDependencies": {
"nitropack": "2.9.7",
Expand Down
32 changes: 16 additions & 16 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.8.0",
"@dotenvx/dotenvx": "1.14.1",
"@hirosystems/token-metadata-api-client": "1.3.0",
"@radix-ui/themes": "3.0.5",
"@sentry/nextjs": "8.26.0",
"@sentry/nextjs": "8.31.0",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stacks/transactions": "6.16.1",
"@stackspulse/protocols": "workspace:*",
"@t3-oss/env-core": "0.11.0",
"@t3-oss/env-nextjs": "0.11.0",
"@tabler/icons-react": "3.12.0",
"@tanstack/react-query": "5.52.0",
"@t3-oss/env-core": "0.11.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tabler/icons-react": "3.17.0",
"@tanstack/react-query": "5.56.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"date-fns": "4.1.0",
"fathom-client": "3.7.2",
"javascript-time-ago": "2.5.10",
"next": "14.2.5",
"javascript-time-ago": "2.5.11",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.13.0-alpha.4",
"sharp": "0.33.5",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"twitter-api-v2": "1.17.1",
"unstorage": "1.10.2",
"unstorage": "1.12.0",
"zod": "3.23.8"
},
"devDependencies": {
"@flydotio/dockerfile": "0.5.8",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-next": "14.2.13",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.41",
"postcss": "8.4.47",
"radix-themes-tw": "0.2.3",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
"tailwindcss": "3.4.13",
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/src/components/Transaction/TransactionRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const TransactionRow = ({ transaction }: TransactionRowProps) => {
</a>
</IconButton>

<Text className="order-5 md:order-3 md:flex-1 truncate" as="div" size="2">
<Text className="order-5 truncate md:order-3 md:flex-1" as="div" size="2">
{transaction.protocol === "stackingdao" ? (
<TransactionActionStackingDAO transaction={transaction} />
) : transaction.protocol === "alex" ? (
Expand Down
2 changes: 1 addition & 1 deletion packages/protocols/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@tsconfig/node22": "22.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Loading

0 comments on commit e19d6e7

Please sign in to comment.