Skip to content

Commit

Permalink
build: Fix sherif failures by sorting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Aug 31, 2024
1 parent 621c329 commit a13c552
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hoarder/shared-react": "workspace:^0.1.0",
"@hoarder/shared": "workspace:^0.1.0",
"@hoarder/shared-react": "workspace:^0.1.0",
"@hoarder/trpc": "workspace:^0.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"hoarder": "dist/index.mjs"
},
"devDependencies": {
"@commander-js/extra-typings": "^12.0.1",
"@hoarder/eslint-config": "workspace:^0.2.0",
"@hoarder/prettier-config": "workspace:^0.1.0",
"@commander-js/extra-typings": "^12.0.1",
"@hoarder/shared": "workspace:^0.1.0",
"@hoarder/trpc": "workspace:^0.1.0",
"@hoarder/tsconfig": "workspace:^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"private": true,
"dependencies": {
"@hoarder/db": "workspace:^0.1.0",
"@hoarder/queue": "workspace:^0.1.0",
"@hoarder/shared": "workspace:^0.1.0",
"@hoarder/tsconfig": "workspace:^0.1.0",
"@hoarder/queue": "workspace:^0.1.0",
"@mozilla/readability": "^0.5.0",
"@tsconfig/node21": "^21.0.1",
"async-mutex": "^0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"private": true,
"type": "module",
"dependencies": {
"async-mutex": "^0.4.1",
"better-sqlite3": "^9.4.3",
"drizzle-orm": "^0.29.4",
"zod": "^3.22.4",
"async-mutex": "^0.4.1"
"zod": "^3.22.4"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@hoarder/trpc": "workspace:^0.1.0",
"@hoarder/shared": "workspace:^0.1.0",
"@hoarder/trpc": "workspace:^0.1.0",
"@tanstack/react-query": "^5.24.8",
"superjson": "^2.2.1",
"@trpc/client": "11.0.0-next-beta.308"
"@trpc/client": "11.0.0-next-beta.308",
"superjson": "^2.2.1"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",
"@hoarder/prettier-config": "workspace:^0.1.0",
"@hoarder/tsconfig": "workspace:^0.1.0"
},
"peerDependencies": {
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-web": "*"
Expand Down
6 changes: 3 additions & 3 deletions tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"nativewind": "^4.0.1",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"@tailwindcss/typography": "^0.5.10",
"nativewind": "^4.0.1"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",
Expand Down

0 comments on commit a13c552

Please sign in to comment.