Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmeloc22 committed Aug 10, 2024
1 parent 133c39d commit 93c33f8
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 668 deletions.
2 changes: 0 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@repo/ui": "workspace:*",
"base64-url": "^2.3.3",
"framer-motion": "^11.3.8",
"graphql-sse": "^2.5.3",
"graphql-ws": "^5.16.0",
"lucide-react": "^0.372.0",
"murmurhash": "^2.0.1",
Expand All @@ -45,7 +44,6 @@
"@types/react-relay": "^16.0.6",
"@types/relay-runtime": "^14.1.24",
"autoprefixer": "^10.4.19",
"get-graphql-schema": "^2.1.2",
"postcss": "^8.4.39",
"relay-compiler": "^17.0.0",
"tailwindcss": "^3.4.6",
Expand Down
12 changes: 0 additions & 12 deletions graphql.config.ts

This file was deleted.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "telegrama",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "turbo format",
"type-check": "turbo type-check"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"graphql-config": "^5.0.3",
"prettier": "^3.3.3",
"turbo": "^2.0.8",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
"name": "telegrama",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"test": "turbo test",
"lint": "turbo lint",
"format": "turbo format",
"type-check": "turbo type-check"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.3.3",
"turbo": "^2.0.8",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}
1 change: 1 addition & 0 deletions packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.2.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7"
}
Expand Down
Loading

0 comments on commit 93c33f8

Please sign in to comment.