Skip to content

Commit

Permalink
chore: update yarn dependencies 📦 (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 5, 2023
1 parent 14a2d00 commit ce26189
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 247 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@apollo/client": "^3.7.6",
"axios": "^1.3.1",
"@apollo/client": "^3.7.7",
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"next": "^13.1.6",
"react": "^18.2.0",
Expand Down
25 changes: 14 additions & 11 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"test:e2e": "start-server-and-test start http://localhost:4783 test:dev"
},
"dependencies": {
"@apollo/client": "^3.7.6",
"@apollo/client": "^3.7.7",
"@aws-sdk/client-s3": "^3.264.0",
"@giphy/js-fetch-api": "^4.7.1",
"@giphy/react-components": "^6.5.2",
"@headlessui/react": "^1.7.8",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "v1",
"@hookform/resolvers": "^2.9.10",
"@lens-protocol/sdk-gated": "^1.2.0",
"@lexical/code": "^0.7.6",
"@lexical/hashtag": "^0.7.6",
"@lexical/link": "^0.7.6",
"@lexical/markdown": "^0.7.6",
"@lexical/react": "^0.7.6",
"@lexical/code": "^0.7.7",
"@lexical/hashtag": "^0.7.7",
"@lexical/link": "^0.7.7",
"@lexical/markdown": "^0.7.7",
"@lexical/react": "^0.7.7",
"@lingui/core": "^3.17.0",
"@lingui/macro": "^3.17.0",
"@lingui/react": "^3.17.0",
"@lingui/swc-plugin": "^0.2.0",
"@tanstack/react-query": "^4.24.4",
"@tippyjs/react": "^4.2.6",
"@xmtp/xmtp-js": "^7.8.0",
"axios": "^1.3.1",
"axios": "^1.3.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.5",
"dayjs-twitter": "^0.5.0",
Expand All @@ -44,7 +44,7 @@
"immutability-helper": "^3.1.1",
"interweave": "^13.0.0",
"jwt-decode": "^3.1.2",
"lexical": "^0.7.6",
"lexical": "^0.7.7",
"next": "^13.1.6",
"next-themes": "^0.2.1",
"plyr-react": "^5.1.0",
Expand All @@ -57,7 +57,7 @@
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"uuid": "^9.0.0",
"wagmi": "^0.11.3",
"wagmi": "^0.11.4",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
Expand All @@ -70,7 +70,7 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"@types/react": "^18.0.27",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.10",
Expand All @@ -86,5 +86,8 @@
"tailwindcss": "^3.2.1",
"tsconfig": "*",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"husky": "^8.0.3",
"prettier": "2.8.3",
"turbo": "1.7.2"
"turbo": "1.7.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"eslint-config-weblint": "*",
"tsconfig": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.7.6"
"@apollo/client": "^3.7.7"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.0.0",
Expand Down
Loading

3 comments on commit ce26189

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on ce26189 Feb 5, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
lenster ❌ Failed View Logs 2023-02-05T07:39:21.405Z

@vercel
Copy link

@vercel vercel bot commented on ce26189 Feb 5, 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

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

@vercel
Copy link

@vercel vercel bot commented on ce26189 Feb 5, 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-lenster.vercel.app
lenster.xyz
lenster.vercel.app
web-git-main-lenster.vercel.app

Please sign in to comment.