Skip to content

Commit

Permalink
chore: bump deps (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 7, 2023
1 parent ab2bc42 commit 0311853
Show file tree
Hide file tree
Showing 5 changed files with 603 additions and 596 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@aws-sdk/client-sts": "^3.264.0",
"@bundlr-network/client": "^0.10.1",
"@aws-sdk/client-sts": "^3.266.0",
"@bundlr-network/client": "^0.10.2",
"axios": "^1.3.2",
"next": "13.1.6"
},
"devDependencies": {
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"eslint-config-weblint": "*",
"lens": "*",
"tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@apollo/client": "^3.7.7",
"@aws-sdk/client-s3": "^3.264.0",
"@aws-sdk/client-sts": "^3.264.0",
"@aws-sdk/lib-storage": "^3.264.0",
"@bundlr-network/client": "^0.10.1",
"@headlessui/react": "^1.7.9",
"@aws-sdk/client-s3": "^3.266.0",
"@aws-sdk/client-sts": "^3.266.0",
"@aws-sdk/lib-storage": "^3.266.0",
"@bundlr-network/client": "^0.10.2",
"@headlessui/react": "^1.7.10",
"@hookform/resolvers": "^2.9.10",
"@livepeer/react": "^2.1.5",
"@rainbow-me/rainbowkit": "^0.8.1",
Expand All @@ -41,7 +41,7 @@
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-mentions": "^4.4.7",
Expand All @@ -55,7 +55,7 @@
"@playwright/test": "^1.30.0",
"@tailwindcss/typography": "^0.5.9",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "18.11.19",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-mentions": "^4.1.7",
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 @@ -4,7 +4,7 @@
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
Loading

3 comments on commit 0311853

@vercel
Copy link

@vercel vercel bot commented on 0311853 Feb 7, 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-git-main-lenstube.vercel.app
embed.lenstube.xyz
embed-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0311853 Feb 7, 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-lenstube.vercel.app
api-git-main-lenstube.vercel.app
api.lenstube.xyz

@vercel
Copy link

@vercel vercel bot commented on 0311853 Feb 7, 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
lenstube.xyz
web-lenstube.vercel.app

Please sign in to comment.