Skip to content

Commit

Permalink
chore: bump deps (#550)
Browse files Browse the repository at this point in the history
* chore: bump deps
  • Loading branch information
sasicodes authored Jan 21, 2023
1 parent 1a4cdcd commit 365dca8
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 723 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 5555",
Expand All @@ -10,10 +10,10 @@
},
"dependencies": {
"@apollo/client": "^3.7.4",
"@aws-sdk/client-sts": "^3.252.0",
"@aws-sdk/client-sts": "^3.254.0",
"@bundlr-network/client": "^0.9.11",
"axios": "^1.2.3",
"next": "13.1.2"
"next": "13.1.4"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"mixpanel-browser": "^2.45.0",
"next": "13.1.2",
"next": "13.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@apollo/client": "^3.7.4",
"@aws-sdk/client-s3": "^3.252.0",
"@aws-sdk/client-sts": "^3.252.0",
"@aws-sdk/lib-storage": "^3.252.0",
"@aws-sdk/client-s3": "^3.254.0",
"@aws-sdk/client-sts": "^3.254.0",
"@aws-sdk/lib-storage": "^3.254.0",
"@bundlr-network/client": "^0.9.11",
"@headlessui/react": "^1.7.5",
"@hookform/resolvers": "^2.9.10",
Expand All @@ -31,7 +31,7 @@
"interweave": "^13.0.0",
"interweave-autolink": "^5.1.0",
"mixpanel-browser": "^2.45.0",
"next": "13.1.2",
"next": "13.1.4",
"next-themes": "^0.2.1",
"nsfwjs": "^2.4.2",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lenstube",
"description": "Decentralized video-sharing social media platform.",
"version": "1.0.2-beta",
"version": "1.0.3-beta",
"private": true,
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-weblint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-next": "13.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^9.0.0",
"eslint-plugin-unicorn": "^45.0.1",
Expand Down
Loading

3 comments on commit 365dca8

@vercel
Copy link

@vercel vercel bot commented on 365dca8 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

embed – ./apps/embed

embed.lenstube.xyz
embed-lenstube.vercel.app
embed-git-main-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 365dca8 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api – ./apps/api

api-git-main-lenstube.vercel.app
api-lenstube.vercel.app
api.lenstube.xyz

@vercel
Copy link

@vercel vercel bot commented on 365dca8 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-git-main-lenstube.vercel.app
web-lenstube.vercel.app
lenstube.xyz

Please sign in to comment.