Skip to content

Commit

Permalink
chore: upgrade deps (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel authored Oct 4, 2024
1 parent c4e77c5 commit a71da1d
Show file tree
Hide file tree
Showing 5 changed files with 930 additions and 903 deletions.
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.14.1",
"@dotenvx/dotenvx": "1.14.2",
"@libsql/client": "0.8.0",
"@sentry/node": "8.32.0",
"@stacks/blockchain-api-client": "8.0.2",
"@sentry/node": "8.33.1",
"@stacks/blockchain-api-client": "8.0.3",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stackspulse/protocols": "workspace:*",
"@t3-oss/env-core": "0.11.1",
"drizzle-orm": "0.33.0",
"h3": "1.12.0",
"h3": "1.13.0",
"nitro-cors": "0.7.1",
"postgres": "3.4.4",
"unstorage": "1.12.0",
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@
"deploy": "fly deploy --remote-only"
},
"dependencies": {
"@dotenvx/dotenvx": "1.14.1",
"@dotenvx/dotenvx": "1.14.2",
"@hirosystems/token-metadata-api-client": "1.3.0",
"@radix-ui/themes": "3.0.5",
"@sentry/nextjs": "8.32.0",
"@sentry/nextjs": "8.33.1",
"@stacks/stacks-blockchain-api-types": "7.14.1",
"@stacks/transactions": "6.16.1",
"@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.56.2",
"@tanstack/react-query": "5.59.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"fathom-client": "3.7.2",
"javascript-time-ago": "2.5.11",
"next": "14.2.13",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "2.13.0-alpha.4",
"sharp": "0.33.5",
"tailwind-merge": "2.5.2",
"tailwind-merge": "2.5.3",
"tailwindcss-animate": "1.0.7",
"twitter-api-v2": "1.17.1",
"unstorage": "1.12.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.13",
"eslint-config-next": "14.2.14",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.47",
"radix-themes-tw": "0.2.3",
Expand Down
12 changes: 6 additions & 6 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": [".nitro", ".output", ".next", "dist"],
"ignoreUnknown": true
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"ignore": [".nitro", ".next", "dist"]
"lineWidth": 80
},
"linter": {
"enabled": true,
Expand All @@ -23,9 +26,6 @@
}
},
"ignore": [
".nitro",
".next",
"dist",
"apps/web/src/lib/chartUtils.tsx",
"apps/web/src/components/ui/AreaChart.tsx"
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm turbo run build",
"format": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"format": "biome check --write --no-errors-on-unmatched",
"version": "pnpm changeset version && node scripts/create-release.mjs",
"release": "pnpm changeset publish",
"prepare": "husky"
Expand All @@ -13,10 +13,10 @@
"husky": "9.1.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@changesets/cli": "2.27.8",
"@biomejs/biome": "1.9.3",
"@changesets/cli": "2.27.9",
"lint-staged": "15.2.10",
"turbo": "2.1.2"
"turbo": "2.1.3"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit a71da1d

Please sign in to comment.