Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graph-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graph-service",
"dependencies": {
"@cloudflare/workers-types": "4.20250722.0",
"@cloudflare/workers-types": "4.20250801.0",
"@sentry/node": "9.15.0",
"wrangler": "4.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlock-protocol/provider",
"devDependencies": {
"@cloudflare/workers-types": "4.20250722.0",
"@cloudflare/workers-types": "4.20250801.0",
"@types/node": "22.15.34",
"@unlock-protocol/contracts": "workspace:^",
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4638,10 +4638,10 @@ __metadata:
languageName: node
linkType: hard

"@cloudflare/workers-types@npm:4.20250722.0":
version: 4.20250722.0
resolution: "@cloudflare/workers-types@npm:4.20250722.0"
checksum: 10/158b8c599073845cbd90950968023b133edd75f28a2eb04836e86dd957c452d7ebe84f5194d675f4b6297171ccf58509fd53d42778a52d9c4d5f0cf454e67bb0
"@cloudflare/workers-types@npm:4.20250801.0":
version: 4.20250801.0
resolution: "@cloudflare/workers-types@npm:4.20250801.0"
checksum: 10/985c7922f1db567db1f2ba3ab1d514c12e7e8fbf6ccb797280cf2e15b10df56671bc0337931d9dd1b5903faa3494988559a73893711805cbd50f6d68c7d8b916
languageName: node
linkType: hard

Expand Down Expand Up @@ -22080,7 +22080,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@unlock-protocol/provider@workspace:provider"
dependencies:
"@cloudflare/workers-types": "npm:4.20250722.0"
"@cloudflare/workers-types": "npm:4.20250801.0"
"@types/node": "npm:22.15.34"
"@unlock-protocol/contracts": "workspace:^"
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config"
Expand Down Expand Up @@ -35297,7 +35297,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "graph-service@workspace:graph-service"
dependencies:
"@cloudflare/workers-types": "npm:4.20250722.0"
"@cloudflare/workers-types": "npm:4.20250801.0"
"@sentry/node": "npm:9.15.0"
vitest: "npm:3.1.4"
wrangler: "npm:4.22.0"
Expand Down
Loading