Skip to content

Commit

Permalink
chore: bump deps (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Aug 16, 2023
1 parent aa01883 commit 3008e71
Show file tree
Hide file tree
Showing 12 changed files with 344 additions and 232 deletions.
4 changes: 2 additions & 2 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"uuid": "^9.0.0",
"viem": "^1.6.0",
"wagmi": "^1.3.10",
"zod": "^3.22.0",
"zod": "^3.22.1",
"zustand": "^4.4.1"
},
"devDependencies": {
Expand All @@ -68,7 +68,7 @@
"@types/react-mentions": "^4.1.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1"
"prettier": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/workers/health/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@lenstube/config": "*",
"@types/secp256k1": "latest",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/workers/nfts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"itty-router": "^4.0.15"
"itty-router": "^4.0.17"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/workers/recs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"itty-router": "^4.0.15"
"itty-router": "^4.0.17"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers/sts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers/tail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@cloudflare/workers-types": "^4.20230814.0",
"@lenstube/config": "*",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"typescript": "^5.1.6",
"wrangler": "3.5.0"
"wrangler": "3.5.1"
}
}
Loading

3 comments on commit 3008e71

@vercel
Copy link

@vercel vercel bot commented on 3008e71 Aug 16, 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.vercel.app
embed.lenstube.xyz
embed-git-main-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3008e71 Aug 16, 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 3008e71 Aug 16, 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-lenstube.vercel.app
www.lenstube.xyz
lenstube.xyz
web-git-main-lenstube.vercel.app

Please sign in to comment.