Skip to content

Commit

Permalink
Merge pull request #72 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated authored Oct 22, 2024
2 parents ba1e1d3 + e80c19f commit 367a2e5
Show file tree
Hide file tree
Showing 46 changed files with 395 additions and 543 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update_deps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export async function getUpdates() {
if (currentVersion.includes('-next')) {
tag = 'next';
}
if (currentVersion.includes('8.0.0-alpha')) {
tag = 'rc-v8';
}
let prefix = currentVersion[0];
if (prefix !== '^' && prefix !== '~') {
prefix = '';
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "create-o7-app"
authors = ["Ottomated"]
version = "0.8.13"
version = "0.9.0"
edition = "2021"

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions telemetry-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240712.0",
"typescript": "^5.5.2",
"wrangler": "^3.60.3"
"@cloudflare/workers-types": "^4.20241018.0",
"typescript": "^5.6.3",
"wrangler": "^3.81.0"
},
"dependencies": {
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 367a2e5

Please sign in to comment.