Skip to content

Commit

Permalink
chore: update deps (heyxyz#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Jan 24, 2023
1 parent febc355 commit 0e5d88a
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 338 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@apollo/client": "^3.7.4",
"@aws-sdk/client-s3": "^3.254.0",
"@aws-sdk/client-sts": "^3.254.0",
"@aws-sdk/client-s3": "^3.256.0",
"@aws-sdk/client-sts": "^3.256.0",
"@bundlr-network/client": "^0.9.11",
"axios": "^1.2.3",
"dotenv": "^16.0.3",
"next": "^13.1.3",
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "^3.7.4",
"dotenv": "^16.0.3",
"next": "^13.1.3",
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
},
"dependencies": {
"@apollo/client": "^3.7.4",
"@aws-sdk/client-s3": "^3.254.0",
"@aws-sdk/client-s3": "^3.256.0",
"@giphy/js-fetch-api": "^4.7.1",
"@giphy/react-components": "^6.5.2",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "v1",
"@hookform/resolvers": "^2.9.10",
"@lens-protocol/sdk-gated": "^1.1.8",
"@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",
"@lingui/macro": "^3.16.0",
"@lingui/react": "^3.16.0",
"@tanstack/react-query": "^4.20.9",
"@tanstack/react-query": "^4.22.4",
"@tippyjs/react": "^4.2.6",
"@xmtp/xmtp-js": "^7.7.4",
"axios": "^1.2.3",
Expand All @@ -35,12 +35,12 @@
"dayjs-twitter": "^0.5.0",
"dotenv": "^16.0.3",
"ethers": "5.6.0",
"framer-motion": "^8.5.0",
"framer-motion": "^8.5.2",
"graphql": "^16.6.0",
"interweave": "^13.0.0",
"jwt-decode": "^3.1.2",
"lexical": "^0.7.6",
"next": "^13.1.3",
"next": "^13.1.5",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"plyr-react": "^5.1.0",
Expand All @@ -51,7 +51,7 @@
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"uuid": "^9.0.0",
"wagmi": "^0.10.11",
"wagmi": "^0.10.14",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-weblint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-next": "^13.1.3",
"eslint-config-next": "^13.1.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^9.0.0",
"eslint-plugin-unicorn": "^45.0.2",
Expand Down
Loading

0 comments on commit 0e5d88a

Please sign in to comment.