Skip to content

Commit

Permalink
ci: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Jun 11, 2024
1 parent 2b01de0 commit 01cd216
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "create-o7-app"
version = "0.6.9"
version = "0.6.10"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"globals": "^15.4.0",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.2",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5",
"typescript-eslint": "^7.12.0",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13"
}
}
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 @@ -13,6 +13,6 @@
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.15.0",
"wrangler": "^3.60.0"
"wrangler": "^3.60.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Svelte5}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"svelte": "^5.0.0-next.152",
"svelte": "^5.0.0-next.153",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit 01cd216

Please sign in to comment.