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 Jun 18, 2024
1 parent 5b07816 commit b685df8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.11"
version = "0.6.12"
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 @@ -18,15 +18,15 @@
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.39.4",
"globals": "^15.5.0",
"eslint-plugin-svelte": "^2.40.0",
"globals": "^15.6.0",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"svelte-check": "^3.8.1",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5",
"typescript-eslint": "^8.0.0-alpha.30",
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 @@ -12,6 +12,6 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.15.0"
"prisma": "^5.15.1"
}
}
2 changes: 1 addition & 1 deletion template_builder/templates/extras/{Edge}package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240614.0",
"@sveltejs/adapter-cloudflare": "^4.4.1",
"wrangler": "^3.60.3",
"wrangler": "^3.61.0",
"@sveltejs/adapter-auto": null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"prisma-kysely": "^1.8.0",
"prisma": "^5.15.0"
"prisma": "^5.15.1"
}
}
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 @@ -10,6 +10,6 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"prisma-kysely": "^1.8.0",
"prisma": "^5.15.0"
"prisma": "^5.15.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.155",
"svelte": "^5.0.0-next.158",
"eslint-plugin-svelte": "^2.36.0-next.13"
}
}

0 comments on commit b685df8

Please sign in to comment.