Skip to content

Commit

Permalink
Merge branch 'abhiram11/bug-solve-ui-category-chevron' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/abhiram11/lenstube into abhiram11/bug-solve-ui-category-chevron
  • Loading branch information
abhiram11 committed Feb 18, 2023
2 parents 72e88fc + 151a847 commit f15beda
Show file tree
Hide file tree
Showing 8 changed files with 1,488 additions and 1,035 deletions.
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@livepeer/react": "^2.2.3",
"@livepeer/react": "^2.2.4-next.0",
"@tailwindcss/line-clamp": "^0.4.0",
"clsx": "^1.2.1",
"graphql": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@bundlr-network/client": "^0.9.11",
"@headlessui/react": "^1.7.11",
"@hookform/resolvers": "^2.9.11",
"@livepeer/react": "^2.2.3",
"@rainbow-me/rainbowkit": "^0.10.0",
"@livepeer/react": "^2.2.4-next.0",
"@rainbow-me/rainbowkit": "^0.11.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tensorflow/tfjs": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/workers/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"worker:deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@cloudflare/workers-types": "^4.20230215.0",
"eslint-config-weblint": "*",
"typescript": "^4.9.5",
"wrangler": "2.10.0",
"eslint-config-weblint": "*"
"wrangler": "2.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"secp256k1": "^5.0.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@cloudflare/workers-types": "^4.20230215.0",
"eslint-config-weblint": "*",
"typescript": "^4.9.5",
"wrangler": "2.9.0",
"eslint-config-weblint": "*"
"wrangler": "2.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/sts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@aws-sdk/client-sts": "^3.267.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@cloudflare/workers-types": "^4.20230215.0",
"eslint-config-weblint": "*",
"typescript": "^4.9.5",
"wrangler": "2.10.0",
"eslint-config-weblint": "*"
"wrangler": "2.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/workers/tail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"worker:deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@cloudflare/workers-types": "^4.20230215.0",
"eslint-config-weblint": "*",
"typescript": "^4.9.5",
"wrangler": "2.9.0",
"eslint-config-weblint": "*"
"wrangler": "2.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/workers/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"worker:deploy": "wrangler publish"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230214.0",
"@cloudflare/workers-types": "^4.20230215.0",
"typescript": "^4.9.5",
"wrangler": "2.10.0"
}
Expand Down
Loading

0 comments on commit f15beda

Please sign in to comment.