Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 26, 2024
1 parent 0d82d06 commit 6aab515
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 462 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.20.1",
"@dotenvx/dotenvx": "1.21.0",
"@libsql/client": "0.8.0",
"@sentry/node": "8.35.0",
"@stacks/blockchain-api-client": "8.1.2",
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.20.1",
"@dotenvx/dotenvx": "1.21.0",
"@hirosystems/token-metadata-api-client": "2.0.0",
"@radix-ui/themes": "3.0.5",
"@sentry/nextjs": "8.35.0",
Expand All @@ -19,8 +19,8 @@
"@stackspulse/protocols": "workspace:*",
"@t3-oss/env-core": "0.11.1",
"@t3-oss/env-nextjs": "0.11.1",
"@tabler/icons-react": "3.19.0",
"@tanstack/react-query": "5.59.15",
"@tabler/icons-react": "3.20.0",
"@tanstack/react-query": "5.59.16",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
Expand All @@ -37,8 +37,8 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.8.0",
"@types/react": "18.3.11",
"@types/node": "22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.9",
"lint-staged": "15.2.10",
"turbo": "2.1.3"
"turbo": "2.2.3"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit 6aab515

Please sign in to comment.