Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated authored and github-actions[bot] committed Oct 22, 2024
1 parent 3e8f14d commit 095a5bf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 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.9.0"
version = "0.9.1"
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"common": "^0.0.0",
"hono": "^4.6.5"
"hono": "^4.6.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"common": "workspace:*",
"hono": "^4.6.5"
"hono": "^4.6.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241018.0",
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{D1}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"dotenv": "^16.4.5",
"better-sqlite3": "^11.4.0",
"better-sqlite3": "^11.5.0",
"@types/better-sqlite3": "^7.6.11"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Sqlite}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"db:push": "prisma db push"
},
"dependencies": {
"better-sqlite3": "^11.4.0"
"better-sqlite3": "^11.5.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11"
Expand Down
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Turso}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"dotenv": "^16.4.5",
"better-sqlite3": "^11.4.0",
"better-sqlite3": "^11.5.0",
"@types/better-sqlite3": "^7.6.11"
}
}

0 comments on commit 095a5bf

Please sign in to comment.