Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 13, 2024
2 parents 2f5cd74 + 5d2b49a commit d0d2f6a
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 133 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"axios": "^1.6.7",
"cors": "^2.8.5",
"country-code-lookup": "^0.1.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.3",
"express": "^4.17.1",
"express-file-routing": "^3.0.3",
"fast-xml-parser": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.1",
"dotenv": "^16.4.2",
"dotenv": "^16.4.3",
"esbuild": "^0.20.0",
"framer-motion": "^11.0.3",
"graphiql": "^3.1.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"usehooks-ts": "^2.14.0",
"uuid": "^9.0.1",
"viem": "^2.7.8",
"wagmi": "^2.5.6",
"wagmi": "^2.5.7",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.3",
"dotenv": "^16.4.2",
"dotenv": "^16.4.3",
"hardhat": "^2.19.5"
}
}
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@apollo/client": "^3.9.4",
"@hey/data": "workspace:*",
"axios": "^1.6.7",
"graphql-ws": "^5.14.3"
"graphql-ws": "^5.15.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
Expand Down

1 comment on commit d0d2f6a

@vercel
Copy link

@vercel vercel bot commented on d0d2f6a Feb 13, 2024

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-heyxyz.vercel.app
web-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.