Skip to content

Commit

Permalink
Update non-major dependencies (#8199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Aug 23, 2023
1 parent a6b07ab commit e2d92a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@astrojs/underscore-redirects": "workspace:*",
"@cloudflare/workers-types": "^4.20230518.0",
"esbuild": "^0.18.16",
"@cloudflare/workers-types": "^4.20230821.0",
"esbuild": "^0.18.20",
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
Expand All @@ -54,6 +54,6 @@
"cheerio": "1.0.0-rc.12",
"kill-port": "^2.0.1",
"mocha": "^9.2.2",
"wrangler": "^3.5.0"
"wrangler": "^3.5.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@astrojs/cloudflare": "workspace:*",
"@astrojs/solid-js": "workspace:*",
"astro": "workspace:*",
"solid-js": "^1.7.6"
"solid-js": "^1.7.11"
}
}

0 comments on commit e2d92a7

Please sign in to comment.