Skip to content

Commit

Permalink
Merge pull request #28 from ottomated/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ottomated committed May 22, 2024
2 parents 9d9bae5 + b1eba53 commit a35ae90
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 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,6 +1,6 @@
[package]
name = "create-o7-app"
version = "0.6.4"
version = "0.6.5"
edition = "2021"

[dependencies]
Expand Down
8 changes: 4 additions & 4 deletions template_builder/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/adapter-auto": "^3.2.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.39.0",
"globals": "^15.2.0",
"globals": "^15.3.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
Expand All @@ -29,7 +29,7 @@
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"typescript-eslint": "^7.9.0",
"typescript-eslint": "^7.10.0",
"vite": "^5.2.11"
}
}
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.14.0",
"wrangler": "^3.57.0"
"wrangler": "^3.57.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.136",
"svelte": "^5.0.0-next.137",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Trpc}package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@tanstack/svelte-query": "^5.37.0",
"@tanstack/svelte-query": "^5.37.1",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"devalue": "^5.0.0",
Expand Down

0 comments on commit a35ae90

Please sign in to comment.