Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Aug 21, 2024
1 parent e1d39e4 commit ed7bf4a
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 807 deletions.
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.7.0",
"@dotenvx/dotenvx": "1.8.0",
"@libsql/client": "0.8.0",
"@sentry/node": "8.25.0",
"@stacks/blockchain-api-client": "7.13.2",
"@stacks/stacks-blockchain-api-types": "7.13.2",
"@sentry/node": "8.26.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",
"drizzle-orm": "0.33.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.7.0",
"@dotenvx/dotenvx": "1.8.0",
"@hirosystems/token-metadata-api-client": "1.3.0",
"@radix-ui/themes": "3.0.5",
"@sentry/nextjs": "8.25.0",
"@stacks/stacks-blockchain-api-types": "7.13.2",
"@sentry/nextjs": "8.26.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.51.23",
"@tanstack/react-query": "5.52.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
Expand All @@ -30,25 +30,25 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.13.0-alpha.4",
"sharp": "0.33.4",
"tailwind-merge": "2.4.0",
"sharp": "0.33.5",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"twitter-api-v2": "1.17.1",
"unstorage": "1.10.2",
"zod": "3.23.8"
},
"devDependencies": {
"@flydotio/dockerfile": "0.5.8",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.41",
"radix-themes-tw": "0.2.3",
"tailwindcss": "3.4.9",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"prepare": "husky"
},
"dependencies": {
"husky": "9.1.4"
"husky": "9.1.5"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"lint-staged": "15.2.8",
"turbo": "2.0.12"
"lint-staged": "15.2.9",
"turbo": "2.0.14"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit ed7bf4a

Please sign in to comment.